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
|
|
|
# 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
|
|
|
|
|
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-03-26 16:14:17 +01:00
|
|
|
Release: 63
|
|
|
|
Url: http://freedesktop.org/software/icon-theme
|
2007-03-14 12:28:51 +01:00
|
|
|
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
|
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
|
|
|
|
%{?suse_update_config:%{suse_update_config}}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2008-03-26 16:14:17 +01: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-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
|