summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2010-11-15 13:45:54 +0100
committerJan Horak <jhorak@redhat.com>2010-11-15 13:45:54 +0100
commit57658a46b03aea9058eb6b410140d3b0d9bf9b26 (patch)
treef331b436c496308cf6d563199f8e1b65a10592e7 /firefox.spec
parentRemoved updater from files (diff)
downloadlibrewolf-fedora-ff-57658a46b03aea9058eb6b410140d3b0d9bf9b26.tar.gz
librewolf-fedora-ff-57658a46b03aea9058eb6b410140d3b0d9bf9b26.tar.bz2
librewolf-fedora-ff-57658a46b03aea9058eb6b410140d3b0d9bf9b26.zip
Added module files
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 26f9636..8a926b1 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -367,6 +367,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{mozappdir}/modules/stylePanel.jsm
# Hack Hack Hack
%{xulrunner_libdir}/modules/tabview/
+%{xulrunner_libdir}/modules/services-sync/
+%{xulrunner_libdir}/modules/services-crypto/WeaveCrypto.js
+%{xulrunner_libdir}/modules/domplate.jsm
+%{xulrunner_libdir}/modules/PropertyPanel.jsm
+%{xulrunner_libdir}/modules/HUDService.jsm
%exclude %{mozappdir}/removed-files
%{_datadir}/icons/hicolor/16x16/apps/firefox.png
%{_datadir}/icons/hicolor/22x22/apps/firefox.png
bgstack15