summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-04-18 21:58:54 +0200
committerMartin Stransky <stransky@redhat.com>2017-04-18 21:58:54 +0200
commited4fe39b9c36ace34312dafa11d4faa12588d483 (patch)
treef2ef0f3583589c61214ae576fe20a6cd01bb0ba9 /firefox.spec
parentDisable system hunspell library when necessary (diff)
downloadlibrewolf-fedora-ff-ed4fe39b9c36ace34312dafa11d4faa12588d483.tar.gz
librewolf-fedora-ff-ed4fe39b9c36ace34312dafa11d4faa12588d483.tar.bz2
librewolf-fedora-ff-ed4fe39b9c36ace34312dafa11d4faa12588d483.zip
build fix
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 0 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index 5af62f2..61cc0f1 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -800,7 +800,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{mozappdir}/browser/features/e10srollout@mozilla.org.xpi
%{mozappdir}/browser/features/firefox@getpocket.com.xpi
%{mozappdir}/browser/features/webcompat@mozilla.org.xpi
-%{mozappdir}/browser/features/deployment-checker@mozilla.org.xpi
%{mozappdir}/distribution/distribution.ini
# That's Windows only
%ghost %{mozappdir}/browser/features/aushelper@mozilla.org.xpi
@@ -843,9 +842,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%if !%{?system_libicu}
%{mozappdir}/icudt*.dat
%endif
-%exclude %{_includedir}
-%exclude %{_libdir}/firefox-devel-%{version}
-%exclude %{_datadir}/idl
%if !%{?system_nss}
%{mozappdir}/libfreeblpriv3.chk
%{mozappdir}/libnssdbm3.chk
bgstack15