Fixed langpack installation
This commit is contained in:
parent
214725f13c
commit
0e02fc295c
@ -171,9 +171,9 @@ FEDORA_LANGPACK_CONFIG="$MOZ_EXTENSIONS_PROFILE_DIR/.fedora-langpack-install"
|
|||||||
# MOZ_DISABLE_LANGPACKS disables language packs completely
|
# MOZ_DISABLE_LANGPACKS disables language packs completely
|
||||||
MOZILLA_DOWN=0
|
MOZILLA_DOWN=0
|
||||||
if ! [ $MOZ_DISABLE_LANGPACKS ] || [ $MOZ_DISABLE_LANGPACKS -eq 0 ]; then
|
if ! [ $MOZ_DISABLE_LANGPACKS ] || [ $MOZ_DISABLE_LANGPACKS -eq 0 ]; then
|
||||||
if [ -x $MOZ_LIB_DIR/mozilla-xremote-client ]; then
|
if [ -x $MOZ_DIST_BIN/mozilla-xremote-client ]; then
|
||||||
# Is firefox running?
|
# Is firefox running?
|
||||||
$MOZ_LIB_DIR/mozilla-xremote-client -a firefox 'ping()' > /dev/null 2>&1
|
$MOZ_DIST_BIN/mozilla-xremote-client -a firefox 'ping()' > /dev/null 2>&1
|
||||||
MOZILLA_DOWN=$?
|
MOZILLA_DOWN=$?
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
@ -85,7 +85,7 @@
|
|||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 26.0
|
Version: 26.0
|
||||||
Release: 5%{?pre_tag}%{?dist}
|
Release: 6%{?pre_tag}%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/firefox/
|
URL: http://www.mozilla.org/projects/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -629,6 +629,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 20 2014 Jan Horak <jhorak@redhat.com> - 26.0-6
|
||||||
|
- Fixed langpack installation
|
||||||
|
|
||||||
* Thu Jan 9 2014 Jan Horak <jhorak@redhat.com> - 26.0-5
|
* Thu Jan 9 2014 Jan Horak <jhorak@redhat.com> - 26.0-5
|
||||||
- Build standalone firefox package without dependency on xulrunner
|
- Build standalone firefox package without dependency on xulrunner
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user