Pkgconfig file has incorrect version number.

epel9
Matthew D Truch 15 years ago
parent 69d5d82682
commit 11f37b0203

@ -0,0 +1,12 @@
diff -ur cfitsio/cfitsio.pc.in cfitsio-pkgconfig/cfitsio.pc.in
--- cfitsio/cfitsio.pc.in 2010-01-26 12:39:34.000000000 -0500
+++ cfitsio-pkgconfig/cfitsio.pc.in 2010-02-21 15:18:26.000000000 -0500
@@ -5,7 +5,7 @@
Name: cfitsio
Description: FITS File Subroutine Library
-Version: 3.24
+Version: 3.240
Libs: -L${libdir} -lcfitsio @LIBS@
Libs.private: -lm
Cflags: -I${includedir}

@ -1,6 +1,6 @@
Name: cfitsio
Version: 3.240
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Library for manipulating FITS data files
Group: Development/Libraries
@ -9,6 +9,7 @@ URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html
Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3240.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch0: cfitsio.patch
Patch1: cfitsio-pkgconfig.patch
BuildRequires: gcc-gfortran
Requires(post): /sbin/ldconfig
@ -51,6 +52,7 @@ Stand-alone documentation for cfitsio.
%prep
%setup -q -n cfitsio
%patch0 -p1
%patch1 -p1
%build
FC=f95
@ -108,6 +110,9 @@ rm -rf %{buildroot}
%doc fitsio.doc fitsio.ps cfitsio.doc cfitsio.ps
%changelog
* Sun Feb 21 2010 Matthew Truch <matt at truch.net> - 3.240-3
- Fix pkgconfig file which contains the wrong version number.
* Sat Feb 20 2010 Matthew Truch <matt at truch.net> - 3.240-2
- Bump for rebuild.

Loading…
Cancel
Save