rpms/xfdesktop/devel xfdesktop.spec,1.13,1.14

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Fri Oct 6 06:20:34 UTC 2006


Author: kevin

Update of /cvs/extras/rpms/xfdesktop/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32258

Modified Files:
	xfdesktop.spec 
Log Message:
Fix defattr
Add period to the end of description
Add gtk-update-icon-cache



Index: xfdesktop.spec
===================================================================
RCS file: /cvs/extras/rpms/xfdesktop/devel/xfdesktop.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xfdesktop.spec	5 Oct 2006 03:04:46 -0000	1.13
+++ xfdesktop.spec	6 Oct 2006 06:20:34 -0000	1.14
@@ -1,7 +1,7 @@
 Summary: Desktop manager for the XFce Desktop Environment
 Name: xfdesktop
 Version: 4.3.99.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL
 URL: http://www.xfce.org/
 Source0: http://www.xfce.org/archive/xfce-4.3.99.1/src/xfdesktop-4.3.99.1.tar.bz2
@@ -30,7 +30,7 @@
 BuildRequires: dbus-devel
 
 %description
-This package includes a desktop manager for the XFce Desktop Environment
+This package includes a desktop manager for the XFce Desktop Environment.
 
 %prep
 %setup -q
@@ -55,8 +55,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 NEWS COPYING AUTHORS
 %{_sysconfdir}/xdg/xfce4/*
 %{_bindir}/*
@@ -73,6 +81,11 @@
 %{_mandir}/man1/*
 
 %changelog
+* Thu Oct  5 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-5
+- Fix defattr
+- Add period to the end of description
+- Add gtk-update-icon-cache
+
 * Wed Oct  4 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-4
 - Bump release for devel checkin
 




More information about the fedora-extras-commits mailing list