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

65 lines
1.5 KiB
RPMSpec
Raw Normal View History

#
# spec file for package hicolor-icon-theme (Version 0.10)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# 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: 63
Url: http://freedesktop.org/software/icon-theme
Source: %{name}-%{version}.tar.bz2
# http://icon-theme.freedesktop.org/releases/
Patch: hicolor-scalable-sizes.patch
Patch1: hicolor-kde-bits.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
%patch0
%patch1
%{?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
* Tue Mar 25 2008 lrupp@suse.de
- beautify specfile
- fix executable bit for doc
* Wed Feb 21 2007 dobey@suse.de
- Import hicolor-icon-theme 0.10 with appropriate patches for KDE
and GNOME
Fixes https://bugzilla.novell.com/show_bug.cgi?id=247278