File gnome-icon-theme.spec of Package gnome-icon-theme
#
# spec file for package gnome-icon-theme (Version 2.28.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: gnome-icon-theme
BuildRequires: fdupes
BuildRequires: icon-naming-utils-devel
BuildRequires: intltool
BuildRequires: pkg-config
License: GPL v2 or later
Group: System/GUI/GNOME
Provides: %{name}-devel = %{version}-%{release}
Version: 2.28.0
Release: 1
Source: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.20/%{name}-%{version}.tar.bz2
Url: http://www.gnome.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: GNOME Icon Theme
BuildArch: noarch
%description
The default GNOME icon theme.
%prep
%setup -q
%build
%configure
make %{?jobs:-j%jobs}
%install
%makeinstall
%fdupes %{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS
%{_datadir}/icons/gnome/
%{_datadir}/pkgconfig/*.pc
%changelog