[xulrunner] Update aarch64 bits

Peter Robinson pbrobinson at fedoraproject.org
Thu May 15 22:21:37 UTC 2014


commit 82c583ffad111011fb95c25e23d6dcc879429713
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu May 15 23:21:10 2014 +0100

    Update aarch64 bits

 xulrunner.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index b828e5f..58c5855 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -78,7 +78,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        29.0
-Release:        3%{?pre_tag}%{?dist}
+Release:        4%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -339,6 +339,9 @@ esac
 
 cd %{tarballdir}
 
+# Update the various config.guess to upstream release for aarch64 support
+find ./ -name config.guess -exec cp /usr/lib/rpm/config.guess {} ';'
+
 # -fpermissive is needed to build with gcc 4.6+ which has become stricter
 # 
 # Mozilla builds with -Wall with exception of a few warnings which show up
@@ -367,7 +370,7 @@ export LIBDIR='%{_libdir}'
 MOZ_SMP_FLAGS=-j1
 # On x86 architectures, Mozilla can build up to 4 jobs at once in parallel,
 # however builds tend to fail on other arches when building in parallel.
-%ifarch %{ix86} x86_64 ppc ppc64 ppc64le aarch64
+%ifarch %{ix86} x86_64 ppc ppc64 ppc64le aarch64 %{arm}
 [ -z "$RPM_BUILD_NCPUS" ] && \
      RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
 [ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2
@@ -532,6 +535,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Thu May 15 2014 Peter Robinson <pbrobinson at fedoraproject.org> 29.0-4
+- Update aarch64 bits
+
 * Thu May 15 2014 Peter Robinson <pbrobinson at fedoraproject.org> 29.0-3
 - Add upstream patches for aarch64 support
 


More information about the scm-commits mailing list