|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
Name: cfitsio
|
|
|
|
|
Version: 3.040
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 3.060
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Library for manipulating FITS data files
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html
|
|
|
|
|
Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3040.tar.gz
|
|
|
|
|
Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3060.tar.gz
|
|
|
|
|
Patch: cfitsio.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
@ -33,6 +33,13 @@ Requires: pkgconfig
|
|
|
|
|
%description devel
|
|
|
|
|
Headers required when building a program against the cfitsio library.
|
|
|
|
|
|
|
|
|
|
%package static
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Summary: Static cfitsio library
|
|
|
|
|
|
|
|
|
|
%description static
|
|
|
|
|
Static cfitsio library; avoid use is possible.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n cfitsio
|
|
|
|
|
%patch -p1
|
|
|
|
@ -71,11 +78,17 @@ rm -rf %{buildroot}
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_includedir}/%{name}
|
|
|
|
|
%{_libdir}/libcfitsio.a
|
|
|
|
|
%{_libdir}/libcfitsio.so
|
|
|
|
|
%{_libdir}/pkgconfig/cfitsio.pc
|
|
|
|
|
|
|
|
|
|
%files static
|
|
|
|
|
%{_libdir}/libcfitsio.a
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Nov 9 2007 Matthew Truch <matt at truch.net> - 3.060-1
|
|
|
|
|
- Update to 3.060 bugfix release.
|
|
|
|
|
- Add static package (BZ 372801)
|
|
|
|
|
|
|
|
|
|
* Tue Aug 21 2007 Matthew Truch <matt at truch.net> - 3.040-3
|
|
|
|
|
- Bump release for rebuild (build-id etc.)
|
|
|
|
|
|
|
|
|
|