File OpenOffice_org-branding-openSUSE.spec of Package OpenOffice_org-branding-openSUSE
#
# spec file for package OpenOffice_org-branding-openSUSE (Version 3.0)
#
# Copyright (c) 2009 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/
#
# norootforbuild
Name: OpenOffice_org-branding-openSUSE
%define ooo_prefix %_datadir
%define ooo_home ooo3
%if %suse_version <= 1100
%define branding_version 11.0
%endif
%if %suse_version > 1100 && %suse_version <= 1110
%define branding_version 11.1
%endif
%if %suse_version > 1110
%define branding_version 11.2
%endif
Version: 3.0
Release: 25
Group: Productivity/Office/Suite
License: BSD 3-clause (or similar)
Summary: openSUSE Branding for OpenOffice.org
Supplements: packageand(branding-openSUSE:OpenOffice_org)
Provides: OpenOffice_org-branding = %version
Conflicts: otherproviders(OpenOffice_org-branding)
Source0: OpenOffice_org-branding-openSUSE-COPYING
# openSUSE-11.0
Source1101: OpenOffice_org-branding-openSUSE-11.0-about.bmp
Source1102: OpenOffice_org-branding-openSUSE-11.0-intro.bmp
# openSUSE-11.1
Source1111: OpenOffice_org-branding-openSUSE-11.1-about.bmp
Source1112: OpenOffice_org-branding-openSUSE-11.1-intro.bmp
# openSUSE-11.2
Source1121: OpenOffice_org-branding-openSUSE-11.2-about.bmp
Source1122: OpenOffice_org-branding-openSUSE-11.2-intro.bmp
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
This package includes the openSUSE branding for the OpenOffice.org
office suite.
%prep
%setup -q -T -c %{name}-%{version}
cp -a %{S:0} COPYING
cp -a $RPM_SOURCE_DIR/OpenOffice_org-branding-openSUSE-%{branding_version}-about.bmp about.bmp
cp -a $RPM_SOURCE_DIR/OpenOffice_org-branding-openSUSE-%{branding_version}-intro.bmp intro.bmp
%build
%install
install -m 0755 -d $RPM_BUILD_ROOT%ooo_prefix/%ooo_home/program
install -m 0644 intro.bmp $RPM_BUILD_ROOT%ooo_prefix/%ooo_home/program/
install -m 0644 about.bmp $RPM_BUILD_ROOT%ooo_prefix/%ooo_home/program/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%doc COPYING
%ooo_prefix/%ooo_home
%changelog