Include a fully versioned dependancy on cfitsio for fpack.

epel9
Matthew D Truch 15 years ago
parent 948cbff66b
commit 79ff4156ef

@ -1,6 +1,6 @@
Name: cfitsio
Version: 3.250
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Library for manipulating FITS data files
Group: Development/Libraries
@ -53,6 +53,7 @@ Stand-alone documentation for cfitsio.
%package -n fpack
Summary: FPACK FITS image compression and decompression utilites
Group: Applications/Engineering
Requires: %{name} = %{version}-%{release}
%description -n fpack
fpack optimally compresses FITS format images and funpack restores them
@ -145,6 +146,9 @@ rm -rf %{buildroot}
%{_bindir}/funpack
%changelog
* Tue Aug 31 2010 Matthew Truch <matt at truch.net> - 3.250-5
- Require fully versioned cfitsio for fpack as cfitsio doesn't properly soname itself.
* 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.

Loading…
Cancel
Save