|
|
@@ -33,7 +33,7 @@ Class: EVAL
|
|
|
Group: Web
|
|
|
License: MPL
|
|
|
Version: 1.0.2
|
|
|
-Release: 20050425
|
|
|
+Release: 20050426
|
|
|
|
|
|
# package options
|
|
|
%option with_optimize yes
|
|
|
@@ -42,6 +42,8 @@ Release: 20050425
|
|
|
Source0: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}-source.tar.bz2
|
|
|
Source1: firefox.sh
|
|
|
Source2: firefox.pod
|
|
|
+Source3: about.png
|
|
|
+Source4: aboutCredits.png
|
|
|
Patch0: firefox.patch
|
|
|
|
|
|
# build information
|
|
|
@@ -57,7 +59,7 @@ AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
%description
|
|
|
- Firefox is a speedy, full-featured Web browser based on the Mozilla
|
|
|
+ Firefox is a speedy, full featured Web browser based on the Mozilla
|
|
|
codebase. It uses the Mozilla Gecko engine for rendering the Mozilla
|
|
|
Web content and XUL for presenting the GUI.
|
|
|
|
|
|
@@ -77,6 +79,10 @@ AutoReqProv: no
|
|
|
# patch source distribution
|
|
|
%patch -p0
|
|
|
|
|
|
+ # overwrite OEM branding for OpenPKG recognition
|
|
|
+ cp -f %{SOURCE about.png} browser/base/content/
|
|
|
+ cp -f %{SOURCE aboutCredits.png} browser/base/content/
|
|
|
+
|
|
|
# strip down source distribution (save disk space)
|
|
|
find . -type d -name "CVS" -print | xargs rm -rf
|
|
|
find . -type d -name "macbuild" -print | xargs rm -rf
|
|
|
@@ -114,6 +120,7 @@ AutoReqProv: no
|
|
|
custext="cookie,wallet,content-packs,xml-rpc,xmlextras,help,p3p,pref"
|
|
|
custext="${custext},transformiix,venkman,inspector,irc,universalchardet"
|
|
|
custext="${custext},webservices,spellcheck,gnomevfs,negotiateauth"
|
|
|
+ custext="${custext},xmlterm,datetime,finger,cview,layout-debug,tasks"
|
|
|
|
|
|
# configure source
|
|
|
./configure \
|