rpms/firefox/devel firefox.spec,1.193,1.194

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Thu Sep 6 14:26:48 UTC 2007


Author: caillon

Update of /cvs/extras/rpms/firefox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23708

Modified Files:
	firefox.spec 
Log Message:
* Thu Sep  6 2007 Christopher Aillon <caillon at redhat.com> - 2.0.0.6-6
- Fix default page for all locales



Index: firefox.spec
===================================================================
RCS file: /cvs/extras/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- firefox.spec	29 Aug 2007 17:03:19 -0000	1.193
+++ firefox.spec	6 Sep 2007 14:26:15 -0000	1.194
@@ -12,7 +12,7 @@
 Summary:        Mozilla Firefox Web browser.
 Name:           firefox
 Version:        2.0.0.6
-Release:        5%{?dist}
+Release:        6%{?dist}
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -192,7 +192,14 @@
 %endif
 
 # set up our default bookmarks
-cp %{default_bookmarks_file} $RPM_BUILD_DIR/mozilla/profile/defaults/bookmarks.html
+%{__cp} %{default_bookmarks_file} $RPM_BUILD_DIR/mozilla/profile/defaults/bookmarks.html
+
+# set up our default homepage
+%{__cat} >> %{SOURCE12} << EOF
+pref("browser.startup.homepage", "%{homepage}");
+pref("startup.homepage_override_url", "%{homepage}");
+pref("startup.homepage_welcome_url", "%{homepage}");
+EOF
 
 
 #---------------------------------------------------------------------
@@ -431,6 +438,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Thu Sep  6 2007 Christopher Aillon <caillon at redhat.com> - 2.0.0.6-6
+- Fix default page for all locales
+
 * Wed Aug 29 2007 Christopher Aillon <caillon at redhat.com> - 2.0.0.6-5
 - Tweak the default home page
 




More information about the scm-commits mailing list