rpms/grace/FC-4 grace.spec,1.4,1.5

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Thu Feb 16 11:06:57 UTC 2006


Author: jamatos

Update of /cvs/extras/rpms/grace/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25439

Modified Files:
	grace.spec 
Log Message:
* Thu Feb 16 2006 Jose' Matos <jamatos at fc.up.pt> - 5.1.19-4
- Remove stripping option from Makefiles to have meaningfull debuginfo packages.
- Thanks to Ville Skyttä for the fix. (bz#180106)



Index: grace.spec
===================================================================
RCS file: /cvs/extras/rpms/grace/FC-4/grace.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- grace.spec	16 Feb 2006 10:23:31 -0000	1.4
+++ grace.spec	16 Feb 2006 11:06:57 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           grace
 Version:        5.1.19
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Numerical Data Processing and Visualization Tool
 
 License:        GPL
@@ -52,6 +52,8 @@
 %prep
 %setup -q
 %patch
+# remove stripping option to have meaningfull debuginfo packages
+sed -i -e 's/^\(.*INSTALL_PROGRAM.*\) -s /\1 /' */Makefile
 
 %build
 cp %{SOURCE3} %{SOURCE4} .
@@ -162,6 +164,10 @@
 
 
 %changelog
+* Thu Feb 16 2006 Jose' Matos <jamatos at fc.up.pt> - 5.1.19-4
+- Remove stripping option from Makefiles to have meaningfull debuginfo packages.
+- Thanks to Ville Skyttä for the fix. (bz#180106)
+
 * Thu Feb 16 2006 José Matos <jamatos at fc.up.pt> - 5.1.19-3
 - Unify spec file starting from FC-4.
 - Rebuild for FC-5.
@@ -192,7 +198,7 @@
 
 * Sat Sep  3 2005 Patrice Dumas <dumas at centre-cired.fr> - 5.1.18-3
 - cleanup licences
-- put examples/ and doc/ in %doc
+- put examples/ and doc/ in %%doc
 - remove duplicate manpages 
 - add patch to change fdf2fit path in graderc
 




More information about the scm-commits mailing list