diff --git a/gedit.spec b/gedit.spec index 4a06c7a..aa54567 100644 --- a/gedit.spec +++ b/gedit.spec @@ -14,7 +14,7 @@ Summary: gEdit is a small but powerful text editor for GNOME. Name: gedit Version: 2.10.2 -Release: 2 +Release: 3 Epoch: 1 License: GPL Group: Applications/Editors @@ -97,10 +97,6 @@ desktop-file-install --vendor gnome --delete-original \ --add-category X-Red-Hat-Base \ $RPM_BUILD_ROOT%{_datadir}/applications/* -## add the icon to the hicolor theme -mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps -/bin/cp $RPM_BUILD_ROOT%{_datadir}/pixmaps/gedit-icon.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/text-editor.png - ## clean up all the static libs for plugins (workaround for no -module) /bin/rm -f `find $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugins -name "*.a"` /bin/rm -f `find $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugins -name "*.la"` @@ -157,6 +153,10 @@ scrollkeeper-update %{_libdir}/pkgconfig/gedit-2.10.pc %changelog +* Thu Apr 14 2005 John (J5) Palmieri - 2.10.2-3 +- Revert the addition of the gedit icon to the hicolor theme as + the new gnome-icon-theme package does the right thing + * Tue Apr 12 2005 Matthias Clasen - 2.10.2-2 - Add the icon to the hicolor theme, and rename it to what the .desktop file says.