|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: cfitsio
|
|
|
|
|
Version: 3.004
|
|
|
|
|
Release: 0.10.b%{?dist}
|
|
|
|
|
Release: 0.11.b%{?dist}
|
|
|
|
|
Summary: Library for manipulating FITS data files
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -42,10 +42,6 @@ Headers required when building a program against the cfitsio library.
|
|
|
|
|
FC=g95
|
|
|
|
|
export FC
|
|
|
|
|
%configure --prefix=%{buildroot}/%{_prefix} --includedir=%{buildroot}/%{_includedir}/%{name}
|
|
|
|
|
#cat Makefile | \
|
|
|
|
|
# sed -e 's|cc -shared|cc -shared -Wl,-soname,libcfitsio.so.0|g' \
|
|
|
|
|
# > Makefile.new
|
|
|
|
|
#mv Makefile.new Makefile
|
|
|
|
|
make shared %{?_smp_mflags}
|
|
|
|
|
unset FC
|
|
|
|
|
|
|
|
|
@ -75,6 +71,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_libdir}/libcfitsio.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Nov 13 2005 Matthew Truch <matt at truch.net> - 3.004-0.11.b
|
|
|
|
|
- Clean up unused code in spec file.
|
|
|
|
|
|
|
|
|
|
* Sun Nov 13 2005 Matthew Truch <matt at truch.net> - 3.004-0.10.b
|
|
|
|
|
- Set environment variables correctly.
|
|
|
|
|
- Include patch so Makefile will put things where they belong.
|
|
|
|
|