rpms/hdf/EL-5 hdf.spec,1.15,1.16

Balint Cristian (rezso) fedora-extras-commits at redhat.com
Wed May 28 18:47:03 UTC 2008


Author: rezso

Update of /cvs/pkgs/rpms/hdf/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8330/EL-5

Modified Files:
	hdf.spec 
Log Message:
- further fix for RHEL5
 ----------------------------------------------------------------------
 Modified Files:
 	EL-5/hdf.spec 
 ----------------------------------------------------------------------



Index: hdf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hdf/EL-5/hdf.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hdf.spec	28 May 2008 17:50:13 -0000	1.15
+++ hdf.spec	28 May 2008 18:46:03 -0000	1.16
@@ -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-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 @@
            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 @@
 
 
 %changelog
+* Wed May 28 2008 Balint Cristian <rezso at rdsor.ro> 4.2r3-4
+- further fix a typo for RHEL5
+
 * Wed May 28 2008 Balint Cristian <rezso at rdsor.ro> 4.2r3-3
 - require gcc-g77 for fortran on RHEL4
 




More information about the scm-commits mailing list