Bug 800622

Summary: make default home page of fedoraproject.org conditional
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: firefoxAssignee: Martin Stransky <stransky>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: gecko-bugs-nobody, rvokal, stransky
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-13 14:30:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bill Nottingham 2012-03-06 19:47:09 UTC
Description of problem:

Can we have something like:

diff --git a/firefox.spec b/firefox.spec
index 8a333a9..f7a38c4 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -5,7 +5,11 @@
 %define separated_plugins 0
 %endif
 
+%if 0%{?fedora}
 %define homepage http://start.fedoraproject.org/
+%else
+%define homepage file:///usr/share/doc/HTML/index.html
+%endif
 %define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
 %define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
 
in the package, for derived distributions?

Version-Release number of selected component (if applicable):

10.0

Comment 1 Martin Stransky 2012-03-06 22:22:45 UTC
What do you mean with "derived distributions"? RHEL7?

Comment 2 Bill Nottingham 2012-03-07 16:15:43 UTC
RHEL, CentOS, spins, others that may or may not exist.

Comment 3 Martin Stransky 2012-03-13 14:30:20 UTC
Added to FF11.