File MozillaFirefox-branding-openSUSE.spec of Package MozillaFirefox-branding-openSUSE.6314

#
# spec file for package MozillaFirefox-branding-openSUSE
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2008-2013 Wolfgang Rosenauer
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           MozillaFirefox-branding-openSUSE
BuildRequires:  bc
BuildRequires:  unzip
BuildRequires:  zip
Version:        45
Release:        0
Summary:        openSUSE branding of MozillaFirefox
License:        BSD-3-Clause and GPL-2.0+
Group:          Productivity/Networking/Web/Browsers
Url:            http://www.opensuse.org
Source:         susefox-20120626.tar.bz2
Source1:        opensuse-software.xml.in
Source2:        all-openSUSE.js
Source3:        firefox-suse-default-prefs.js
Source4:        firefox.schemas
Source5:        distribution.ini.in
Source6:        %{name}-COPYING
Supplements:    packageand(MozillaFirefox:branding-openSUSE)
Supplements:    packageand(firefox-esr:branding-openSUSE)
Provides:       MozillaFirefox-branding = %{version}
Provides:       firefox-esr-branding = %{version}
Conflicts:      otherproviders(MozillaFirefox-branding)
Conflicts:      otherproviders(firefox-esr-branding)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%global progdir    %{_libdir}/firefox
%global libgssapi  libgssapi_krb5.so.2

%if %suse_version == 1315
# Leap 42
%global distname openSUSE Leap
%if %sle_version == 120100
%global suseversion 42.1
%else
%if %sle_version == 120200
%global suseversion 42.2
%endif
%endif
%global prjname Leap:%{suseversion}
%else
%global distname openSUSE
%if %suse_version >= 1330
# Tumbleweed
%global suseversion Tumbleweed
%else
%global suseversion %(echo -e "scale=1\\n%{suse_version}/100" | bc 2>/dev/null)
%endif
%global prjname %{suseversion}
%endif

%global homepage      https://www.opensuse.org/searchPage/
%global susefox       0
%global susefox_guid  {ec8030f7-c20a-464f-9b0e-13a3a9e97384}

%description
This package provides openSUSE look and feel for Firefox.

%prep
cp -a %{SOURCE6} COPYING
%if %susefox
%setup -n susefox -q
mv COPYING COPYING.susefox
%endif

%build
%if %susefox
./build.sh
%endif

%install
# apply SUSE defaults
sed -e 's,GSSAPI,%{libgssapi},g' \
    %{SOURCE3} > firefox-openSUSE.js

install -d %{buildroot}%{progdir}/browser/defaults/preferences/
install -m 0644 firefox-openSUSE.js %{buildroot}%{progdir}/browser/defaults/preferences/

install -d %{buildroot}%{progdir}/defaults/pref/
install -m 0644 %{SOURCE2} %{buildroot}%{progdir}/defaults/pref/                

# distribution.ini -- openSUSE bookmarks, homepage and Mozilla partner info
sed -e 's,%%VERSION%%,%{suseversion},g
s,%%HOMEPAGE%%,%{homepage},g
s,%%DIST%%,%{distname},g' \
    %{SOURCE5} > distribution.ini

install -d %{buildroot}%{progdir}/distribution/
install -m 0644 distribution.ini %{buildroot}%{progdir}/distribution/

# openSUSE software search plugin
sed -e 's,%%PRJNAME%%,%{prjname},g' \
    %{SOURCE1} > opensuse-software.xml

install -d %{buildroot}%{progdir}/distribution/searchplugins/common/
install -m 0644 opensuse-software.xml %{buildroot}%{progdir}/distribution/searchplugins/common/

%if %susefox
# install the system extension
unzip -u susefox\@opensuse.org ../susefox.xpi
mkdir -p %{buildroot}%{_datadir}/mozilla/extensions/%{susefox_guid}/
cp -r susefox\@opensuse.org \
    %{buildroot}%{_datadir}/mozilla/extensions/%{susefox_guid}/
%endif

%files
%defattr(-,root,root)
%if %susefox
%doc COPYING.susefox
%doc ../COPYING
%{_datadir}/mozilla
%endif

%{progdir}

%changelog
openSUSE Build Service is sponsored by