Преглед изворни кода

add more extensions, correct spelling of 'full featured', and add OEM brand with OpenPKG logo

Michael Schloh von Bennewitz пре 20 година
родитељ
комит
6b22d261e2
3 измењених фајлова са 9 додато и 2 уклоњено
  1. BIN
      firefox/about.png
  2. BIN
      firefox/aboutCredits.png
  3. 9 2
      firefox/firefox.spec

BIN
firefox/about.png


BIN
firefox/aboutCredits.png


+ 9 - 2
firefox/firefox.spec

@@ -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 \