From a290d3e1150c39e58ff5da400c5e089e0bddb996 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Sat, 26 Feb 2011 21:54:26 -0800 Subject: stop shipping ghosted {compreg,xpti}.dat they both moved to the profile directory ages ago --- firefox.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/firefox.spec b/firefox.spec index a0e37f0..7cd8202 100644 --- a/firefox.spec +++ b/firefox.spec @@ -255,10 +255,6 @@ done # Copy over the LICENSE %{__install} -p -c -m 644 LICENSE $RPM_BUILD_ROOT/%{mozappdir} -# ghost files -touch $RPM_BUILD_ROOT/%{mozappdir}/components/compreg.dat -touch $RPM_BUILD_ROOT/%{mozappdir}/components/xpti.dat - # Enable crash reporter for Firefox application %if %{include_debuginfo} sed -i -e "s/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/" $RPM_BUILD_ROOT/%{mozappdir}/application.ini @@ -305,8 +301,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{mozappdir}/chrome %{mozappdir}/chrome.manifest %dir %{mozappdir}/components -%ghost %{mozappdir}/components/compreg.dat -%ghost %{mozappdir}/components/xpti.dat %{mozappdir}/components/*.so %{mozappdir}/components/binary.manifest %attr(644, root, root) %{mozappdir}/blocklist.xml -- cgit