rpms/grace/devel grace.spec,1.29,1.30

José Abílio Oliveira Matos jamatos at fedoraproject.org
Thu Nov 19 20:18:24 UTC 2009


Author: jamatos

Update of /cvs/pkgs/rpms/grace/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28811

Modified Files:
	grace.spec 
Log Message:
* Thu Nov 19 2009 José Matos <jamatos at fc.up.pt> - 5.1.22-6
- Add compile option -fPIC (#508888)



Index: grace.spec
===================================================================
RCS file: /cvs/pkgs/rpms/grace/devel/grace.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- grace.spec	25 Jul 2009 01:23:33 -0000	1.29
+++ grace.spec	19 Nov 2009 20:18:23 -0000	1.30
@@ -3,7 +3,7 @@
 
 Name:           grace
 Version:        5.1.22
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Numerical Data Processing and Visualization Tool
 
 License:        GPLv2+
@@ -73,6 +73,8 @@ rm -rf Xbae T1lib
 
 %build
 cp %{SOURCE3} %{SOURCE4} .
+export CFLAGS="$RPM_OPT_FLAGS -fPIC"
+export FFLAGS="$RPM_OPT_FLAGS -fPIC"
 %configure \
     --enable-editres \
     --with-editor=nedit \
@@ -226,6 +228,9 @@ fi
 
 
 %changelog
+* Thu Nov 19 2009 José Matos <jamatos at fc.up.pt> - 5.1.22-6
+- Add compile option -fPIC (#508888)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.1.22-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list