[hdf] fix FTBFS on ARM

Peter Robinson pbrobinson at fedoraproject.org
Wed Mar 14 20:28:50 UTC 2012


commit fac61862b3f05321f55c1099f92e869fc8fc6bc7
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Mar 14 20:28:17 2012 +0000

    fix FTBFS on ARM

 hdf.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/hdf.spec b/hdf.spec
index 26bc7c9..467e30a 100644
--- a/hdf.spec
+++ b/hdf.spec
@@ -1,6 +1,6 @@
 Name: hdf
 Version: 4.2.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD
 Group: System Environment/Libraries
@@ -10,6 +10,7 @@ Patch0: hdf-4.2.5-maxavailfiles.patch
 Patch1: hdf-ppc.patch
 Patch2: hdf-4.2.4-sparc.patch
 Patch3: hdf-4.2.4-s390.patch
+Patch4: hdf-4.2.7-arm.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: flex byacc libjpeg-devel zlib-devel
 %if "%{?dist}" != ".el4"
@@ -46,6 +47,7 @@ HDF development headers and libraries.
 %patch1 -p1 -b .ppc
 %patch2 -p1 -b .sparc
 %patch3 -p1 -b .s390
+%patch4 -p1 -b .arm
 
 chmod a-x *hdf/*/*.c hdf/*/*.h
 # restore include file timestamps modified by patching
@@ -112,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Mar 06 2012 DJ Delorie <dj at redhat.com> 4.2.7-2
+- Add patch for ARM support
+
 * Wed Feb 15 2012 Orion Poplawski <orion at cora.nwra.com> 4.2.7-1
 - Update to 4.2.7
 


More information about the scm-commits mailing list