rpms/xfce4-panel/devel xfce4-panel.spec,1.13,1.14

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Fri Oct 6 02:15:59 UTC 2006


Author: kevin

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

Modified Files:
	xfce4-panel.spec 
Log Message:
Add period to description
Fix defattr
Add gtk-update-icon-cache in post/postun



Index: xfce4-panel.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-panel/devel/xfce4-panel.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xfce4-panel.spec	5 Oct 2006 02:10:26 -0000	1.13
+++ xfce4-panel.spec	6 Oct 2006 02:15:59 -0000	1.14
@@ -1,7 +1,7 @@
 Summary: Next generation panel for Xfce
 Name: xfce4-panel
 Version: 4.3.99.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 URL: http://www.xfce.org/
 Source0: http://www.xfce.org/archive/xfce-4.3.99.1/src/xfce4-panel-4.3.99.1.tar.bz2
@@ -47,7 +47,7 @@
 Obsoletes: xfce4-windowlist-plugin <= 4.2.3-3
 
 %description
-This package includes the panel for the Xfce desktop environment
+This package includes the panel for the Xfce desktop environment.
 
 %package devel
 Summary: Development headers for xfce4-panel
@@ -79,12 +79,18 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
                                                                                           
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+/sbin/ldconfig
+
+%postun
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+/sbin/ldconfig
 
 %files -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc README ChangeLog NEWS COPYING AUTHORS
 %config(noreplace) %{_sysconfdir}/xdg/xfce4/panel/launcher-10.rc
 %config(noreplace) %{_sysconfdir}/xdg/xfce4/panel/panels.xml
@@ -105,13 +111,18 @@
 %{_datadir}/applications/xfce4-panel-manager.desktop
 
 %files devel
-%defattr(-, root, root)
+%defattr(-, root,root,-)
 %{_libdir}/pkgconfig/*
 %{_libdir}/libxfce4panel.so
 %{_datadir}/gtk-doc/html/libxfce4panel
 %{_includedir}/xfce4/libxfce4panel
 
 %changelog
+* Thu Oct  5 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-4
+- Add period to description
+- Fix defattr
+- Add gtk-update-icon-cache in post/postun
+
 * Wed Oct  4 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-3
 - Add Requires for mousepad and Terminal
 - Bump for devel checkin




More information about the fedora-extras-commits mailing list