File tango-icon-theme.spec of Package tango-icon-theme
#
# spec file for package tango-icon-theme (Version 0.8.90)
#
# 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: tango-icon-theme
BuildRequires: ImageMagick-devel
BuildRequires: fdupes
BuildRequires: icon-naming-utils
BuildRequires: intltool
BuildRequires: librsvg-devel
BuildRequires: rsvg-view
BuildArch: noarch
License: Creative Commons Attribution-ShareAlike 2.5 License Agreement
Group: System/GUI/GNOME
Version: 0.8.90
Release: 3
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-extras-0.1.0.tar.bz2
Source2: tango-kde-apps.tar.bz2
Source3: quake3-tango-icons.tar.bz2
Url: http://www.tango-project.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Tango Icon Theme
Recommends: gnome-icon-theme >= 2.12.0
Requires: hicolor-icon-theme
%description
Tango Icon Theme
Authors:
--------
Jakub Steiner <jimmac@novell.com>
Rodney Dawes <dobey@novell.com>
%prep
%setup -b 1 -b 2 -b 3
%build
%configure --enable-png-creation
make %{?jobs:-j%jobs}
cd ../%{name}-extras-0.1.0
%configure --enable-png-creation
make %{?jobs:-j%jobs}
%install
%makeinstall
cd ../%{name}-extras-0.1.0
%makeinstall
cp -rf ../tango-kde-apps/* $RPM_BUILD_ROOT%{_datadir}/icons/Tango/
cp -rf ../quake3-icons/* $RPM_BUILD_ROOT%{_datadir}/icons/Tango/
%fdupes $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog README
%{_datadir}/icons/Tango
%changelog