summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorTom "spot" Callaway <tcallawa@redhat.com>2010-09-07 14:36:06 -0400
committerTom "spot" Callaway <tcallawa@redhat.com>2010-09-07 14:36:06 -0400
commitb7539261ab2fd77f159c2f6d00b4f0c32827e1a2 (patch)
tree15504024445d94dfcf9c030c1a94eac63d8ae80e /firefox.spec
parentBuildRequires: yasm (diff)
downloadlibrewolf-fedora-ff-b7539261ab2fd77f159c2f6d00b4f0c32827e1a2.tar.gz
librewolf-fedora-ff-b7539261ab2fd77f159c2f6d00b4f0c32827e1a2.tar.bz2
librewolf-fedora-ff-b7539261ab2fd77f159c2f6d00b4f0c32827e1a2.zip
drop browser.manifest from %files, add new *.manifest files
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 25f899c..95cec69 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -357,7 +357,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%ghost %{mozappdir}/components/xpti.dat
%{mozappdir}/components/*.so
%{mozappdir}/components/*.xpt
-%{mozappdir}/components/browser.manifest
+# %{mozappdir}/components/browser.manifest
+%{mozappdir}/components/components.manifest
+%{mozappdir}/components/interfaces.manifest
%attr(644, root, root) %{mozappdir}/blocklist.xml
%attr(644, root, root) %{mozappdir}/components/*.js
%{mozappdir}/defaults
bgstack15