forked from pool/MozillaFirefox
This commit is contained in:
parent
77eb9c5c3f
commit
ef266aa1b2
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 6 15:59:02 CEST 2009 - wr@rosenauer.org
|
||||
|
||||
- update to version 3.5b99 (20090604)
|
||||
- BuildRequire mozilla-xulrunner191 = 1.9.1b99
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 27 08:03:16 CEST 2009 - wr@rosenauer.org
|
||||
|
||||
- fixed typos in improved xulrunner dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 18:25:12 CEST 2009 - wr@rosenauer.org
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
#
|
||||
# spec file for package MozillaFirefox (Version 3.5b4)
|
||||
# spec file for package MozillaFirefox (Version 3.5b99)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2006-2009 Wolfgang Rosenauer
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,15 +20,16 @@
|
||||
|
||||
|
||||
Name: MozillaFirefox
|
||||
BuildRequires: autoconf213 gcc-c++ libgnomeui-devel libidl-devel mozilla-xulrunner191-devel orbit-devel python unzip update-desktop-files zip
|
||||
BuildRequires: autoconf213 gcc-c++ libgnomeui-devel libidl-devel orbit-devel python unzip update-desktop-files zip
|
||||
BuildRequires: mozilla-xulrunner191-devel = 1.9.1b99
|
||||
%if %suse_version > 1020
|
||||
BuildRequires: fdupes
|
||||
%endif
|
||||
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||
Provides: web_browser
|
||||
Provides: firefox
|
||||
Version: 3.5b4
|
||||
Release: 2
|
||||
Version: 3.5b99
|
||||
Release: 1
|
||||
Summary: Mozilla Firefox Web Browser
|
||||
Url: http://www.mozilla.org/
|
||||
Group: Productivity/Networking/Web/Browsers
|
||||
@ -36,6 +38,8 @@ Source1: MozillaFirefox.desktop
|
||||
Source2: %{name}-rpmlintrc
|
||||
Source3: mozilla.sh.in
|
||||
Source4: find-external-requires.sh
|
||||
# this needs to be shipped when lockdown changes are back
|
||||
Source5: firefox.schemas
|
||||
Source7: l10n-%{version}.tar.bz2
|
||||
Source8: firefox-mimeinfo.xml
|
||||
Source11: firefox48.png
|
||||
@ -49,8 +53,10 @@ Patch17: firefox-appname.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: coreutils /bin/sh gconf2 shared-mime-info desktop-file-utils
|
||||
Requires: mozilla-xulrunner191 >= %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' mozilla-xulrunner191)
|
||||
%requires_eq mozilla-xulrunner191
|
||||
%ifarch %ix86
|
||||
Requires: mozilla-xulrunner191-32bit >= %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' mozilla-xulrunner191)
|
||||
Requires: mozilla-xulrunner191-32bit = %(rpm -q --queryformat '%{VERSION}' mozilla-xulrunner191)
|
||||
%endif
|
||||
Requires: %{name}-branding = 3.5
|
||||
%define _unpackaged_files_terminate_build 0
|
||||
@ -58,7 +64,7 @@ Requires: %{name}-branding = 3.5
|
||||
%define __find_requires sh %{SOURCE4}
|
||||
%global provfind sh -c "grep -v '.so' | %__find_provides"
|
||||
%global __find_provides %provfind
|
||||
%define releasedate 2009042600
|
||||
%define releasedate 2009060400
|
||||
%define progname firefox
|
||||
%define progdir %{_prefix}/%_lib/%{progname}
|
||||
%if %suse_version > 1020
|
||||
@ -87,7 +93,7 @@ Authors:
|
||||
%package translations
|
||||
Summary: Translations for MozillaFirefox
|
||||
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||
Provides: locale(%{name}:af;ar;as;be;bg;bn_BD;bn_IN;ca;cs;cy;da;de;el;en_GB;es_AR;es_ES;ex_MX;et;eu;fa;fi;fr;fy_NL;ga_IE;gl;gu_IN;he;hi_IN;hr;hu;id;is;it;ja;ka;kk;kn;ko;ku;lt;lv;mk;mn;mr;nb_NO;nl;nn_NO;oc;pa_IN;pl;pt_BR;pt_PT;ro;ru;si;sk;sl;sq;sr;sv_SE;ta;te;th;tr;uk;vi;zh_CN;zh_TW)
|
||||
Provides: locale(%{name}:af;ar;as;be;bg;bn_BD;bn_IN;ca;cs;cy;da;de;el;en_GB;eo;es_AR;es_CL;es_ES;ex_MX;et;eu;fa;fi;fr;fy_NL;ga_IE;gl;gu_IN;he;hi_IN;hr;hu;id;is;it;ja;ka;kk;kn;ko;ku;lt;lv;mk;ml;mr;nb_NO;nl;nn_NO;oc;pa_IN;pl;pt_BR;pt_PT;rm;ro;ru;si;sk;sl;sq;sr;sv_SE;ta;ta_LK;te;th;uk;vi;zh_CN;zh_TW)
|
||||
Group: System/Localization
|
||||
PreReq: %{name} = %{version}
|
||||
Requires: mozilla-xulrunner191-translations
|
||||
@ -343,6 +349,11 @@ fi
|
||||
%{progdir}/defaults/profile/bookmarks.html
|
||||
|
||||
%changelog
|
||||
* Sat Jun 06 2009 wr@rosenauer.org
|
||||
- update to version 3.5b99 (20090604)
|
||||
- BuildRequire mozilla-xulrunner191 = 1.9.1b99
|
||||
* Wed May 27 2009 wr@rosenauer.org
|
||||
- fixed typos in improved xulrunner dependencies
|
||||
* Mon May 11 2009 wr@rosenauer.org
|
||||
- use non-localized Downloads folder (bnc#501724)
|
||||
* Mon May 04 2009 wr@rosenauer.org
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:922154fda7d7f67709792fd05a30cfb01c493a8fbcdeeb9075394ac79c50b176
|
||||
size 45231698
|
3
firefox-3.5b99-source.tar.bz2
Normal file
3
firefox-3.5b99-source.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9073f32fa2ff49e2ca10eab6da2f7af60c9985864efcc11fd030def5d77ab407
|
||||
size 45620670
|
289
firefox.schemas
Normal file
289
firefox.schemas
Normal file
@ -0,0 +1,289 @@
|
||||
<gconfschemafile>
|
||||
<schemalist>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/lockdown/disable_history</key>
|
||||
<applyto>/apps/firefox/lockdown/disable_history</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>bool</type>
|
||||
<default>false</default>
|
||||
<locale name="C">
|
||||
<short>Disable the browser history</short>
|
||||
<long>Prevent the browser from keeping a history of visited sites</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/lockdown/disable_toolbar_editing</key>
|
||||
<applyto>/apps/firefox/lockdown/disable_toolbar_editing</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>bool</type>
|
||||
<default>false</default>
|
||||
<locale name="C">
|
||||
<short>Disable toolbar editing</short>
|
||||
<long>Prevent the user from editing the toolbar</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/lockdown/disable_themes</key>
|
||||
<applyto>/apps/firefox/lockdown/disable_themes</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>bool</type>
|
||||
<default>false</default>
|
||||
<locale name="C">
|
||||
<short>Disable installing themes</short>
|
||||
<long>To prevent the user from installing themes</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/lockdown/disable_extensions</key>
|
||||
<applyto>/apps/firefox/lockdown/disable_extensions</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>bool</type>
|
||||
<default>false</default>
|
||||
<locale name="C">
|
||||
<short>Disable installing extensions</short>
|
||||
<long>Prevent the user from installing extensions</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/web/disable_popups</key>
|
||||
<applyto>/apps/firefox/web/disable_popups</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>bool</type>
|
||||
<default>false</default>
|
||||
<locale name="C">
|
||||
<short>Enable popup blocker</short>
|
||||
<long>Enable popup blocker without warning about blocked popups</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/web/java_enabled</key>
|
||||
<applyto>/apps/firefox/web/java_enabled</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>bool</type>
|
||||
<default>true</default>
|
||||
<locale name="C">
|
||||
<short>Enable java</short>
|
||||
<long>Enable java</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/web/javascript_enabled</key>
|
||||
<applyto>/apps/firefox/web/javascript_enabled</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>bool</type>
|
||||
<default>true</default>
|
||||
<locale name="C">
|
||||
<short>Enable javascript</short>
|
||||
<long>Enable javascript</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/lockdown/disable_url_bar</key>
|
||||
<applyto>/apps/firefox/lockdown/disable_url_bar</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>bool</type>
|
||||
<default>false</default>
|
||||
<locale name="C">
|
||||
<short>Disable location bar</short>
|
||||
<long>Prevent the user from entering URLs in the location bar</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/lockdown/disable_searchbar</key>
|
||||
<applyto>/apps/firefox/lockdown/disable_searchbar</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>bool</type>
|
||||
<default>false</default>
|
||||
<locale name="C">
|
||||
<short>Disable search bar</short>
|
||||
<long>Prevent the user from using the search bar</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/web/disable_cookies</key>
|
||||
<applyto>/apps/firefox/web/disable_cookies</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>bool</type>
|
||||
<default>false</default>
|
||||
<locale name="C">
|
||||
<short>Disable cookies</short>
|
||||
<long>Prevent the browser from storing cookies</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/web/disable_save_password</key>
|
||||
<applyto>/apps/firefox/web/disable_save_password</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>bool</type>
|
||||
<default>false</default>
|
||||
<locale name="C">
|
||||
<short>Disable saved passwords</short>
|
||||
<long>Prevent the browser from storing saved passwords</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/web/cache_size</key>
|
||||
<applyto>/apps/firefox/web/cache_size</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>int</type>
|
||||
<default>50000</default>
|
||||
<locale name="C">
|
||||
<short>Disk cache size in KB</short>
|
||||
<long>Disk cache size in KB</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/general/homepage_url</key>
|
||||
<applyto>/apps/firefox/general/homepage_url</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>string</type>
|
||||
<default>www.novell.com/linux</default>
|
||||
<locale name="C">
|
||||
<short>Home Page URL</short>
|
||||
<long>Home Page URL</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/web/download_defaultfolder</key>
|
||||
<applyto>/apps/firefox/web/download_defaultfolder</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>string</type>
|
||||
<default>Desktop</default>
|
||||
<locale name="C">
|
||||
<short>Default download location</short>
|
||||
<long>Default download location. Possible values include: "Desktop", "My Downloads", and "Home"</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/lockdown/disable_unsafe_protocol</key>
|
||||
<applyto>/apps/firefox/lockdown/disable_unsafe_protocol</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>bool</type>
|
||||
<default>false</default>
|
||||
<locale name="C">
|
||||
<short>Disable unsafe protocols</short>
|
||||
<long>Disable non-builtin protocols not explicitly enabled</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/lockdown/disable_bookmark_editing</key>
|
||||
<applyto>/apps/firefox/lockdown/disable_bookmark_editing</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>bool</type>
|
||||
<default>false</default>
|
||||
<locale name="C">
|
||||
<short>Disable editing bookmarks</short>
|
||||
<long>Prevent the user from editing browser bookmarks</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/lockdown/hide_bookmark</key>
|
||||
<applyto>/apps/firefox/lockdown/hide_bookmark</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>bool</type>
|
||||
<default>false</default>
|
||||
<locale name="C">
|
||||
<short>Disable bookmarks feature</short>
|
||||
<long>Prevent the user from editing or viewing bookmarks</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/lockdown/disable_show_passwords</key>
|
||||
<applyto>/apps/firefox/lockdown/disable_show_passwords</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>bool</type>
|
||||
<default>false</default>
|
||||
<locale name="C">
|
||||
<short>Disable display of stored web passwords</short>
|
||||
<long>Disable plain text display of stored web passwords in Preferences dialog</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/lockdown/disable_javascript_chrome</key>
|
||||
<applyto>/apps/firefox/lockdown/disable_javascript_chrome</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>bool</type>
|
||||
<default>false</default>
|
||||
<locale name="C">
|
||||
<short>Prevent javascript windows from hiding chrome</short>
|
||||
<long>Prevent windows opened by javascript from hiding window chrome (location bar, status bar, etc.)</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/web/cookie_accept</key>
|
||||
<applyto>/apps/firefox/web/cookie_accept</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>int</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Cookie Lifetime Policy</short>
|
||||
<long>Cookie Lifetime Policy: 0 = Accept cookies normally; 1 = Prompt for each cookie; 2 = Accept for current session only; 3 = Accept for N days</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/web/images_load</key>
|
||||
<applyto>/apps/firefox/web/images_load</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>int</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Image loading policy</short>
|
||||
<long>Image loading policy: 0 = load all images; 1 = exclude third-party image loading; 2 = exclude all image loading</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/lockdown/additional_safe_protocols</key>
|
||||
<applyto>/apps/firefox/lockdown/additional_safe_protocols</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>string</type>
|
||||
<default></default>
|
||||
<locale name="C">
|
||||
<short>Additional Safe Protocols</short>
|
||||
<long>Additional Safe Protocols</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/general/trusted_URIs</key>
|
||||
<applyto>/apps/firefox/general/trusted_URIs</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>list</type>
|
||||
<list_type>string</list_type>
|
||||
<default>[]</default>
|
||||
<locale name="C">
|
||||
<short>List of URIs for which Kerberos/NTLM is enabled</short>
|
||||
<long>A comma-separated list of URI keys, of the form
|
||||
[scheme "://"] [host [":" port]], for which login should be allowed
|
||||
via SPNEGO Kerberos or NTLM authentication.
|
||||
</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/general/delegated_URIs</key>
|
||||
<applyto>/apps/firefox/general/delegated_URIs</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>list</type>
|
||||
<list_type>string</list_type>
|
||||
<default>[]</default>
|
||||
<locale name="C">
|
||||
<short>List of URIs for which Kerberos/NTLM delegation is enabled</short>
|
||||
<long>A comma-separated list of URI keys, of the form
|
||||
[scheme "://"] [host [":" port]], for which delegation should be allowed
|
||||
using SPNEGO Kerberos or NTLM authentication.
|
||||
</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/firefox/general/allowed_indirect_gnomevfs_loads</key>
|
||||
<applyto>/apps/firefox/general/allowed_indirect_gnomevfs_loads</applyto>
|
||||
<owner>firefox</owner>
|
||||
<type>string</type>
|
||||
<default>""</default>
|
||||
<locale name="C">
|
||||
<short>A list of protocols, handled by gnome-vfs, that are permitted</short>
|
||||
<long>A comma-separated list of protocols, handled by
|
||||
gnome-vfs and of the form [scheme "://"], whose loads are
|
||||
allowed.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
</schemalist>
|
||||
</gconfschemafile>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3068a8e8c94acb0ddca4893180ea20ebcc4231e4076bfa4ab78bb3882a6b30d3
|
||||
size 34208774
|
3
l10n-3.5b99.tar.bz2
Normal file
3
l10n-3.5b99.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b0420be21b282eebc1486080e6ba9421f4966422157739d00977969568fd887
|
||||
size 35347604
|
Loading…
Reference in New Issue
Block a user