rpms/xfce4-sensors-plugin/devel xfce4-sensors-plugin.spec,1.6,1.7

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sun Jan 28 00:23:27 UTC 2007


Author: cwickert

Update of /cvs/extras/rpms/xfce4-sensors-plugin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv583/devel

Modified Files:
	xfce4-sensors-plugin.spec 
Log Message:
rebuild for Xfce 4.4


Index: xfce4-sensors-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-sensors-plugin/devel/xfce4-sensors-plugin.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xfce4-sensors-plugin.spec	5 Oct 2006 12:58:03 -0000	1.6
+++ xfce4-sensors-plugin.spec	28 Jan 2007 00:22:57 -0000	1.7
@@ -1,17 +1,17 @@
 Name: 		xfce4-sensors-plugin
 Version: 	0.10.0
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Summary: 	Sensors plugin for the Xfce panel
 
 Group: 		User Interface/Desktops
 License:	GPL
-URL:		http://goodies.xfce.org/
+URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel
 BuildRequires:	gettext, perl(XML::Parser), lm_sensors-devel >= 2.8
-Requires:	xfce4-panel >= 4.3.99.1, lm_sensors >= 2.8
+Requires:	xfce4-panel >= 4.3.99.2, lm_sensors >= 2.8
 ExcludeArch:	ppc
 
 %description
@@ -31,15 +31,11 @@
 
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 %postun
 touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -52,6 +48,10 @@
 %{_datadir}/icons/hicolor/48x48/apps/xfce-sensors.png
 
 %changelog
+* Sun Jan 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.10.0-2
+- Rebuild for XFCE 4.4.
+- Update gtk-icon-cache scriptlets.
+
 * Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 0.10.0-1
 - Update to 0.10.0.
 




More information about the scm-commits mailing list