summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-03-01 08:30:19 +0100
committerMartin Stransky <stransky@redhat.com>2019-03-01 08:30:19 +0100
commit830c907bb53b34c7bbca1cb5ec889a2c12ea0035 (patch)
tree6f94999e984c584966936cbfe05ccd04d650f2a0 /firefox.spec
parentdebug build - disable second arches (diff)
downloadlibrewolf-fedora-ff-830c907bb53b34c7bbca1cb5ec889a2c12ea0035.tar.gz
librewolf-fedora-ff-830c907bb53b34c7bbca1cb5ec889a2c12ea0035.tar.bz2
librewolf-fedora-ff-830c907bb53b34c7bbca1cb5ec889a2c12ea0035.zip
Revered the debug setup
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index dc523a6..8498e15 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,5 +1,5 @@
# Disabled arm due to rhbz#1658940
-ExcludeArch: armv7hl, s390x, ppc64
+ExcludeArch: armv7hl
%global system_nss 1
%global system_ffi 1
@@ -16,7 +16,7 @@ ExcludeArch: armv7hl, s390x, ppc64
%global build_with_clang 0
%global use_bundled_cbindgen 1
%ifnarch %{ix86} ppc64 s390x
-%global build_with_pgo 0
+%global build_with_pgo 1
%endif
%if 0%{?fedora} > 29
%global wayland_backend_default 1
@@ -30,7 +30,7 @@ ExcludeArch: armv7hl, s390x, ppc64
%else
%global debug_build 1
%else
-%global debug_build 1
+%global debug_build 0
%endif
%if 0%{?build_with_pgo}
@@ -83,7 +83,7 @@ ExcludeArch: armv7hl, s390x, ppc64
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 65.0.1
-Release: 2.debug%{?pre_tag}%{?dist}
+Release: 2%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
bgstack15