summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-07-26 15:55:50 +0200
committerMartin Stransky <stransky@redhat.com>2016-07-26 15:55:50 +0200
commite28e81bc05c017745b7d405a6535ed3bc28c9fb3 (patch)
tree80a6324b4a63eb8f410f0efae34c93391f7bf455 /firefox.spec
parentBuild fixes (diff)
downloadlibrewolf-fedora-ff-e28e81bc05c017745b7d405a6535ed3bc28c9fb3.tar.gz
librewolf-fedora-ff-e28e81bc05c017745b7d405a6535ed3bc28c9fb3.tar.bz2
librewolf-fedora-ff-e28e81bc05c017745b7d405a6535ed3bc28c9fb3.zip
Build fixes
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec6
1 files changed, 2 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index 82b563e..cbc89d0 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -109,6 +109,7 @@ Patch20: firefox-build-prbool.patch
Patch21: firefox-ppc64le.patch
Patch24: firefox-debug.patch
Patch25: rhbz-1219542-s390-build.patch
+Patch26: mozilla-1282843.patch
# Fedora specific patches
# Unable to install addons from https pages
@@ -247,6 +248,7 @@ cd %{tarballdir}
%ifarch s390
%patch25 -p1 -b .rhbz-1219542-s390
%endif
+%patch26 -p1 -b .mzbz#1282843
%patch3 -p1 -b .arm
@@ -741,10 +743,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/icons/hicolor/32x32/apps/firefox.png
%{_datadir}/icons/hicolor/48x48/apps/firefox.png
%{_datadir}/icons/hicolor/symbolic/apps/firefox-symbolic.svg
-%{mozappdir}/webapprt-stub
-%dir %{mozappdir}/webapprt
-%{mozappdir}/webapprt/omni.ja
-%{mozappdir}/webapprt/webapprt.ini
%if %{enable_mozilla_crashreporter}
%{mozappdir}/crashreporter
%{mozappdir}/crashreporter.ini
bgstack15