summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2008-01-02 12:46:48 +0000
committerMartin Stransky <stransky@fedoraproject.org>2008-01-02 12:46:48 +0000
commit293dab992e117f857fe352ba26b61218dfacffd5 (patch)
tree56df54b41d15180ad374db2c9fb7c43404b884f2
parenttypo fix (diff)
downloadlibrewolf-fedora-ff-293dab992e117f857fe352ba26b61218dfacffd5.tar.gz
librewolf-fedora-ff-293dab992e117f857fe352ba26b61218dfacffd5.tar.bz2
librewolf-fedora-ff-293dab992e117f857fe352ba26b61218dfacffd5.zip
added default fedora homepage
-rw-r--r--firefox-redhat-homepage.patch7
-rw-r--r--firefox.spec12
2 files changed, 16 insertions, 3 deletions
diff --git a/firefox-redhat-homepage.patch b/firefox-redhat-homepage.patch
new file mode 100644
index 0000000..dbe4fce
--- /dev/null
+++ b/firefox-redhat-homepage.patch
@@ -0,0 +1,7 @@
+diff -up mozilla/browser/base/content/browserconfig.properties.home mozilla/browser/base/content/browserconfig.properties
+--- mozilla/browser/base/content/browserconfig.properties.home 2006-04-11 01:58:22.000000000 +0200
++++ mozilla/browser/base/content/browserconfig.properties 2008-01-02 13:36:49.000000000 +0100
+@@ -1,2 +1,2 @@
+ # Do NOT localize or otherwise change these values
+-browser.startup.homepage=http://www.mozilla.org/projects/minefield/
++browser.startup.homepage=file:///usr/share/doc/HTML/index.html
diff --git a/firefox.spec b/firefox.spec
index 0f7458d..753bb66 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -10,7 +10,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.beta2.4%{?dist}
+Release: 0.beta2.5%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -36,6 +36,8 @@ Patch1: firefox-2.0-link-layout.patch
Patch43: firefox-2.0-getstartpage.patch
Patch104: firefox-1.5-ppc64.patch
+# homepage patch
+Patch200: firefox-redhat-homepage.patch
%if %{official_branding}
# Required by Mozilla Corporation
@@ -83,12 +85,13 @@ compliance, performance and portability.
%prep
%setup -q -n mozilla
-%patch1 -p1 -b .link-layout
+%patch1 -p1 -b .link-layout
%patch43 -p1 -b .getstartpage
-
%patch104 -p1 -b .ppc64
+%patch200 -p1 -b .home
+
# For branding specific patches.
%if %{official_branding}
@@ -308,6 +311,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Wed Jan 2 2007 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.5
+- added default fedora homepage
+
* Mon Dec 31 2007 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.4
- Create and own /etc/skel/.mozilla
- No longer need add-gecko-provides
bgstack15