File icon-theme-sonar.spec of Package icon-theme-sonar
#
# spec file for package icon-theme-sonar (Version 11.2.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: icon-theme-sonar
Summary: Sonar Icon Theme
Version: 11.2.0
Release: 1
License: GPL v2 or later
Group: System/GUI/GNOME
Source: %{name}-%{version}.tar.bz2
Url: http://www.gnome.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
BuildRequires: fdupes
Requires: gnome-icon-theme hicolor-icon-theme
BuildArch: noarch
%description
Sonar icon theme based on GNOME Colors
%prep
%setup -q
%build
%install
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons
cp -a icons $RPM_BUILD_ROOT%{_datadir}/icons/Sonar
%fdupes $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc AUTHORS COPYING
%{_datadir}/icons/Sonar
%changelog