File gimp-branding-SLED.spec of Package gimp-branding-SLED
#
# spec file for package gimp-branding-SLED (Version 11.1)
#
# Copyright (c) 2008 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: gimp-branding-SLED
Version: 11.1
Release: 1
Group: Productivity/Graphics/Bitmap Editors
License: BSD 3-Clause
Summary: SLED splash screen for GIMP
Source: gimp-branding-SLED-splash.png
Source1: %{name}-COPYING
Provides: gimp-branding = 2.4
Conflicts: otherproviders(gimp-branding)
Supplements: packageand(branding-SLED:gimp)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# For directory ownership:
BuildRequires: gimp
BuildArch: noarch
%description
This package contains openSUSE splash screen for the SLED.
Authors:
--------
Jakub Steiner <jimmac@novell.com>
%prep
%setup -q -T -c %{name}-%{version}
cp -a %{S:0} gimp-splash.png
cp -a %{S:1} COPYING
%install
install -d $RPM_BUILD_ROOT%{_datadir}/gimp/2.0/images
install -m0644 gimp-splash.png $RPM_BUILD_ROOT%{_datadir}/gimp/2.0/images/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%doc COPYING
%{_datadir}/gimp/2.0/images/*
%changelog
* Tue Nov 04 2008 vuntz@novell.com
- Bump version to 11.1. Part of bnc#440849.
* Thu Oct 09 2008 mauro@suse.de
- New SLED package