File gtk2-themes.spec of Package gtk2-themes
#
# spec file for package gtk2-themes (Version 0.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
Name: gtk2-themes
Summary: Additional Themes and Engines for GTK2
Version: 0.1
Release: 779
License: GPL v2 or later
Group: System/GUI/GNOME
Source: bluebubble.tar.bz2
Patch0: bluebubble-colors.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://www.gnome.org
# bluebubble requires engine "pixmap"
Requires: gtk2
Enhances: gtk2
BuildArch: noarch
%description
This package contains additional themes and engines for the GTK2
library.
%prep
%setup -n bluebubble
%patch0 -p1
%{?suse_update_config:%{suse_update_config -f}}
%build
%install
mkdir -p $RPM_BUILD_ROOT%{_datadir}/themes
cd $RPM_BUILD_ROOT%{_datadir}/themes
tar xvfj %SOURCE0
patch -p0 <%PATCH0
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644, root, root, 755)
%{_datadir}/themes/*
%changelog