[db4/f17] Add ARM to list of supported JAVA arches

Peter Robinson pbrobinson at fedoraproject.org
Mon Apr 30 08:55:13 UTC 2012


commit 26fc12f364d7c54b65160515fbb10383271270f3
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Apr 30 09:38:13 2012 +0100

    Add ARM to list of supported JAVA arches

 db4.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/db4.spec b/db4.spec
index 24d467f..59f470d 100644
--- a/db4.spec
+++ b/db4.spec
@@ -1,11 +1,11 @@
 # the set of arches on which libgcj provides gcj and libgcj-javac-placeholder.sh
-%define java_arches %{ix86} alpha ia64 ppc sparc sparcv9 x86_64 s390 s390x
+%define java_arches %{ix86} alpha ia64 ppc sparc sparcv9 x86_64 s390 s390x %{arm}
 %define __soversion 4.8
 
 Summary: The Berkeley DB database library (version 4) for C
 Name: db4
 Version: 4.8.30
-Release: 9%{?dist}
+Release: 10%{?dist}
 Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
 Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
 # db-1.85 upstream patches
@@ -352,6 +352,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Mon Apr 30 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 4.8.30-10
+- Add ARM to list of supported JAVA arches
+
 * Fri Feb 17 2012 Deepak Bhole <dbhole at redhat.com> 4.8.30-9
 - Removed explicit Java 6 requirement
 


More information about the scm-commits mailing list