From 632dd62d7bbb2c7731e08e3041a2356793bb0377 Mon Sep 17 00:00:00 2001 From: Matthew D Truch Date: Mar 10 2006 19:11:18 +0000 Subject: Have build point to existant f95 rather than non-existant g95. Bugzilla Bug 185107 --- diff --git a/cfitsio.spec b/cfitsio.spec index e5a18b3..7f1802a 100644 --- a/cfitsio.spec +++ b/cfitsio.spec @@ -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 @@ Headers required when building a program against the cfitsio library. %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 @@ rm -rf %{buildroot} %{_libdir}/libcfitsio.so %changelog +* Fri Mar 10 2006 Matthew Truch - 3.006-3 +- Point to f95 instead of g95 as per bugzilla bug 185107 + * Tue Feb 28 2006 Matthew Truch - 3.006-2 - Fix spelling typo in name of License.txt file.