summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2011-01-04 13:00:05 +0100
committerMartin Stransky <stransky@redhat.com>2011-01-04 13:00:05 +0100
commit767857cdc5009438b3430c1caf0cd2db0cad913b (patch)
treeb6411f26494bded20d0d1317897fb7250a40769a /firefox.spec
parentbuild fixes (diff)
downloadlibrewolf-fedora-ff-767857cdc5009438b3430c1caf0cd2db0cad913b.tar.gz
librewolf-fedora-ff-767857cdc5009438b3430c1caf0cd2db0cad913b.tar.bz2
librewolf-fedora-ff-767857cdc5009438b3430c1caf0cd2db0cad913b.zip
Fixed rhbz#664877 - Cannot read application.ini
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 4 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 553819c..4cbd623 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -26,7 +26,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 4.0
-Release: 0.7%{?prever}%{?dist}
+Release: 0.8%{?prever}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -191,7 +191,6 @@ XULRUNNER_DIR=`pkg-config --variable=libdir libxul | %{__sed} -e "s,%{_libdir},,
# Remove binary stub from xulrunner
%{__rm} -rf $RPM_BUILD_ROOT/%{mozappdir}/firefox
-ln -s `pkg-config --variable=libdir libxul`/xulrunner-stub $RPM_BUILD_ROOT/%{mozappdir}/firefox
# set up our default preferences
%{__cat} %{SOURCE12} | %{__sed} -e 's,FIREFOX_RPM_VR,%{version}-%{release},g' > rh-default-prefs
@@ -354,7 +353,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%endif
%{mozappdir}/icons
%{mozappdir}/searchplugins
-%{mozappdir}/firefox
%{mozappdir}/run-mozilla.sh
%{mozappdir}/application.ini
%dir %{mozappdir}/modules
@@ -388,6 +386,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Jan 4 2011 Martin Stransky <stransky@redhat.com> - 4.0-0.8b8
+- Fixed rhbz#664877 - Cannot read application.ini
+
* Tue Dec 21 2010 Martin Stransky <stransky@redhat.com> - 4.0-0.7b8
- Update to Beta 8
- Fixed rhbz#437608 - When prelink is installed,
bgstack15