summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2014-03-19 08:16:31 +0100
committerMartin Stransky <stransky@anakreon.cz>2014-03-19 08:16:31 +0100
commitbb61945f59bacca76afa2f4bd6b18886b61405f8 (patch)
tree3eb2286a7d6c2d29ca7d9224141ed2602304a914 /firefox.spec
parentUpdate to Firefox 28 (diff)
downloadlibrewolf-fedora-ff-bb61945f59bacca76afa2f4bd6b18886b61405f8.tar.gz
librewolf-fedora-ff-bb61945f59bacca76afa2f4bd6b18886b61405f8.tar.bz2
librewolf-fedora-ff-bb61945f59bacca76afa2f4bd6b18886b61405f8.zip
Disable arm for now - does not build
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 17b60e0..b329bd9 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,3 +1,6 @@
+# Build for arm architecture?
+%define disable_arm 1
+
# Use system nspr/nss?
%define system_nss 1
@@ -83,6 +86,10 @@
%global tarballdir mozilla-release
%endif
+%if %{disable_arm}
+ExcludeArch: %{arm}
+%endif
+
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 28.0
bgstack15