rpms/xfce4-sensors-plugin/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xfce4-sensors-plugin.spec, 1.5, 1.6

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Thu Oct 5 12:58:03 UTC 2006


Author: cwickert

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

Modified Files:
	.cvsignore sources xfce4-sensors-plugin.spec 
Log Message:
Update for XFCE 4.4


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xfce4-sensors-plugin/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	21 Jan 2006 20:48:34 -0000	1.2
+++ .cvsignore	5 Oct 2006 12:58:03 -0000	1.3
@@ -1 +1 @@
-xfce4-sensors-plugin-0.7.0.tar.bz2
+xfce4-sensors-plugin-0.10.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xfce4-sensors-plugin/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	21 Jan 2006 20:48:34 -0000	1.2
+++ sources	5 Oct 2006 12:58:03 -0000	1.3
@@ -1 +1 @@
-10399ab7351c60e9e46e4d4375250157  xfce4-sensors-plugin-0.7.0.tar.bz2
+fa431e2b6bb0dd151047e05f7383a844  xfce4-sensors-plugin-0.10.0.tar.bz2


Index: xfce4-sensors-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-sensors-plugin/devel/xfce4-sensors-plugin.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfce4-sensors-plugin.spec	8 Sep 2006 19:08:19 -0000	1.5
+++ xfce4-sensors-plugin.spec	5 Oct 2006 12:58:03 -0000	1.6
@@ -1,17 +1,17 @@
 Name: 		xfce4-sensors-plugin
-Version: 	0.7.0
-Release: 	6%{?dist}
+Version: 	0.10.0
+Release: 	1%{?dist}
 Summary: 	Sensors plugin for the Xfce panel
 
 Group: 		User Interface/Desktops
 License:	GPL
-URL: 		http://xfce-goodies.berlios.de/
-Source0:	http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:	xfce4-panel-devel >= 4.2, libxfcegui4-devel >= 4.2, libxml2-devel
-BuildRequires:	gettext, lm_sensors-devel >= 2.8
-Requires:	xfce4-panel >= 4.2, lm_sensors >= 2.8
+URL:		http://goodies.xfce.org/
+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
 ExcludeArch:	ppc
 
 %description
@@ -27,18 +27,41 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
-find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 %find_lang %{name}
 
+%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
+
+%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
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
-%{_libdir}/xfce4/panel-plugins/*.so
+%{_libexecdir}/xfce4/panel-plugins/%{name}
+%{_datadir}/xfce4/panel-plugins/*.desktop
+%{_datadir}/icons/hicolor/48x48/apps/xfce-sensors.png
 
 %changelog
+* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 0.10.0-1
+- Update to 0.10.0.
+
+* Wed Sep 13 2006 Christoph Wickert <fedora christoph-wickert de> - 0.9.0-2
+- Rebuild for XFCE 4.3.99.1.
+- BR perl(XML::Parser).
+
+* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.9.0-1
+- Update to 0.9.0 on XFCE 4.3.90.2.
+
 * Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.7.0-6
 - Mass rebuild for Fedora Core 6.
 
@@ -53,7 +76,7 @@
 
 * Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.7.0-2
 - Add libxfcegui4-devel BuildReqs.
-- Fix %defattr.
+- Fix %%defattr.
 
 * Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.7.0-1
 - Initial Fedora Extras version.




More information about the fedora-extras-commits mailing list