summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2004-10-18 18:28:38 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2004-10-18 18:28:38 +0000
commit53e04f59b6d933340a24f3b8e7e9fca0a4b2a189 (patch)
tree0419c486e574393fc9a7fbdd9fe583be136fecaf /firefox.spec
parent(no commit message) (diff)
downloadlibrewolf-fedora-ff-53e04f59b6d933340a24f3b8e7e9fca0a4b2a189.tar.gz
librewolf-fedora-ff-53e04f59b6d933340a24f3b8e7e9fca0a4b2a189.tar.bz2
librewolf-fedora-ff-53e04f59b6d933340a24f3b8e7e9fca0a4b2a189.zip
- Fix RPM file ownership (#136015)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec17
1 files changed, 15 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index c750c1b..9cc1c96 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -8,7 +8,7 @@ ExclusiveArch: i386 x86_64 ia64 ppc
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 0.10.1
-Release: 1.0PR1.13
+Release: 1.0PR1.14
Epoch: 0
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
@@ -205,13 +205,26 @@ fi
%defattr(-,root,root,-)
%{_bindir}/firefox
%{_mandir}/man1/*
-%{ffdir}
%{_datadir}/applications/mozilla-%{name}.desktop
%{_datadir}/pixmaps/firefox.png
+%dir %{ffdir}
+
+%ghost %{ffdir}/components/compreg.dat
+%ghost %{ffdir}/components/xpti.dat
+%ghost %{ffdir}/components
+%ghost %{ffdir}/components.ini
+%ghost %{ffdir}/chrome/chrome.rdf
+%ghost %{ffdir}/chrome/overlayinfo
+%ghost %{ffdir}/extensions
+
+
#---------------------------------------------------------------------
%changelog
+* Mon Oct 18 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.14
+- Fix RPM file ownership (#136015)
+
* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.13
- Actually turn on pango in the mozconfig
bgstack15