[icedtea-web] Enable building on ARM platforms

Peter Robinson pbrobinson at fedoraproject.org
Tue Mar 13 23:58:34 UTC 2012


commit 42e5ab759a10d04b035e58b5affaa149e645c85b
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Mar 13 23:58:16 2012 +0000

    Enable building on ARM platforms

 icedtea-web.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/icedtea-web.spec b/icedtea-web.spec
index 5322084..03000af 100644
--- a/icedtea-web.spec
+++ b/icedtea-web.spec
@@ -41,7 +41,7 @@
 
 Name:		icedtea-web
 Version:	1.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Additional Java components for OpenJDK
 
 Group:      Applications/Internet
@@ -75,7 +75,7 @@ Provides:   java-1.6.0-openjdk-plugin = %{min_openjdk_version}
 Obsoletes:  java-1.6.0-openjdk-plugin <= %{min_openjdk_version}
 
 # IcedTea is only built on these archs for now
-ExclusiveArch: x86_64 i686
+ExclusiveArch: x86_64 i686 %{arm}
 
 %description
 The IcedTea-Web project provides a Java web browser plugin, an implementation
@@ -167,6 +167,9 @@ exit 0
 %doc COPYING
 
 %changelog
+* Tue Mar 13 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.2-2
+- Enable building on ARM platforms
+
 * Mon Mar 05 2012 Deepak Bhole <dbhole at redhat.com> 1.2-1
 - Updated to 1.2
 


More information about the scm-commits mailing list