rpms/xfce4-battery-plugin/devel xfce4-battery-plugin.spec,1.8,1.9

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Mon Jan 22 10:40:03 UTC 2007


Author: cwickert

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

Modified Files:
	xfce4-battery-plugin.spec 
Log Message:
Update to 0.5.0


Index: xfce4-battery-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-battery-plugin/devel/xfce4-battery-plugin.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xfce4-battery-plugin.spec	11 Nov 2006 19:32:56 -0000	1.8
+++ xfce4-battery-plugin.spec	22 Jan 2007 10:39:33 -0000	1.9
@@ -1,13 +1,12 @@
 Name:		xfce4-battery-plugin
-Version:	0.4.90.3
+Version:	0.5.0
 Release:	1%{?dist}
 Summary:	Battery monitor for the Xfce panel
 
 Group:		User Interface/Desktops
 License:	LGPL
-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
-Source1:	LGPL.%{name}
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	xfce4-panel-devel >= 4.3.90.2, libxfcegui4-devel >= 4.3.90.2, libxml2-devel
@@ -29,8 +28,13 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
 
-# replace wrong BSD license with a copy of LGPL (#173105)
-cp %{SOURCE1} COPYING
+%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 || :
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -40,8 +44,13 @@
 %doc AUTHORS COPYING ChangeLog README
 %{_libexecdir}/xfce4/panel-plugins/%{name}
 %{_datadir}/xfce4/panel-plugins/*.desktop
+%{_datadir}/icons/hicolor/*/devices/battery.png
+%{_datadir}/icons/hicolor/scalable/devices/battery.svg
 
 %changelog
+* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 0.5.0-1
+- Update to 0.5.0 on Xfce 4.4.
+
 * Sat Nov 11 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4.90.3-1
 - Update to 0.4.90.3 on XFCE 4.3.99.2.
 




More information about the fedora-extras-commits mailing list