From 634d611dc9a91ecd75d8567661d479e52a5625c6 Mon Sep 17 00:00:00 2001 From: Matthew D Truch Date: Nov 13 2005 19:54:34 +0000 Subject: Cleaned up spec (removed dead code). --- diff --git a/cfitsio.spec b/cfitsio.spec index 2b025dd..8daf6fd 100644 --- a/cfitsio.spec +++ b/cfitsio.spec @@ -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 - 3.004-0.11.b +- Clean up unused code in spec file. + * Sun Nov 13 2005 Matthew Truch - 3.004-0.10.b - Set environment variables correctly. - Include patch so Makefile will put things where they belong.