rpms/cfitsio/devel cfitsio.spec,1.4,1.5

Matthew D Truch (mtruch) fedora-extras-commits at redhat.com
Sun Nov 13 19:54:36 UTC 2005


Author: mtruch

Update of /cvs/extras/rpms/cfitsio/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26111

Modified Files:
	cfitsio.spec 
Log Message:
Cleaned up spec (removed dead code).



Index: cfitsio.spec
===================================================================
RCS file: /cvs/extras/rpms/cfitsio/devel/cfitsio.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cfitsio.spec	13 Nov 2005 19:50:32 -0000	1.4
+++ cfitsio.spec	13 Nov 2005 19:54:34 -0000	1.5
@@ -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 @@
 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 @@
 %{_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.




More information about the fedora-extras-commits mailing list