2007-03-14 12:28:51 +01:00
#
2009-12-08 11:40:46 +01:00
# spec file for package hicolor-icon-theme (Version 0.10)
2007-03-14 12:28:51 +01:00
#
2009-04-23 21:16:33 +02:00
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
2007-03-14 12:28:51 +01:00
#
2008-10-22 18:01:05 +02:00
# 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.
2007-03-14 12:28:51 +01:00
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
2008-03-26 16:14:17 +01:00
2007-03-14 12:28:51 +01:00
Name : hicolor-icon-theme
2008-03-26 16:14:17 +01:00
Summary : Fallback Icon Theme
License : GPL v2 or later
2007-03-14 12:28:51 +01:00
Group : System/X11/Utilities
2009-12-08 11:40:46 +01:00
AutoReqProv : on
Version : 0.10
Release : 105
2008-07-18 23:52:48 +02:00
Url : http://icon-theme.freedesktop.org/wiki/HicolorTheme
2007-03-14 12:28:51 +01:00
Source : %{name} -%{version} .tar.bz2
2009-12-08 11:40:46 +01:00
# PATCH-FIX-UPSTREAM hicolor-scalable-sizes.patch bnc162222 dobey@suse.de
Patch : hicolor-scalable-sizes.patch
# PATCH-FIX-UPSTREAM hicolor-kde-bits.patch stbinner@suse.de -- Extensions to .theme files for KDE3 and KDE4
Patch1 : hicolor-kde-bits.patch
# PATCH-FIX-UPSTREAM hicolor-256.patch vuntz@novell.com -- Add 256 size, for alacarte. This wasn't sent upstream yet since I couldn't update the bug in g.fd.o (filed a bug for that...)
Patch2 : hicolor-256.patch
2007-03-14 12:28:51 +01:00
BuildRoot : %{_tmppath} /%{name} -%{version} -build
2008-03-26 16:14:17 +01:00
BuildArch : noarch
2007-03-14 12:28:51 +01:00
%description
This is the default fallback theme used by implementations of the icon
theme specification.
2009-12-08 11:40:46 +01:00
2007-03-14 12:28:51 +01:00
%prep
2008-03-26 16:14:17 +01:00
%setup -q
2009-12-08 11:40:46 +01:00
%patch
%patch1
%patch2 -p1
%{?suse_update_config:%{suse_update_config} }
2007-03-14 12:28:51 +01:00
%build
%configure
2008-07-18 23:52:48 +02:00
%__make %{?jobs:-j%jobs}
2007-03-14 12:28:51 +01:00
%install
2008-03-26 16:14:17 +01:00
%makeinstall
chmod -x COPYING
2007-03-14 12:28:51 +01:00
%clean
2009-12-08 11:40:46 +01:00
rm -rf $RPM_BUILD_ROOT
2007-03-14 12:28:51 +01:00
%files
%defattr (-, root, root)
%doc COPYING ChangeLog README
2009-12-08 11:40:46 +01:00
%{_prefix} /share/icons/hicolor
2007-03-14 12:28:51 +01:00
%changelog