[xulrunner] add missing v from armv7hl and armv7hnl config options

Dennis Gilmore ausil at fedoraproject.org
Fri Jan 20 04:06:20 UTC 2012


commit 816acb4940f9bf3320e12aecd02fec36007607a4
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Jan 19 22:06:16 2012 -0600

    add missing v from armv7hl and armv7hnl config options

 xulrunner.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index 9ac1d72..51277cd 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -53,7 +53,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        9.0.1
-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
@@ -226,12 +226,12 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{gecko_dir_ver}/' %{P:%%PATCH0} \
 echo "ac_add_options --disable-jemalloc" >> .mozconfig
 %endif
 
-%ifarch arm7hl
+%ifarch armv7hl
 echo "ac_add_options --with-arch=armv7-a" >> .mozconfig
 echo "ac_add_options --with-float-abi=hard" >> .mozconfig
 echo "ac_add_options --with-fpu=vfpv3-d16" >> .mozconfig
 %endif
-%ifarch arm7hnl
+%ifarch armv7hnl
 echo "ac_add_options --with-arch=armv7-a" >> .mozconfig
 echo "ac_add_options --with-float-abi=hard" >> .mozconfig
 echo "ac_add_options --with-fpu=neon" >> .mozconfig
@@ -471,6 +471,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Thu Jan 19 2012 Dennis Gilmore <dennis at ausil.us> - 9.0.1-4
+- add missing v from armv7hl and armv7hnl config options
+
 * Wed Jan 04 2012 Dan HorĂ¡k <dan[at]danny.cz> - 9.0.1-3
 - fix build on secondary arches (cherry-picked from 13afcd4c097c)
 


More information about the scm-commits mailing list