# HG changeset patch # User Wolfgang Rosenauer # Date 1331060143 -3600 # Node ID aaff9e1edf72af71eda70358ef1a9f81b882a38f # Parent 86e36e15dcfb05bded37c8c99be22c6c04f5ab21 more renaming diff -r 86e36e15dcfb -r aaff9e1edf72 MozillaFirefox/MozillaFirefox-rpmlintrc --- a/MozillaFirefox/MozillaFirefox-rpmlintrc Mon Mar 05 17:02:11 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -addFilter("no-jar-manifest") diff -r 86e36e15dcfb -r aaff9e1edf72 MozillaFirefox/MozillaFirefox.desktop --- a/MozillaFirefox/MozillaFirefox.desktop Mon Mar 05 17:02:11 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Firefox -GenericName=Web Browser -Comment=Web Browser -TryExec=firefox -Exec=firefox %u -Icon=firefox -Terminal=false -StartupNotify=true -MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;application/x-xpinstall;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp; -Type=Application diff -r 86e36e15dcfb -r aaff9e1edf72 MozillaFirefox/firefox-esr.spec --- a/MozillaFirefox/firefox-esr.spec Mon Mar 05 17:02:11 2012 +0100 +++ b/MozillaFirefox/firefox-esr.spec Tue Mar 06 19:55:43 2012 +0100 @@ -1,5 +1,5 @@ # -# spec file for package MozillaFirefox +# spec file for package firefox-esr # # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # 2006-2012 Wolfgang Rosenauer @@ -55,14 +55,15 @@ # having a hard requirement on the kde4 package %define kde_helper_version 6 Provides: mozilla-kde4-version = %{kde_helper_version} +Conflicts: firefox Conflicts: MozillaFirefox Summary: Mozilla Firefox Web Browser ESR License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ Group: Productivity/Networking/Web/Browsers Url: http://www.mozilla.org/ Source: firefox-%{version}-source.tar.bz2 -Source1: MozillaFirefox.desktop -Source2: MozillaFirefox-rpmlintrc +Source1: firefox.desktop +Source2: firefox-rpmlintrc Source3: mozilla.sh.in Source4: find-external-requires.sh Source5: source-stamp.txt @@ -144,28 +145,28 @@ %if %localize %package translations-common -Summary: Common translations for MozillaFirefox +Summary: Common translations for Firefox Group: System/Localization Provides: locale(%{name}:ar;ca;cs;da;de;en_GB;es_AR;es_CL;es_ES;fi;fr;hu;it;ja;ko;nb_NO;nl;pl;pt_BR;pt_PT;ru;sv_SE;zh_CN;zh_TW) Requires: %{name} = %{version} %description translations-common This package contains several common languages for the user interface -of MozillaFirefox. +of Firefox. %package translations-other -Summary: Extra translations for MozillaFirefox +Summary: Extra translations for Firefox Group: System/Localization Provides: locale(%{name}:af;ak;as;ast;be;bg;bn_BD;bn_IN;br;bs;csb;cy;el;en_ZA;eo;es_MX;et;eu;fa;fy_NL;ga_IE;gd;gl;gu_IN;he;hi_IN;hr;hy_AM;id;is;kk;kn;ku;lg;lt;lv;mai;mk;ml;mr;nn_NO;nso;or;pa_IN;rm;ro;si;sk;sl;son;sq;sr;ta;ta_LK;te;th;tr;uk;vi;zu) Requires: %{name} = %{version} %description translations-other This package contains rarely used languages for the user interface -of MozillaFirefox. +of Firefox. %endif %package branding-upstream -Summary: Upstream branding for MozillaFirefox +Summary: Upstream branding for Firefox Group: Productivity/Networking/Web/Browsers Provides: %{name}-branding = 5.0 Conflicts: otherproviders(%{name}-branding) @@ -181,7 +182,7 @@ #BRAND: It's also possible to drop files in /usr/lib/firefox/searchplugins %description branding-upstream -This package provides upstream look and feel for MozillaFirefox. +This package provides upstream look and feel for Firefox. %if %crashreporter diff -r 86e36e15dcfb -r aaff9e1edf72 MozillaFirefox/firefox-rpmlintrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MozillaFirefox/firefox-rpmlintrc Tue Mar 06 19:55:43 2012 +0100 @@ -0,0 +1,1 @@ +addFilter("no-jar-manifest") diff -r 86e36e15dcfb -r aaff9e1edf72 MozillaFirefox/firefox.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MozillaFirefox/firefox.desktop Tue Mar 06 19:55:43 2012 +0100 @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Firefox +GenericName=Web Browser +Comment=Web Browser +TryExec=firefox +Exec=firefox %u +Icon=firefox +Terminal=false +StartupNotify=true +MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;application/x-xpinstall;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp; +Type=Application