From c28a2e64a3fd29617ec217cf172c4100c5f5470b Mon Sep 17 00:00:00 2001 From: Matthew D Truch Date: Mar 10 2009 20:19:23 +0000 Subject: Set proper version number in pkgconfig file. --- diff --git a/cfitsio.spec b/cfitsio.spec index ebade68..f8184f4 100644 --- a/cfitsio.spec +++ b/cfitsio.spec @@ -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 @@ unset FC 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 @@ rm -rf %{buildroot} %{_libdir}/libcfitsio.a %changelog +* Tue Mar 10 2009 Matthew Truch - 3.130-3 +- Set version correctly in pkgconfig .pc file. +- Resume full testsuite. + * Mon Feb 23 2009 Matthew Truch - 3.130-2 - Bump for proper EVR upgrade path.