diff options
author | Martin Stransky <stransky@redhat.com> | 2011-05-10 12:53:22 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2011-05-10 12:53:22 +0200 |
commit | 73632afa5bb580688d3d7381f814f129df16bd58 (patch) | |
tree | 6b1d5c608176d7917a9bd321beb9cd037851f41d /firefox.spec | |
parent | 4.0.1 - bump the gecko version, too. (diff) | |
download | librewolf-fedora-ff-73632afa5bb580688d3d7381f814f129df16bd58.tar.gz librewolf-fedora-ff-73632afa5bb580688d3d7381f814f129df16bd58.tar.bz2 librewolf-fedora-ff-73632afa5bb580688d3d7381f814f129df16bd58.zip |
Fixed rhbz#676183 - firefox -g is broken
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index d114cea..5be8b93 100644 --- a/firefox.spec +++ b/firefox.spec @@ -45,7 +45,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 4.0.1 -Release: 1%{?pre_tag}%{?dist} +Release: 2%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -65,6 +65,7 @@ Source23: firefox.1 Patch0: firefox-version.patch # Fedora patches +Patch12: firefox-stub.patch # Upstream patches Patch30: firefox-4.0-moz-app-launcher.patch @@ -117,6 +118,7 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{firefox_dir_ver}/' %{P:%%PATCH0} \ # For branding specific patches. # Fedora patches +%patch12 -p2 -b .stub # Upstream patches %patch30 -p1 -b .moz-app-launcher @@ -279,6 +281,10 @@ done sed -i -e "s/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/" $RPM_BUILD_ROOT/%{mozappdir}/application.ini %endif +# Install our xulrunner stub +%{__rm} -f $RPM_BUILD_ROOT/%{mozappdir}/firefox +%{__cp} xulrunner/stub/xulrunner-stub $RPM_BUILD_ROOT/%{mozappdir}/firefox + #--------------------------------------------------------------------- %preun @@ -307,6 +313,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -f %{name}.lang %defattr(-,root,root,-) %{_bindir}/firefox +%{mozappdir}/firefox %doc %{_mandir}/man1/* %dir %{_datadir}/mozilla/extensions/%{firefox_app_id} %dir %{_libdir}/mozilla/extensions/%{firefox_app_id} @@ -348,6 +355,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Tue May 10 2011 Martin Stransky <stransky@redhat.com> - 4.0.1-2 +- Fixed rhbz#676183 - "firefox -g" is broken + * Thu Apr 28 2011 Christopher Aillon <caillon@redhat.com> - 4.0.1-1 - Update to 4.0.1 |