rpms/hdf/devel hdf.spec,1.2,1.3

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Tue Aug 23 20:56:25 UTC 2005


Author: orion

Update of /cvs/extras/rpms/hdf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25787

Modified Files:
	hdf.spec 
Log Message:
- Use -fPIC
- Fix project URL



Index: hdf.spec
===================================================================
RCS file: /cvs/extras/rpms/hdf/devel/hdf.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hdf.spec	29 Jul 2005 19:50:52 -0000	1.2
+++ hdf.spec	23 Aug 2005 20:56:22 -0000	1.3
@@ -1,10 +1,10 @@
 Name: hdf
 Version: 4.2r1
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD-ish
 Group: System Environment/Libraries
-URL: http://hdf.ncsa.uiuc.edu/HDF/
+URL: http://hdf.ncsa.uiuc.edu/hdf4.html
 Source0: ftp://ftp.ncsa.uiuc.edu/HDF/HDF/HDF_Current/src/HDF%{version}.tar.gz
 Source1: ftp://ftp.ncsa.uiuc.edu/HDF/HDF/HDF_Current/src/patches/4.2r1-hrepack-patch.tar
 Patch0: hdf-4.2r1-configure.patch
@@ -39,6 +39,7 @@
 
 %build
 autoconf
+export CFLAGS="$RPM_OPT_FLAGS -fPIC"
 %configure F77=gfortran FFLAGS=-ffixed-line-length-none
 make
 
@@ -71,6 +72,10 @@
 %{_libdir}/%{name}/
 
 %changelog
+* Tue Aug 23 2005 Orion Poplawski <orion at cora.nwra.com> 4.2r1-4
+- Use -fPIC
+- Fix project URL
+
 * Fri Jul 29 2005 Orion Poplawski <orion at cora.nwra.com> 4.2r1-3
 - Exclude ppc/ppc64 - HDF does not recognize it
 




More information about the scm-commits mailing list