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

Orion Poplawski orion at fedoraproject.org
Wed Oct 8 14:56:50 UTC 2008


Author: orion

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

Modified Files:
	hdf5.spec 
Log Message:
* Wed Oct 8 2008 Orion Poplawski <orion at cora.nwra.com> 1.8.1-3
- Add sparc64 to 64-bit conditionals



Index: hdf5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hdf5/devel/hdf5.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- hdf5.spec	26 Sep 2008 20:51:24 -0000	1.32
+++ hdf5.spec	8 Oct 2008 14:56:20 -0000	1.33
@@ -1,6 +1,6 @@
 Name: hdf5
 Version: 1.8.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD
 Group: System Environment/Libraries
@@ -68,7 +68,7 @@
            --enable-cxx --enable-fortran \
            --with-ssl
 #Multiarch header
-%ifarch x86_64 ppc64 ia64 s390
+%ifarch x86_64 ppc64 ia64 s390 sparc64
 cp src/H5pubconf.h \
    src/H5pubconf-64.h
 %else
@@ -87,7 +87,7 @@
 mv ${RPM_BUILD_ROOT}%{_includedir}/*.mod ${RPM_BUILD_ROOT}%{_fmoddir}
 
 #Fixup headers and scripts for multiarch
-%ifarch x86_64 ppc64 ia64 s390
+%ifarch x86_64 ppc64 ia64 s390 sparc64
 mv ${RPM_BUILD_ROOT}%{_includedir}/H5pubconf.h \
    ${RPM_BUILD_ROOT}%{_includedir}/H5pubconf-64.h
 for x in h5c++ h5cc h5fc
@@ -162,6 +162,9 @@
 
 
 %changelog
+* Wed Oct 8 2008 Orion Poplawski <orion at cora.nwra.com> 1.8.1-3
+- Add sparc64 to 64-bit conditionals
+
 * Fri Sep 26 2008 Orion Poplawski <orion at cora.nwra.com> 1.8.1-2
 - Add patch to filter -little as option used on sh arch (#464052)
  




More information about the scm-commits mailing list