rpms/cfitsio/devel cfitsio.spec,1.31,1.32 noautobuild,1.1,NONE

Matthew D Truch mtruch at fedoraproject.org
Tue Mar 10 19:38:16 UTC 2009


Author: mtruch

Update of /cvs/extras/rpms/cfitsio/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12873

Modified Files:
	cfitsio.spec 
Removed Files:
	noautobuild 
Log Message:
Put correct version number in pkgconfig file.



Index: cfitsio.spec
===================================================================
RCS file: /cvs/extras/rpms/cfitsio/devel/cfitsio.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- cfitsio.spec	23 Feb 2009 20:39:21 -0000	1.31
+++ cfitsio.spec	10 Mar 2009 19:37:46 -0000	1.32
@@ -1,6 +1,6 @@
 Name:           cfitsio
 Version:        3.130
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Library for manipulating FITS data files
 
 Group:          Development/Libraries
@@ -55,6 +55,9 @@
 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
@@ -95,6 +98,9 @@
 %{_libdir}/libcfitsio.a
 
 %changelog
+* Tue Mar 10 2009 Matthew Truch <matt at truch.net> - 3.130-4
+- Set correct version in pkgconfig .pc file.  
+
 * Sun Feb 22 2009 Matthew Truch <matt at truch.net> - 3.130-3
 - Re-check testprogram output.
 - Build for koji, rpm, gcc upgrade.  


--- noautobuild DELETED ---




More information about the fedora-extras-commits mailing list