rpms/xfce4-mixer/devel xfce4-mixer.spec,1.10,1.11

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


Author: kevin

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

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



Index: xfce4-mixer.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-mixer/devel/xfce4-mixer.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xfce4-mixer.spec	5 Oct 2006 02:44:00 -0000	1.10
+++ xfce4-mixer.spec	6 Oct 2006 06:04:58 -0000	1.11
@@ -1,7 +1,7 @@
 Summary: Volume control plugin for the Xfce 4 panel
 Name: xfce4-mixer
 Version: 4.3.99.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 URL: http://www.xfce.org/
 Source0: http://www.xfce.org/archive/xfce-4.3.99.1/src/xfce4-mixer-4.3.99.1.tar.bz2
@@ -18,7 +18,7 @@
 BuildRequires: gettext intltool
 
 %description
-Volume control plugin for the Xfce 4 panel
+Volume control plugin for the Xfce 4 panel.
 
 %prep
 %setup -q
@@ -37,8 +37,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 NOTES COPYING AUTHORS NEWS
 %{_bindir}/xfce4-mixer
 %{_libdir}/xfce4/*
@@ -48,6 +56,11 @@
 %{_libexecdir}/xfce4/panel-plugins/xfce4-mixer-plugin
 
 %changelog
+* Thu Oct  5 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-3
+- 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-2
 - Bump release for devel checkin
 




More information about the fedora-extras-commits mailing list