devel/gai-pal gai-pal-0.7-nostrip.patch, NONE, 1.1 gai-pal.spec, 1.8, 1.9

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon May 9 21:38:31 UTC 2005


Author: mschwendt

Update of /cvs/extras/devel/gai-pal
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2719

Modified Files:
	gai-pal.spec 
Added Files:
	gai-pal-0.7-nostrip.patch 
Log Message:
* Mon May  9 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.7-6
- Create debuginfo package, disable stripping via patch.



gai-pal-0.7-nostrip.patch:

--- NEW FILE gai-pal-0.7-nostrip.patch ---
diff -Nur gai-pal-0.7-orig/Makefile.in gai-pal-0.7/Makefile.in
--- gai-pal-0.7-orig/Makefile.in	2004-06-26 11:21:18.000000000 +0200
+++ gai-pal-0.7/Makefile.in	2005-05-09 23:32:48.000000000 +0200
@@ -22,7 +22,6 @@
 
 @APPLET_NAME@: $(OBJS)
 	$(CC) -o @APPLET_NAME@ $(OBJS) $(LDFLAGS)
-	strip @APPLET_NAME@
 
 install: @APPLET_NAME@ @INSTALL_GNOME@ @INSTALL_IMAGES@ @INSTALL_ROX@
 	mkdir -p $(INSTALL_PATH)/bin


Index: gai-pal.spec
===================================================================
RCS file: /cvs/extras/devel/gai-pal/gai-pal.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gai-pal.spec	6 Apr 2005 22:11:37 -0000	1.8
+++ gai-pal.spec	9 May 2005 21:38:28 -0000	1.9
@@ -3,11 +3,11 @@
 Summary:	GAI Pal applet
 Name:		gai-pal
 Version:	0.7
-Release:	5
-
+Release:	6
 Source0:	%{name}-%{version}.tar.bz2
 Patch0:		gai-pal-0.7-xosd-empty-msg.patch
 Patch1:		gai-pal-0.7-typo.patch
+Patch2:		gai-pal-0.7-nostrip.patch
 URL:		http://gai.sourceforge.net
 License:	GPL
 Group:		User Interface/Desktops
@@ -23,10 +23,12 @@
 %setup -q
 %patch -p1 -b .xosd-empty-msg
 %patch1 -p1 -b .typo
+%patch2 -p1 -b .nostrip
 %ifarch x86_64
 sed -i 's!/lib/!/%{_lib}/!' Makefile.in
 %endif
 
+
 %build
 %configure
 make %{?_smp_mflags}
@@ -46,6 +48,9 @@
 %{_datadir}/pixmaps/*
 
 %changelog
+* Mon May  9 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.7-6
+- Create debuginfo package, disable stripping via patch.
+
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 




More information about the fedora-extras-commits mailing list