hicolor-icon-theme/hicolor-icon-theme.spec

69 lines
2.0 KiB
RPMSpec

#
# spec file for package hicolor-icon-theme (Version 0.10)
#
# 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: hicolor-icon-theme
Summary: Fallback Icon Theme
License: GPL v2 or later
Group: System/X11/Utilities
AutoReqProv: on
Version: 0.10
Release: 105
Url: http://icon-theme.freedesktop.org/wiki/HicolorTheme
Source: %{name}-%{version}.tar.bz2
# 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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
This is the default fallback theme used by implementations of the icon
theme specification.
%prep
%setup -q
%patch
%patch1
%patch2 -p1
%{?suse_update_config:%{suse_update_config}}
%build
%configure
%__make %{?jobs:-j%jobs}
%install
%makeinstall
chmod -x COPYING
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc COPYING ChangeLog README
%{_prefix}/share/icons/hicolor
%changelog