File libreoffice-branding-SLE.spec of Package libreoffice-branding-SLE
#
# spec file for package libreoffice-branding-SLE
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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: libreoffice-branding-SLE
%define lo_prefix %_datadir
%define lo_home libreoffice
%if %suse_version <= 1100
%define branding_source openSUSE-11.3
%endif
%if %suse_version > 1100 && %suse_version <= 1110
%define branding_source openSUSE-11.3
%endif
%if %suse_version > 1110 && %suse_version <= 1120
%define branding_source openSUSE-11.3
%endif
%if %suse_version > 1120 && %suse_version <= 1130
%define branding_source openSUSE-11.3
%endif
%if %suse_version > 1130 && %suse_version <= 1140
%define branding_source openSUSE-11.4
%endif
%if %suse_version > 1140 && %suse_version <= 1210
%define branding_source openSUSE-12.1
%endif
%if %suse_version > 1210
%define branding_source openSUSE-12.2
%endif
Version: 4.0
Release: 0
Summary: SLE Branding for LibreOffice
License: BSD-3-Clause
Group: Productivity/Office/Suite
Supplements: packageand(branding-SLE:libreoffice)
Provides: libreoffice-branding = %version
Conflicts: otherproviders(libreoffice-branding)
# compat stuff
Provides: OpenOffice_org-branding-openSUSE = %version
Obsoletes: OpenOffice_org-branding-openSUSE <= %version
Provides: OpenOffice_org-branding = %version
# sources
Source0: libreoffice-branding-openSUSE-11.3.tar.bz2
Source1: libreoffice-branding-openSUSE-11.4.tar.bz2
Source2: libreoffice-branding-openSUSE-12.1.tar.bz2
Source3: libreoffice-branding-openSUSE-12.2.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
This package includes the SLE branding for LibreOffice
office suite.
%prep
%setup -q -T -c %{name}-%{version}
# unpack the right branding
tar -xjf $RPM_SOURCE_DIR/libreoffice-branding-%{branding_source}.tar.bz2
%build
%install
install -m 0755 -d $RPM_BUILD_ROOT%lo_prefix/%lo_home/
cp -r program $RPM_BUILD_ROOT%lo_prefix/%lo_home/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%doc COPYING
%lo_prefix/%lo_home
%changelog