Enabled Rust on Arm builds, spec clean-up
This commit is contained in:
parent
cfb1b14bb8
commit
9a1b7cd727
17
firefox.spec
17
firefox.spec
@ -25,11 +25,7 @@ ExcludeArch: ppc64le aarch64 ppc64 s390 s390x
|
|||||||
%define system_cairo 0
|
%define system_cairo 0
|
||||||
|
|
||||||
# Use system libvpx?
|
# Use system libvpx?
|
||||||
%if 0%{?fedora} > 23
|
|
||||||
%define system_libvpx 1
|
%define system_libvpx 1
|
||||||
%else
|
|
||||||
%define system_libvpx 0
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Use system libicu?
|
# Use system libicu?
|
||||||
%if 0%{?fedora} > 27
|
%if 0%{?fedora} > 27
|
||||||
@ -46,11 +42,7 @@ ExcludeArch: ppc64le aarch64 ppc64 s390 s390x
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Hardened build?
|
# Hardened build?
|
||||||
%if 0%{?fedora} > 20
|
|
||||||
%define hardened_build 1
|
%define hardened_build 1
|
||||||
%else
|
|
||||||
%define hardened_build 0
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%define system_jpeg 1
|
%define system_jpeg 1
|
||||||
|
|
||||||
@ -62,11 +54,9 @@ ExcludeArch: ppc64le aarch64 ppc64 s390 s390x
|
|||||||
|
|
||||||
%define build_with_rust 0
|
%define build_with_rust 0
|
||||||
|
|
||||||
%if 0%{?fedora} > 23
|
%ifarch x86_64 armv7hl
|
||||||
%ifarch x86_64
|
|
||||||
%define build_with_rust 1
|
%define build_with_rust 1
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
# Build as a debug package?
|
# Build as a debug package?
|
||||||
@ -113,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: 2%{?pre_tag}%{?dist}
|
Release: 3%{?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
|
||||||
@ -867,6 +857,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 11 2017 Martin Stransky <stransky@redhat.com> - 53.0.2-3
|
||||||
|
- Enabled Rust on Arm builds
|
||||||
|
|
||||||
* Thu May 11 2017 Martin Stransky <stransky@redhat.com> - 53.0.2-2
|
* Thu May 11 2017 Martin Stransky <stransky@redhat.com> - 53.0.2-2
|
||||||
- Enabled Arm builds
|
- Enabled Arm builds
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user