[xulrunner: 3/3] webrtc is available only on selected arches

Dan Horák sharkcz at fedoraproject.org
Mon Nov 19 13:28:54 UTC 2012


commit 0a2c501637e9ccf75944b28250c91b4f6cff0448
Author: Dan Horák <dan at danny.cz>
Date:   Mon Nov 19 14:28:32 2012 +0100

    webrtc is available only on selected arches

 xulrunner.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index d985ddb..6a0a3fb 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -75,7 +75,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        17.0
-Release:        1%{?pre_tag}%{?dist}
+Release:        2%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -293,6 +293,10 @@ echo "ac_add_options --disable-polyic" >> .mozconfig
 echo "ac_add_options --disable-tracejit" >> .mozconfig
 %endif
 
+%ifnarch %{ix86} x86_64 %{arm}
+echo "ac_add_options --disable-webrtc" >> .mozconfig
+%endif
+
 #---------------------------------------------------------------------
 
 %build
@@ -501,6 +505,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Mon Nov 19 2012 Dan Horák <dan[at]danny.cz> - 17.0-2
+- webrtc is available only on selected arches
+
 * Mon Nov 19 2012 Martin Stransky <stransky at redhat.com> - 17.0-1
 - Update to 17.0
 


More information about the scm-commits mailing list