summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-05-11 11:33:21 +0200
committerMartin Stransky <stransky@redhat.com>2017-05-11 11:33:21 +0200
commit1befd5cc0b9e6119aa86fd3d49826f0c5e1d6baf (patch)
treedde45460b95df1a8dd853fbba818d7e9a0417f4e
parentEnabled Rust on Arm builds, spec clean-up (diff)
downloadlibrewolf-fedora-ff-1befd5cc0b9e6119aa86fd3d49826f0c5e1d6baf.tar.gz
librewolf-fedora-ff-1befd5cc0b9e6119aa86fd3d49826f0c5e1d6baf.tar.bz2
librewolf-fedora-ff-1befd5cc0b9e6119aa86fd3d49826f0c5e1d6baf.zip
Enabled ppc arches
-rw-r--r--firefox.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/firefox.spec b/firefox.spec
index bb8dd81..5cd7fbb 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,4 +1,4 @@
-ExcludeArch: ppc64le aarch64 ppc64 s390 s390x
+ExcludeArch: s390 s390x
# Use ALSA backend?
%define alsa_backend 0
@@ -25,20 +25,20 @@ ExcludeArch: ppc64le aarch64 ppc64 s390 s390x
%define system_cairo 0
# Use system libvpx?
-%define system_libvpx 1
+%define system_libvpx 1
# Use system libicu?
%if 0%{?fedora} > 27
-%define system_libicu 1
+%define system_libicu 1
%else
-%define system_libicu 0
+%define system_libicu 0
%endif
# Big endian platforms
%ifarch ppc64 s390x
# Javascript Intl API is not supported on big endian platforms right now:
# https://bugzilla.mozilla.org/show_bug.cgi?id=1322212
-%define big_endian 1
+%define big_endian 1
%endif
# Hardened build?
@@ -103,7 +103,7 @@ ExcludeArch: ppc64le aarch64 ppc64 s390 s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 53.0.2
-Release: 3%{?pre_tag}%{?dist}
+Release: 4%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
bgstack15