File gtk2-branding-SLED.spec of Package gtk2-branding-SLED
#
# spec file for package gtk2-branding-SLED (Version 11.1)
#
# 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
Url: http://www.gtk.org/
Name: gtk2-branding-SLED
Version: 11.1
Release: 3
Group: System/Libraries
License: BSD 3-Clause
Summary: SLED theme configuration
Source: gtk2-branding-SLED-gtkrc
Source1: %{name}-COPYING
Supplements: packageand(gtk2:branding-SLED)
Provides: gtk2-branding = 2.12
Conflicts: otherproviders(gtk2-branding)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
# For directory ownership:
BuildRequires: gtk2
# Gilouche icon theme
Requires: gtk2-metatheme-gilouche
# Sonar gtk+ theme
Requires: gtk2-metatheme-sonar
%description
SLED theme configuration for widget and icon themes.
%prep
%setup -q -T -c %{name}-%{version}
cp -a %{S:0} gtkrc
cp -a %{S:1} COPYING
%build
%install
install -d %{buildroot}%{_sysconfdir}/gtk-2.0
install -m0644 gtkrc %{buildroot}%{_sysconfdir}/gtk-2.0/
%clean
rm -rf %{buildroot}
%files
%defattr (-, root, root)
%doc COPYING
%config %{_sysconfdir}/gtk-2.0/gtkrc
%changelog
* Sun May 24 2009 vuntz@novell.com
- Replace gtk2-theme-openSUSE with gtk2-metatheme-gilouche.
* Tue May 19 2009 vuntz@novell.com
- Change default GTK+ theme to Sonar.
- Add Requires on gtk2-metatheme-sonar.
- Add missing build section.
- Fix order of supplements to remove rpmlint warning.
* Tue Nov 04 2008 vuntz@novell.com
- Bump version to 11.1. Part of bnc#440849.
* Mon Oct 06 2008 sbrabec@suse.cz
- Conflict with other branding providers (FATE#304881).
* Mon Aug 25 2008 jpr@suse.de
- Initial SLED package copied from openSUSE