rpms/cfitsio/devel cfitsio.spec,1.44,1.45

Matthew D Truch mtruch at fedoraproject.org
Mon Jul 26 19:04:13 UTC 2010


Author: mtruch

Update of /cvs/pkgs/rpms/cfitsio/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16205

Modified Files:
	cfitsio.spec 
Log Message:
Fix cfistio.pc file for incorrect include path as per RH BZ 618291.



Index: cfitsio.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cfitsio/devel/cfitsio.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- cfitsio.spec	25 Jul 2010 15:47:58 -0000	1.44
+++ cfitsio.spec	26 Jul 2010 19:04:13 -0000	1.45
@@ -1,6 +1,6 @@
 Name:           cfitsio
 Version:        3.250
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Library for manipulating FITS data files
 
 Group:          Development/Libraries
@@ -88,8 +88,8 @@ ln -s libcfitsio.so.0 libcfitsio.so
 make fpack %{?_smp_mflags}
 make funpack %{?_smp_mflags}
 unset FC
-# Manually fix pkgconfig .pc file (BZ 436539)
-sed 's|${prefix}/include|${prefix}/include/%{name}|' cfitsio.pc >cfitsio.pc.new
+# Manually fix pkgconfig .pc file (BZ 436539, BZ 618291)
+sed 's|/usr/include|/usr/include/%{name}|' cfitsio.pc >cfitsio.pc.new
 mv cfitsio.pc.new cfitsio.pc
 
 %check
@@ -145,7 +145,11 @@ rm -rf %{buildroot}
 %{_bindir}/funpack
 
 %changelog
-* Thu Jul 27 2010 Orion Poplawski <orion at cora.nwra.com> - 3.250-3
+* Mon Jul 26 2010 Matthew Truch <matt at truch.net> - 3.250-4
+- Re-fix cfitsio.pc file (BZ 618291)
+- Fix typo in date of previous changelog entry.
+
+* Thu Jul 22 2010 Orion Poplawski <orion at cora.nwra.com> - 3.250-3
 - Build and ship fpack/funpack in fpack package
 
 * Wed Jul 7 2010 Matthew Truch <matt at truch.net> - 3.250-2



More information about the scm-commits mailing list