- Fix RPM file ownership (#136015)
This commit is contained in:
parent
dbd8e20d30
commit
53e04f59b6
17
firefox.spec
17
firefox.spec
@ -8,7 +8,7 @@ ExclusiveArch: i386 x86_64 ia64 ppc
|
|||||||
Summary: Mozilla Firefox Web browser.
|
Summary: Mozilla Firefox Web browser.
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 0.10.1
|
Version: 0.10.1
|
||||||
Release: 1.0PR1.13
|
Release: 1.0PR1.14
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
URL: http://www.mozilla.org/projects/firefox/
|
URL: http://www.mozilla.org/projects/firefox/
|
||||||
License: MPL/LGPL
|
License: MPL/LGPL
|
||||||
@ -205,13 +205,26 @@ fi
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/firefox
|
%{_bindir}/firefox
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{ffdir}
|
|
||||||
%{_datadir}/applications/mozilla-%{name}.desktop
|
%{_datadir}/applications/mozilla-%{name}.desktop
|
||||||
%{_datadir}/pixmaps/firefox.png
|
%{_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
|
%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
|
* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.13
|
||||||
- Actually turn on pango in the mozconfig
|
- Actually turn on pango in the mozconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user