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
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 <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.

Loading…
Cancel
Save