- further fix for RHEL5
---------------------------------------------------------------------- Modified Files: EL-5/hdf.spec ----------------------------------------------------------------------
This commit is contained in:
parent
e907503302
commit
e7fb444808
8
hdf.spec
8
hdf.spec
@ -1,6 +1,6 @@
|
|||||||
Name: hdf
|
Name: hdf
|
||||||
Version: 4.2r3
|
Version: 4.2r3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: A general purpose library and file format for storing scientific data
|
Summary: A general purpose library and file format for storing scientific data
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -19,7 +19,6 @@ BuildRequires: gcc-gfortran
|
|||||||
BuildRequires: gcc-g77
|
BuildRequires: gcc-g77
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
HDF is a general purpose library and file format for storing scientific data.
|
HDF is a general purpose library and file format for storing scientific data.
|
||||||
HDF can store two primary objects: datasets and groups. A dataset is
|
HDF can store two primary objects: datasets and groups. A dataset is
|
||||||
@ -64,8 +63,8 @@ export FFLAGS="$RPM_OPT_FLAGS -ffixed-line-length-none"
|
|||||||
F77=gfortran \
|
F77=gfortran \
|
||||||
%else
|
%else
|
||||||
F77=g77 \
|
F77=g77 \
|
||||||
--includedir=%{_includedir}/%{name} --libdir=%{_libdir}/%{name}
|
|
||||||
%endif
|
%endif
|
||||||
|
--includedir=%{_includedir}/%{name} --libdir=%{_libdir}/%{name}
|
||||||
|
|
||||||
make
|
make
|
||||||
# correct the timestamps based on files used to generate the header files
|
# correct the timestamps based on files used to generate the header files
|
||||||
@ -118,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 28 2008 Balint Cristian <rezso@rdsor.ro> 4.2r3-4
|
||||||
|
- further fix a typo for RHEL5
|
||||||
|
|
||||||
* Wed May 28 2008 Balint Cristian <rezso@rdsor.ro> 4.2r3-3
|
* Wed May 28 2008 Balint Cristian <rezso@rdsor.ro> 4.2r3-3
|
||||||
- require gcc-g77 for fortran on RHEL4
|
- require gcc-g77 for fortran on RHEL4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user