summaryrefslogtreecommitdiff
path: root/firefox.spec
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 /firefox.spec
parenttypo fix (diff)
downloadlibrewolf-fedora-ff-293dab992e117f857fe352ba26b61218dfacffd5.tar.gz
librewolf-fedora-ff-293dab992e117f857fe352ba26b61218dfacffd5.tar.bz2
librewolf-fedora-ff-293dab992e117f857fe352ba26b61218dfacffd5.zip
added default fedora homepage
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec12
1 files changed, 9 insertions, 3 deletions
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