summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2006-07-26 20:06:35 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2006-07-26 20:06:35 +0000
commitbbf0ccafc570ca0024cceb794718634af47fc61e (patch)
treeb31886c04c4f66bee33b32d50048111ac5b6032d /firefox.spec
parent*** empty log message *** (diff)
downloadlibrewolf-fedora-ff-bbf0ccafc570ca0024cceb794718634af47fc61e.tar.gz
librewolf-fedora-ff-bbf0ccafc570ca0024cceb794718634af47fc61e.tar.bz2
librewolf-fedora-ff-bbf0ccafc570ca0024cceb794718634af47fc61e.zip
fix up double listings of files...
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index 217ba47..ba0d58e 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -298,7 +298,12 @@ fi
%{ffdir}/README.txt
%{ffdir}/*.properties
%{ffdir}/chrome
-%{ffdir}/components
+%dir %{ffdir}/components
+%ghost %{ffdir}/components/compreg.dat
+%ghost %{ffdir}/components/xpti.dat
+%{ffdir}/components/*.so
+%{ffdir}/components/*.xpt
+%{ffdir}/components/*.js
%{ffdir}/defaults
%{ffdir}/extensions
%{ffdir}/greprefs
@@ -314,10 +319,9 @@ fi
%{ffdir}/mozilla-xremote-client
%{ffdir}/run-mozilla.sh
# XXX See if these are needed still
+%{ffdir}/dependentlibs.list
%{ffdir}/updater*
-
-%ghost %{ffdir}/components/compreg.dat
-%ghost %{ffdir}/components/xpti.dat
+%{ffdir}/removed-files
%files devel
%defattr(-,root,root)
bgstack15