Have build point to existant f95 rather than non-existant g95. Bugzilla Bug

185107
epel9
Matthew D Truch 19 years ago
parent 9a8deeaa22
commit 632dd62d7b

@ -1,6 +1,6 @@
Name: cfitsio Name: cfitsio
Version: 3.006 Version: 3.006
Release: 2%{?dist} Release: 3%{?dist}
Summary: Library for manipulating FITS data files Summary: Library for manipulating FITS data files
Group: Development/Libraries Group: Development/Libraries
@ -37,7 +37,7 @@ Headers required when building a program against the cfitsio library.
%patch -p1 %patch -p1
%build %build
FC=g95 FC=f95
export FC export FC
%configure --prefix=%{buildroot}/%{_prefix} --includedir=%{buildroot}/%{_includedir}/%{name} %configure --prefix=%{buildroot}/%{_prefix} --includedir=%{buildroot}/%{_includedir}/%{name}
make shared %{?_smp_mflags} make shared %{?_smp_mflags}
@ -69,6 +69,9 @@ rm -rf %{buildroot}
%{_libdir}/libcfitsio.so %{_libdir}/libcfitsio.so
%changelog %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 * Tue Feb 28 2006 Matthew Truch <matt at truch.net> - 3.006-2
- Fix spelling typo in name of License.txt file. - Fix spelling typo in name of License.txt file.

Loading…
Cancel
Save