rpms/xfce4-appfinder/F-9 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 xfce4-appfinder.spec, 1.16, 1.17

Christoph Wickert cwickert at fedoraproject.org
Mon Feb 2 01:47:35 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-appfinder/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19257

Modified Files:
	.cvsignore sources xfce4-appfinder.spec 
Log Message:
* Mon Oct 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 4.4.3-1
- Update to 4.4.3
- Update gtk-update-icon-cache scriptlets



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-appfinder/F-9/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	3 Dec 2007 05:51:31 -0000	1.9
+++ .cvsignore	2 Feb 2009 01:47:04 -0000	1.10
@@ -1 +1 @@
-xfce4-appfinder-4.4.2.tar.bz2
+xfce4-appfinder-4.4.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-appfinder/F-9/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	3 Dec 2007 05:51:31 -0000	1.9
+++ sources	2 Feb 2009 01:47:04 -0000	1.10
@@ -1 +1 @@
-0bdd0b1e96a1e1cf50ce5d582758b992  xfce4-appfinder-4.4.2.tar.bz2
+1091df84fefdac4e79b5cd6eef8a5468  xfce4-appfinder-4.4.3.tar.bz2


Index: xfce4-appfinder.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-appfinder/F-9/xfce4-appfinder.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xfce4-appfinder.spec	11 Feb 2008 00:10:27 -0000	1.16
+++ xfce4-appfinder.spec	2 Feb 2009 01:47:04 -0000	1.17
@@ -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 @@
 %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 @@
 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 @@
 %{_datadir}/icons/hicolor/48x48/apps/xfce4-appfinder.png
 
 %changelog
+* Mon Oct 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 4.4.3-1
+- Update to 4.4.3
+- Update gtk-update-icon-cache scriptlets
+
 * Sun Feb 10 2008 Kevin Fenzi <kevin at tummy.com> - 4.4.2-2
 - Rebuild for gcc43
 




More information about the fedora-extras-commits mailing list