rpms/sextractor/FC-5 sextractor.spec,1.2,1.3

Sergio Pascual (sergiopr) fedora-extras-commits at redhat.com
Fri Jul 21 17:22:37 UTC 2006


Author: sergiopr

Update of /cvs/extras/rpms/sextractor/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22920

Modified Files:
	sextractor.spec 
Log Message:
* Fri Jul 21 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.5.0-2
- fitsconv.c has correct permissions
- changed optimization from -O2 to -O1 (bug #199700)
- additional define allows VOTable output
* Wed Jul 19 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.5.0-1
- New upstream version 2.5.0
* Tue Jun 20 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.4.4-2
- Fixed executable permission in src/fits/fitsconv.c
- default.sex and default.param moved to docs
* Mon Jun 19 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.4.4-1
- Initial spec file.



Index: sextractor.spec
===================================================================
RCS file: /cvs/extras/rpms/sextractor/FC-5/sextractor.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sextractor.spec	19 Jul 2006 16:29:06 -0000	1.2
+++ sextractor.spec	21 Jul 2006 17:22:37 -0000	1.3
@@ -1,6 +1,6 @@
 Name: sextractor
 Version: 2.5.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Extract catalogs of sources from astronomical images
 
 Group: Applications/Engineering
@@ -17,10 +17,11 @@
 
 %prep
 %setup -q
-%{__chmod} -x src/fits/fitsconv.c
 
 %build
-%configure
+%configure CFLAGS="${CFLAGS} -funroll-loops -fomit-frame-pointer -O1" \
+	CPPFLAGS="-DXSL_URL=\\\"file://%{_datadir}/%{name}/%{name}.xsl\\\""
+
 %{__make} %{?_smp_mflags}
 
 %install
@@ -42,6 +43,10 @@
 %{_datadir}/%{name}/*
 
 %changelog
+* Fri Jul 21 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.5.0-2
+- fitsconv.c has correct permissions
+- changed optimization from -O2 to -O1 (bug #199700)
+- additional define allows VOTable output
 * Wed Jul 19 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.5.0-1
 - New upstream version 2.5.0
 * Tue Jun 20 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.4.4-2




More information about the fedora-extras-commits mailing list