2007-03-14 12:28:51 +01:00
#
# spec file for package hicolor-icon-theme (Version 0.10)
#
2008-03-26 16:14:17 +01:00
# Copyright (c) 2008 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
2008-03-26 16:14:17 +01:00
AutoReqProv : on
2007-03-14 12:28:51 +01:00
Version : 0.10
2008-10-22 18:01:05 +02:00
Release : 102
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
2008-07-18 23:52:48 +02:00
# PATCH-FIX-UPSTREAM hicolor-scalable-sizes.patch bnc162222 dobey@suse.de
2007-03-14 12:28:51 +01:00
Patch : hicolor-scalable-sizes.patch
2008-07-18 23:52:48 +02:00
# PATCH-FIX-UPSTREAM hicolor-kde-bits.patch stbinner@suse.de -- Extensions to .theme files for KDE3 and KDE4
2007-03-14 12:28:51 +01:00
Patch1 : hicolor-kde-bits.patch
2008-10-22 18:01:05 +02:00
# 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.
%prep
2008-03-26 16:14:17 +01:00
%setup -q
2007-03-14 12:28:51 +01:00
%patch0
%patch1
2008-10-22 18:01:05 +02:00
%patch2 -p1
2007-03-14 12:28:51 +01:00
%{?suse_update_config:%{suse_update_config} }
%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
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%doc COPYING ChangeLog README
%{_prefix} /share/icons/hicolor
%changelog
2008-10-22 18:01:05 +02:00
* Wed Oct 15 2008 vuntz@novell.com
- Add hicolor-256.patch to add 256x256 directories. Needed to fix
alacarte build.
2008-07-18 23:52:48 +02:00
* Fri Jul 18 2008 jpr@suse.de
- Tag patches
2008-03-26 16:14:17 +01:00
* Tue Mar 25 2008 lrupp@suse.de
- beautify specfile
- fix executable bit for doc
* Wed Feb 21 2007 dobey@suse.de
2007-03-14 12:28:51 +01:00
- Import hicolor-icon-theme 0.10 with appropriate patches for KDE
and GNOME
Fixes https://bugzilla.novell.com/show_bug.cgi?id=247278