rpms/kphone/devel kphone-4.1.0-strip.patch, NONE, 1.1 kphone.spec, 1.14, 1.15

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Tue May 10 00:48:53 UTC 2005


Author: ivazquez

Update of /cvs/extras/rpms/kphone/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6692/devel

Modified Files:
	kphone.spec 
Added Files:
	kphone-4.1.0-strip.patch 
Log Message:
Patch to prevent stripping of binary (#157261)

kphone-4.1.0-strip.patch:

--- NEW FILE kphone-4.1.0-strip.patch ---
--- kphone/kphone/Makefile.in.strip	2005-05-09 20:42:44.000000000 -0400
+++ kphone/kphone/Makefile.in	2005-05-09 20:42:58.000000000 -0400
@@ -58,7 +58,7 @@
 
 install:	all
 	install --mode=0755 --directory $(DESTDIR)/$(BIN_DIR)
-	install --strip kphone $(DESTDIR)/$(BIN_DIR)
+	install kphone $(DESTDIR)/$(BIN_DIR)
 
 uninstall:
 	rm -f $(DESTDIR)/$(BIN_DIR)/kphone 


Index: kphone.spec
===================================================================
RCS file: /cvs/extras/rpms/kphone/devel/kphone.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- kphone.spec	7 Apr 2005 00:12:03 -0000	1.14
+++ kphone.spec	10 May 2005 00:48:51 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           kphone
 Version:        4.1.0
-Release:        12
+Release:        13%{?dist}
 
 Summary:        A SIP (Session Initiation Protocol) user agent for Linux
 
@@ -11,6 +11,7 @@
 Source1:        kphone.desktop
 Patch0:         kphone-4.1.0-po-hacks.patch
 Patch1:         kphone-4.1.0-endian.patch
+Patch2:         kphone-4.1.0-strip.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  qt-devel alsa-lib-devel desktop-file-utils openssl-devel
@@ -25,6 +26,7 @@
 %setup -q -n kphone
 %patch -p1 -b .po-hacks
 %patch1 -p1 -b .endian
+%patch2 -p1 -b .strip
 
 %build
 [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
@@ -57,6 +59,9 @@
 %{_datadir}/pixmaps/*.png
 
 %changelog
+* Mon May  9 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 4.1.0-13.fc4
+- Patch to prevent stripping of binary (#157261)
+
 * Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 




More information about the fedora-extras-commits mailing list