forked from pool/MozillaFirefox
This commit is contained in:
parent
a17db63b6c
commit
e4b98f659c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 11:09:42 EST 2009 - hfiguiere@suse.de
|
||||
|
||||
- Fix the wrapper script for PowerPC 64-bits (bnc#464753)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 17 13:13:25 EST 2008 - hfiguiere@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package MozillaFirefox (Version 3.0.5)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -27,7 +27,7 @@ License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL
|
||||
Provides: web_browser
|
||||
Provides: firefox
|
||||
Version: 3.0.5
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Mozilla Firefox Web Browser
|
||||
Url: http://www.mozilla.org/
|
||||
Group: Productivity/Networking/Web/Browsers
|
||||
@ -339,6 +339,8 @@ fi
|
||||
%{progdir}/defaults/profile/bookmarks.html
|
||||
|
||||
%changelog
|
||||
* Thu Jan 22 2009 hfiguiere@suse.de
|
||||
- Fix the wrapper script for PowerPC 64-bits (bnc#464753)
|
||||
* Wed Dec 17 2008 hfiguiere@suse.de
|
||||
- Review and approve changes.
|
||||
* Mon Dec 15 2008 wr@rosenauer.org
|
||||
|
@ -61,7 +61,7 @@ MOZ_PROGRAM="$MOZ_DIST_LIB/$MOZ_APPNAME"
|
||||
|
||||
mozilla_lib=`file $MOZ_PROGRAM`
|
||||
LIB=lib
|
||||
echo $mozilla_lib | grep -q -E 'x86-64|s390x|ppc64' && LIB=lib64
|
||||
echo $mozilla_lib | grep -q -E 'x86-64|s390x|64-bit.PowerPC' && LIB=lib64
|
||||
|
||||
BROWSER_PLUGIN_DIR=/usr/$LIB/browser-plugins
|
||||
if [ ! -d $BROWSER_PLUGIN_DIR ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user