diff --git a/xfce4-appfinder.spec b/xfce4-appfinder.spec index 29b5736..04eb4fe 100644 --- a/xfce4-appfinder.spec +++ b/xfce4-appfinder.spec @@ -1,7 +1,7 @@ Summary: Appfinder for the Xfce4 Desktop Environment Name: xfce4-appfinder Version: 4.3.99.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.xfce.org/archive/xfce-4.3.99.1/src/xfce4-appfinder-4.3.99.1.tar.bz2 @@ -13,7 +13,7 @@ BuildRequires: startup-notification-devel BuildRequires: gettext intltool %description -xfce-appfinder shows system wide installed applications +xfce-appfinder shows system wide installed applications. %prep %setup -q @@ -31,8 +31,16 @@ make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT +%post +touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : + +%postun +touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : + %files -f %{name}.lang -%defattr(-,root,root) +%defattr(-,root,root,-) %doc README TODO ChangeLog COPYING AUTHORS %{_bindir}/xfce4-appfinder %{_datadir}/applications/xfce4-appfinder.desktop @@ -41,6 +49,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/48x48/apps/xfce4-appfinder.png %changelog +* Thu Oct 5 2006 Kevin Fenzi - 4.3.99.1-3 +- Add period to description +- Fix defattr +- Add gtk-update-icon-cache + * Wed Oct 4 2006 Kevin Fenzi - 4.3.99.1-2 - Bump release for devel checkin