diff --git a/gnome-icon-theme.spec b/gnome-icon-theme.spec index 30a5f23..2ae99af 100644 --- a/gnome-icon-theme.spec +++ b/gnome-icon-theme.spec @@ -1,7 +1,7 @@ Summary: Base gnome icons Name: gnome-icon-theme Version: 2.17.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Source0: %{name}-%{version}.tar.bz2 License: GPL BuildArch: noarch @@ -34,6 +34,16 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/* rm -rf $RPM_BUILD_ROOT/usr/share/icons/gnome/*/apps/susehelpcenter.* +## correct some bogus symlinks created by icon-naming-utils +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=217090 +rm $RPM_BUILD_ROOT/usr/share/icons/gnome/*/emblems/stock_mail-priority-high.* +for i in 16x16 24x24; do + pushd $RPM_BUILD_ROOT/usr/share/icons/gnome/$i/stock/net + ln -s ../../emblems/emblem-important.png stock_mail-priority-high.png + popd +done + + ## create some missing icons cd $RPM_BUILD_ROOT%{_datadir}/icons/gnome mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/gnome/48x48/places @@ -84,6 +94,9 @@ done %{_datadir}/pkgconfig/gnome-icon-theme.pc %changelog +* Tue Nov 28 2006 Matthias Clasen - 2.17.2.1-2 +- Fix duplicate emblems in nautilus (#217090) + * Sun Nov 12 2006 Matthias Clasen - 2.17.2.1-1 - Update to 2.17.2.1