rpms/hdf/devel hdf.spec,1.32,1.33

Orion Poplawski orion at fedoraproject.org
Fri Aug 14 04:01:26 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/hdf/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21193

Modified Files:
	hdf.spec 
Log Message:
* Thu Aug 13 2009 Orion Poplawski <orion at cora.nwra.com> 4.2r4-4
- Add -fPIC to FFLAGS



Index: hdf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hdf/devel/hdf.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- hdf.spec	25 Jul 2009 02:04:15 -0000	1.32
+++ hdf.spec	14 Aug 2009 04:01:26 -0000	1.33
@@ -1,6 +1,6 @@
 Name: hdf
 Version: 4.2r4
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD
 Group: System Environment/Libraries
@@ -56,7 +56,7 @@ touch -c -r ./mfhdf/libsrc/config/netcdf
 # avoid upstream compiler flags settings
 rm config/*linux-gnu
 export CFLAGS="$RPM_OPT_FLAGS -fPIC"
-export FFLAGS="$RPM_OPT_FLAGS -ffixed-line-length-none"
+export FFLAGS="$RPM_OPT_FLAGS -fPIC -ffixed-line-length-none"
 %configure F77=gfortran --disable-production --disable-netcdf \
  --includedir=%{_includedir}/%{name} --libdir=%{_libdir}/%{name}
 
@@ -111,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Aug 13 2009 Orion Poplawski <orion at cora.nwra.com> 4.2r4-4
+- Add -fPIC to FFLAGS
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.2r4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list