rpms/kphone/FC-3 kphone-4.1.0-strip.patch, NONE, 1.1 kphone.spec, 1.10, 1.11

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/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6692/FC-3

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/FC-3/kphone.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- kphone.spec	28 Mar 2005 20:02:37 -0000	1.10
+++ kphone.spec	10 May 2005 00:48:51 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           kphone
 Version:        4.1.0
-Release:        11
+Release:        12%{?dist}
 Summary:        A SIP (Session Initiation Protocol) user agent for Linux
 
 Group:          Applications/Communications
@@ -10,6 +10,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
@@ -24,6 +25,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
@@ -56,6 +58,9 @@
 %{_datadir}/pixmaps/*.png
 
 %changelog
+* Mon May  9 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 4.1.0-12.fc3
+- Patch to prevent stripping of binary (#157261)
+
 * Sat Mar 26 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 4.1.0-11
 - Added Network category to desktop entry
 




More information about the fedora-extras-commits mailing list