- Remove Prereq on gtk. Prereq's complicate things, and the

gtk-update-icon-cache is already protected by [ -x ... ]
This commit is contained in:
Ray Strode 2006-02-27 21:01:57 +00:00
parent 87096e8bd6
commit cf04c3a0ef

View File

@ -1,7 +1,7 @@
Summary: Basic requirement for icon themes
Name: hicolor-icon-theme
Version: 0.9
Release: 1
Release: 2
License: GPL
Group: User Interface/Desktops
URL: http://freedesktop.org/Software/icon-theme
@ -10,7 +10,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Prereq(post): coreutils
Prereq(postun): coreutils
Prereq: gtk2 >= 2.6.0
%description
Contains the basic directories and files needed for icon theme support.
@ -48,6 +47,11 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor
%changelog
* Mon Feb 27 2006 Ray Strode <rstrode@redhat.com> 0.9-2
- Remove Prereq on gtk. Prereq's complicate things,
and the gtk-update-icon-cache is already protected by
[ -x ... ]
* Thu Jan 12 2006 Alexander Larsson <alexl@redhat.com> 0.9-1
- Update to 0.9, fixes scalable icons picked before bitmap icons