summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-06-09 10:13:24 +0200
committerMartin Stransky <stransky@redhat.com>2017-06-09 10:13:24 +0200
commita19743fedce8bd79e249814a783333845bb62bdb (patch)
treeeff4a57b438469b9459dbfbcd829a43553160eb8
parentAdded build fix, remove -Wno-format build flags (diff)
downloadlibrewolf-fedora-ff-a19743fedce8bd79e249814a783333845bb62bdb.tar.gz
librewolf-fedora-ff-a19743fedce8bd79e249814a783333845bb62bdb.tar.bz2
librewolf-fedora-ff-a19743fedce8bd79e249814a783333845bb62bdb.zip
build fix - packaged missing files
-rw-r--r--firefox.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index fe13f97..e7194ec 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -793,6 +793,7 @@ 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/screenshots@mozilla.org.xpi
%{mozappdir}/distribution/distribution.ini
# That's Windows only
%ghost %{mozappdir}/browser/features/aushelper@mozilla.org.xpi
@@ -807,6 +808,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{mozappdir}/chrome.manifest
%{mozappdir}/run-mozilla.sh
%{mozappdir}/application.ini
+%{mozappdir}/pingsender
%exclude %{mozappdir}/removed-files
%{_datadir}/icons/hicolor/16x16/apps/firefox.png
%{_datadir}/icons/hicolor/22x22/apps/firefox.png
bgstack15