]> git.pld-linux.org Git - packages/firefox60-esr.git/blobdiff - firefox.spec
- enabled pgo build
[packages/firefox60-esr.git] / firefox.spec
index 43c2e2a0f19a6dbc87cfa1113b9e7570dc600610..a6db83b4b13955fda01cc7cd880b899693fd2b48 100644 (file)
@@ -6,7 +6,7 @@
 %bcond_without gtk3            # GTK+ 3.x instead of 2.x
 %bcond_without kerberos        # disable krb5 support
 %bcond_without official        # official Firefox branding
-%bcond_with    pgo             # PGO-enabled build (requires working $DISPLAY == :100)
+%bcond_without pgo             # PGO-enabled build (requires working $DISPLAY == :100)
 # - disabled shared_js - https://bugzilla.mozilla.org/show_bug.cgi?id=1039964
 %bcond_with    shared_js       # shared libmozjs library [broken]
 
@@ -26,7 +26,7 @@ Summary(hu.UTF-8):    Firefox web böngésző
 Summary(pl.UTF-8):     Firefox - przeglądarka WWW
 Name:          firefox
 Version:       48.0
-Release:       0.1
+Release:       2
 License:       MPL v2.0
 Group:         X11/Applications/Networking
 Source0:       http://releases.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz
@@ -301,15 +301,11 @@ export DISPLAY=:${D}
 %{__make} -j1 -f client.mk profiledbuild \
        AUTOCONF=/usr/bin/autoconf2_13 \
        DESTDIR=obj-%{_target_cpu}/dist \
-       CC="%{__cc}" \
-       CXX="%{__cxx}" \
        MOZ_MAKE_FLAGS="%{_smp_mflags}"
 kill $XVFB_PID
 %else
 %{__make} -j1 -f client.mk build \
        AUTOCONF=/usr/bin/autoconf2_13 \
-       CC="%{__cc}" \
-       CXX="%{__cxx}" \
        MOZ_MAKE_FLAGS="%{_smp_mflags}"
 %endif
 
@@ -465,8 +461,6 @@ fi
 # the signature of the default theme
 %{_datadir}/%{name}/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
 %{_libdir}/%{name}/browser/omni.ja
-%{_libdir}/%{name}/webapprt
-%attr(755,root,root) %{_libdir}/%{name}/webapprt-stub
 
 %{_libdir}/%{name}/browser/features/loop@mozilla.org.xpi
 %{_libdir}/%{name}/browser/features/e10srollout@mozilla.org.xpi
This page took 0.032246 seconds and 4 git commands to generate.