Enabled ppc arches

This commit is contained in:
Martin Stransky 2017-05-11 11:33:21 +02:00
parent 9a1b7cd727
commit 1befd5cc0b

View File

@ -1,4 +1,4 @@
ExcludeArch: ppc64le aarch64 ppc64 s390 s390x ExcludeArch: s390 s390x
# Use ALSA backend? # Use ALSA backend?
%define alsa_backend 0 %define alsa_backend 0
@ -25,20 +25,20 @@ ExcludeArch: ppc64le aarch64 ppc64 s390 s390x
%define system_cairo 0 %define system_cairo 0
# Use system libvpx? # Use system libvpx?
%define system_libvpx 1 %define system_libvpx 1
# Use system libicu? # Use system libicu?
%if 0%{?fedora} > 27 %if 0%{?fedora} > 27
%define system_libicu 1 %define system_libicu 1
%else %else
%define system_libicu 0 %define system_libicu 0
%endif %endif
# Big endian platforms # Big endian platforms
%ifarch ppc64 s390x %ifarch ppc64 s390x
# Javascript Intl API is not supported on big endian platforms right now: # Javascript Intl API is not supported on big endian platforms right now:
# https://bugzilla.mozilla.org/show_bug.cgi?id=1322212 # https://bugzilla.mozilla.org/show_bug.cgi?id=1322212
%define big_endian 1 %define big_endian 1
%endif %endif
# Hardened build? # Hardened build?
@ -103,7 +103,7 @@ ExcludeArch: ppc64le aarch64 ppc64 s390 s390x
Summary: Mozilla Firefox Web browser Summary: Mozilla Firefox Web browser
Name: firefox Name: firefox
Version: 53.0.2 Version: 53.0.2
Release: 3%{?pre_tag}%{?dist} Release: 4%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/ URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+ License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet Group: Applications/Internet