File gtk2-theme-sonar.spec of Package gtk2-theme-sonar
#
# spec file for package gtk2-theme-sonar (Version 11.2.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: gtk2-theme-sonar
Version: 11.2.1
Release: 1
Group: System/GUI/GNOME
License: GPL v2 or later
Summary: GTK and Metacity Sonar Theme
Source: metatheme-Sonar-%{version}.tar.bz2
Enhances: gtk2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires: gtk2 gtk2-engines gtk2-engine-murrine
%description
GTK and Metacity theme for created for openSUSE 11.2
Authors:
--------
Jakub Steiner <jimmac@novell.com>
Aaron Bockover <abockover@novell.com>
Victor C. <perfectska04@gmail.com>
%prep
%setup -q -n Sonar
%build
%install
mkdir -p $RPM_BUILD_ROOT%{_datadir}/themes/Sonar
cp -a gtk-2.0 metacity-1 index.theme $RPM_BUILD_ROOT%{_datadir}/themes/Sonar
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%doc AUTHORS
%{_datadir}/themes/Sonar
%changelog