|
|
|
@ -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
|
|
|
|
@ -59,7 +59,7 @@ rm -f cfitsio.pc.new
|
|
|
|
|
%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 +95,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_libdir}/libcfitsio.a
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Feb 22 2009 Matthew Truch <matt at truch.net> - 3.130-3
|
|
|
|
|
- Re-check testprogram output.
|
|
|
|
|
- Build for koji, rpm, gcc upgrade.
|
|
|
|
|
|
|
|
|
|
* Thu Feb 5 2009 Matthew Truch <matt at truch.net> - 3.130-2
|
|
|
|
|
- Fix source file naming typo.
|
|
|
|
|
|
|
|
|
|