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

62 lines
1.5 KiB
RPMSpec
Raw Normal View History

#
# spec file for package hicolor-icon-theme (Version 0.10)
#
# Copyright (c) 2007 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
License: GNU General Public License (GPL)
Group: System/X11/Utilities
Autoreqprov: on
Version: 0.10
Release: 1
Source: %{name}-%{version}.tar.bz2
# http://icon-theme.freedesktop.org/releases/
Patch: hicolor-scalable-sizes.patch
Patch1: hicolor-kde-bits.patch
URL: http://freedesktop.org/software/icon-theme
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Fallback Icon Theme
BuildArchitectures: noarch
%description
This is the default fallback theme used by implementations of the icon
theme specification.
%prep
%setup
%patch0
%patch1
%{?suse_update_config:%{suse_update_config}}
%build
export CFLAGS="$RPM_OPT_FLAGS"
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc COPYING ChangeLog README
%{_prefix}/share/icons/hicolor
%changelog
* 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