diff options
author | Martin Stransky <stransky@anakreon.cz> | 2013-08-30 13:03:47 +0200 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2013-08-30 13:03:47 +0200 |
commit | 88a49ac21dee65581c7b6208fd5e9fe8260fdb57 (patch) | |
tree | d00e84653b5739f59304f96df419d88bc56e3e96 /firefox.spec | |
parent | Added changelog (diff) | |
download | librewolf-fedora-ff-88a49ac21dee65581c7b6208fd5e9fe8260fdb57.tar.gz librewolf-fedora-ff-88a49ac21dee65581c7b6208fd5e9fe8260fdb57.tar.bz2 librewolf-fedora-ff-88a49ac21dee65581c7b6208fd5e9fe8260fdb57.zip |
Spec tweak (rhbz#991493)
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 60d1f15..fff6698 100644 --- a/firefox.spec +++ b/firefox.spec @@ -58,7 +58,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 23.0.1 -Release: 2%{?pre_tag}%{?dist} +Release: 3%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -255,7 +255,7 @@ desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE20} # set up the firefox start script %{__rm} -rf $RPM_BUILD_ROOT%{_bindir}/firefox -XULRUNNER_DIR=`pkg-config --variable=libdir libxul | %{__sed} -e "s,%{_libdir},,g"` +XULRUNNER_DIR=`pkg-config --variable=libdir libxul | %{__sed} -e "s,%{_libdir}/\?,,g"` %{__cat} %{SOURCE21} | %{__sed} -e "s,XULRUNNER_DIRECTORY,$XULRUNNER_DIR,g" > \ $RPM_BUILD_ROOT%{_bindir}/firefox %{__chmod} 755 $RPM_BUILD_ROOT%{_bindir}/firefox @@ -436,6 +436,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Fri Aug 30 2013 Martin Stransky <stransky@redhat.com> - 23.0.1-3 +- Spec tweak (rhbz#991493) + * Fri Aug 30 2013 Jan Horak <jhorak@redhat.com> - 23.0.1-2 - Homepage moved to pref file - Fixed migration from F18 -> F19 (rhbz#976420) |