From 6de3256c329ee898a1476873304f4934c7a54bc8 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Oct 27 2008 16:07:17 +0000 Subject: - Update to 4.4.3 - Update gtk-update-icon-cache scriptlets --- diff --git a/.cvsignore b/.cvsignore index 715eab1..5b35ab5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-appfinder-4.4.2.tar.bz2 +xfce4-appfinder-4.4.3.tar.bz2 diff --git a/sources b/sources index 8616245..2327045 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0bdd0b1e96a1e1cf50ce5d582758b992 xfce4-appfinder-4.4.2.tar.bz2 +1091df84fefdac4e79b5cd6eef8a5468 xfce4-appfinder-4.4.3.tar.bz2 diff --git a/xfce4-appfinder.spec b/xfce4-appfinder.spec index 0871d1b..95aaf8c 100644 --- a/xfce4-appfinder.spec +++ b/xfce4-appfinder.spec @@ -1,10 +1,10 @@ Summary: Appfinder for the Xfce4 Desktop Environment Name: xfce4-appfinder -Version: 4.4.2 -Release: 2%{?dist} +Version: 4.4.3 +Release: 1%{?dist} License: GPLv2+ URL: http://www.xfce.org/ -Source0: http://www.xfce.org/archive/xfce-4.4.2/src/xfce4-appfinder-4.4.2.tar.bz2 +Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfce4-appfinder-%{version}.tar.bz2 Group: User Interface/Desktops BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: libxfcegui4 >= %{version} @@ -26,8 +26,6 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT/%{_datadir}/xfce4 -mkdir -p $RPM_BUILD_ROOT/%{_datadir}/xfce4/doc %find_lang %{name} @@ -35,12 +33,16 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/xfce4/doc rm -rf $RPM_BUILD_ROOT %post -touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +touch --no-create %{_datadir}/icons/hicolor +if [ -x %{_bindir}/gtk-update-icon-cache ] ; then + %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +fi %postun -touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +touch --no-create %{_datadir}/icons/hicolor +if [ -x %{_bindir}/gtk-update-icon-cache ] ; then + %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +fi %files -f %{name}.lang %defattr(-,root,root,-) @@ -54,6 +56,10 @@ touch --no-create %{_datadir}/icons/hicolor || : %{_datadir}/icons/hicolor/48x48/apps/xfce4-appfinder.png %changelog +* Mon Oct 27 2008 Christoph Wickert - 4.4.3-1 +- Update to 4.4.3 +- Update gtk-update-icon-cache scriptlets + * Sun Feb 10 2008 Kevin Fenzi - 4.4.2-2 - Rebuild for gcc43