rpms/hdf5/F-9 hdf5.spec,1.24,1.25

Dennis Gilmore ausil at fedoraproject.org
Tue Dec 23 00:05:40 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/hdf5/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4465

Modified Files:
	hdf5.spec 
Log Message:
fix up multilib header handling



Index: hdf5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hdf5/F-9/hdf5.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- hdf5.spec	5 Jun 2008 20:43:34 -0000	1.24
+++ hdf5.spec	23 Dec 2008 00:05:10 -0000	1.25
@@ -1,6 +1,6 @@
 Name: hdf5
 Version: 1.8.1
-Release: 1%{?dist}
+Release: 1%{?dist}.1
 Summary: A general purpose library and file format for storing scientific data
 License: BSD
 Group: System Environment/Libraries
@@ -65,7 +65,7 @@
            --enable-cxx --enable-fortran \
            --with-ssl
 #Multiarch header
-%ifarch x86_64 ppc64 ia64 s390
+%ifarch x86_64 ppc64 ia64 s390x sparc64
 cp src/H5pubconf.h \
    src/H5pubconf-64.h
 %else
@@ -84,7 +84,7 @@
 mv ${RPM_BUILD_ROOT}%{_includedir}/*.mod ${RPM_BUILD_ROOT}%{_libdir}/gfortran/modules/
 
 #Fixup headers and scripts for multiarch
-%ifarch x86_64 ppc64 ia64 s390
+%ifarch x86_64 ppc64 ia64 s390x sparc64
 mv ${RPM_BUILD_ROOT}%{_includedir}/H5pubconf.h \
    ${RPM_BUILD_ROOT}%{_includedir}/H5pubconf-64.h
 for x in h5c++ h5cc h5fc
@@ -159,6 +159,9 @@
 
 
 %changelog
+* Mon Dec 22 2008 Dennis Gilmore <dennis at ausil.us> 1.8.1-1.1
+- fix up multilib headers
+
 * Thu Jun 5 2008 Orion Poplawski <orion at cora.nwra.com> 1.8.1-1
 - Update to 1.8.1
 - Disable failing ppc64 tests.  Failing tests are for 




More information about the fedora-extras-commits mailing list