rpms/xfce4-appfinder/devel xfce4-appfinder.spec,1.9,1.10

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Fri Oct 6 05:57:08 UTC 2006


Author: kevin

Update of /cvs/extras/rpms/xfce4-appfinder/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28300

Modified Files:
	xfce4-appfinder.spec 
Log Message:
Add period to description
Fix defattr
Add gtk-update-icon-cache



Index: xfce4-appfinder.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-appfinder/devel/xfce4-appfinder.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xfce4-appfinder.spec	5 Oct 2006 02:34:54 -0000	1.9
+++ xfce4-appfinder.spec	6 Oct 2006 05:57:08 -0000	1.10
@@ -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: gettext intltool
 
 %description
-xfce-appfinder shows system wide installed applications
+xfce-appfinder shows system wide installed applications.
 
 %prep
 %setup -q
@@ -31,8 +31,16 @@
 %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 @@
 %{_datadir}/icons/hicolor/48x48/apps/xfce4-appfinder.png
 
 %changelog
+* Thu Oct  5 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-3
+- Add period to description
+- Fix defattr
+- Add gtk-update-icon-cache
+
 * Wed Oct  4 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-2
 - Bump release for devel checkin
 




More information about the scm-commits mailing list