rpms/cfitsio/F-10 cfitsio.spec,1.30,1.31

Matthew D Truch mtruch at fedoraproject.org
Tue Mar 10 20:19:53 UTC 2009


Author: mtruch

Update of /cvs/extras/rpms/cfitsio/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26034

Modified Files:
	cfitsio.spec 
Log Message:
Set proper version number in pkgconfig file.



Index: cfitsio.spec
===================================================================
RCS file: /cvs/extras/rpms/cfitsio/F-10/cfitsio.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- cfitsio.spec	23 Feb 2009 21:08:37 -0000	1.30
+++ cfitsio.spec	10 Mar 2009 20:19:23 -0000	1.31
@@ -1,6 +1,6 @@
 Name:           cfitsio
 Version:        3.130
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Library for manipulating FITS data files
 
 Group:          Development/Libraries
@@ -55,11 +55,14 @@
 sed 's|${exec_prefix}/lib|${exec_prefix}/%{_lib}|' cfitsio.pc >cfitsio.pc.new
 sed 's|${prefix}/include|${prefix}/include/%{name}|' cfitsio.pc.new >cfitsio.pc
 rm -f cfitsio.pc.new
+# Manually correct pkgconfig .pc file version
+sed 's|3.006|%{version}|' cfitsio.pc >cfitsio.pc.new
+mv cfitsio.pc.new cfitsio.pc
 
 %check
 make testprog
 LD_LIBRARY_PATH=. ./testprog > testprog.lis
-#cmp -s testprog.lis testprog.out #testprog.out is accidentally missing from 3.100 tarball.
+cmp -s testprog.lis testprog.out
 cmp -s testprog.fit testprog.std
 
 %install
@@ -95,6 +98,10 @@
 %{_libdir}/libcfitsio.a
 
 %changelog
+* Tue Mar 10 2009 Matthew Truch <matt at truch.net> - 3.130-3
+- Set version correctly in pkgconfig .pc file.
+- Resume full testsuite.
+
 * Mon Feb 23 2009 Matthew Truch <matt at truch.net> - 3.130-2
 - Bump for proper EVR upgrade path.
 




More information about the fedora-extras-commits mailing list