rpms/cfitsio/FC-4 cfitsio.spec,1.9,1.10

Matthew D Truch (mtruch) fedora-extras-commits at redhat.com
Fri Mar 10 19:11:11 UTC 2006


Author: mtruch

Update of /cvs/extras/rpms/cfitsio/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3645/FC-4

Modified Files:
	cfitsio.spec 
Log Message:
Have build point to existant f95 rather than non-existant g95.
Bugzilla Bug 185107




Index: cfitsio.spec
===================================================================
RCS file: /cvs/extras/rpms/cfitsio/FC-4/cfitsio.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cfitsio.spec	28 Feb 2006 20:33:53 -0000	1.9
+++ cfitsio.spec	10 Mar 2006 19:11:10 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           cfitsio
 Version:        3.006
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Library for manipulating FITS data files
 
 Group:          Development/Libraries
@@ -37,7 +37,7 @@
 %patch -p1
 
 %build
-FC=g95
+FC=f95
 export FC
 %configure --prefix=%{buildroot}/%{_prefix} --includedir=%{buildroot}/%{_includedir}/%{name}
 make shared %{?_smp_mflags}
@@ -69,6 +69,9 @@
 %{_libdir}/libcfitsio.so
 
 %changelog
+* Fri Mar 10 2006 Matthew Truch <matt at truch.net> - 3.006-3
+- Point to f95 instead of g95 as per bugzilla bug 185107
+
 * Tue Feb 28 2006 Matthew Truch <matt at truch.net> - 3.006-2
 - Fix spelling typo in name of License.txt file.
 




More information about the fedora-extras-commits mailing list