From e7fb444808e0afa86d20f58ff2512a1a36f3470c Mon Sep 17 00:00:00 2001 From: Balint Cristian Date: Wed, 28 May 2008 18:46:03 +0000 Subject: [PATCH] - further fix for RHEL5 ---------------------------------------------------------------------- Modified Files: EL-5/hdf.spec ---------------------------------------------------------------------- --- hdf.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hdf.spec b/hdf.spec index 74aabb4..cb555db 100644 --- a/hdf.spec +++ b/hdf.spec @@ -1,6 +1,6 @@ Name: hdf Version: 4.2r3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A general purpose library and file format for storing scientific data License: BSD Group: System Environment/Libraries @@ -19,7 +19,6 @@ BuildRequires: gcc-gfortran BuildRequires: gcc-g77 %endif - %description 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 @@ -64,8 +63,8 @@ export FFLAGS="$RPM_OPT_FLAGS -ffixed-line-length-none" F77=gfortran \ %else F77=g77 \ - --includedir=%{_includedir}/%{name} --libdir=%{_libdir}/%{name} %endif + --includedir=%{_includedir}/%{name} --libdir=%{_libdir}/%{name} make # correct the timestamps based on files used to generate the header files @@ -118,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed May 28 2008 Balint Cristian 4.2r3-4 +- further fix a typo for RHEL5 + * Wed May 28 2008 Balint Cristian 4.2r3-3 - require gcc-g77 for fortran on RHEL4