File gnome-icon-theme-extras.spec of Package gnome-icon-theme-extras
#
# spec file for package gnome-icon-theme-extras (Version 2.30.1)
#
# Copyright (c) 2010 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/
#
Name: gnome-icon-theme-extras
Version: 2.30.1
Release: 4
License: CC BY-SA 3.0
Summary: GNOME Icon Theme Extras
Url: http://www.gnome.org/
Group: System/GUI/GNOME
Source: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.20/%{name}-%{version}.tar.bz2
BuildRequires: fdupes
BuildRequires: gnome-icon-theme
BuildRequires: hicolor-icon-theme
BuildRequires: icon-naming-utils-devel >= 0.8.7
BuildRequires: pkg-config
Requires: gnome-icon-theme
Supplements: gnome-icon-theme
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Extra GNOME icons for specific devices and file types.
%prep
%setup -q
%build
%configure
make %{?jobs:-j%jobs}
%install
%makeinstall
%fdupes %{buildroot}
%clean
rm -rf %{buildroot}
%post
%icon_theme_cache_post gnome
%postun
%icon_theme_cache_postun gnome
%files
%defattr(-, root, root)
%doc AUTHORS COPYING NEWS README
%{_datadir}/icons/gnome/*/*/*
%changelog