rpms/pyfits/devel pyfits.spec,1.10,1.11

Sergio Pascual sergiopr at fedoraproject.org
Wed Jan 20 12:36:52 UTC 2010


Author: sergiopr

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

Modified Files:
	pyfits.spec 
Log Message:
* Tue Jan 20 2010 Sergio Pascual <sergiopr at fedoraproject.org> - 2.2.2-2
- Added CFLAGS to the build line



Index: pyfits.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyfits/devel/pyfits.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- pyfits.spec	17 Nov 2009 17:37:50 -0000	1.10
+++ pyfits.spec	20 Jan 2010 12:36:51 -0000	1.11
@@ -3,7 +3,7 @@
 
 Name: pyfits
 Version: 2.2.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Python interface to FITS
 
 Group: Development/Languages
@@ -26,7 +26,7 @@ writing analysis scripts in Python using
 sed -i -e "1d" lib/NP_pyfits.py lib/NA_pyfits.py
 
 %build
-python setup.py build
+CFLAGS=%{optflags} python setup.py build
 
 %install
 rm -rf %{buildroot}
@@ -42,6 +42,9 @@ rm -fr %{buildroot}
 %{python_sitearch}/*
 
 %changelog
+* Tue Jan 20 2010 Sergio Pascual <sergiopr at fedoraproject.org> - 2.2.2-2
+- Added CFLAGS to the build line
+
 * Tue Nov 17 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 2.2.2-1
 - New upstream source
 



More information about the scm-commits mailing list