# HG changeset patch # User Wolfgang Rosenauer # Date 1281521837 -7200 # Node ID 7b356805729c6889b29895082ef6746175ab4f0e # Parent bfef1af1ee2812b8c43032e5ac0dbf89ae877480 remove the 4 suffix (no parallel installation starting with beta4) diff -r bfef1af1ee28 -r 7b356805729c MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Wed Aug 11 10:17:01 2010 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Wed Aug 11 12:17:17 2010 +0200 @@ -19,7 +19,7 @@ # norootforbuild -Name: MozillaFirefox4 +Name: MozillaFirefox %define use_xulrunner 1 %define xulrunner mozilla-xulrunner20 BuildRequires: autoconf213 gcc-c++ libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python unzip update-desktop-files zip fdupes Mesa-devel @@ -78,7 +78,7 @@ %define __find_requires sh %{SOURCE4} %global provfind sh -c "grep -v '.so' | %__find_provides" %global __find_provides %provfind -%define progname firefox4 +%define progname firefox %define progdir %{_prefix}/%_lib/%{progname} %define gnome_dir %{_prefix} ### build options diff -r bfef1af1ee28 -r 7b356805729c firefox-appname.patch --- a/firefox-appname.patch Wed Aug 11 10:17:01 2010 +0200 +++ b/firefox-appname.patch Wed Aug 11 12:17:17 2010 +0200 @@ -15,7 +15,7 @@ - return appPath->GetNativePath(mAppPath); + /* This path to firefox is hardcoded for the default path setting */ -+ mAppPath.Assign ("/usr/bin/firefox4"); ++ mAppPath.Assign ("/usr/bin/firefox"); + + //return appPath->GetNativePath(mAppPath); + return NS_OK;