rpms/xfce4-battery-plugin/FC-3 xfce4-battery-plugin.spec,1.1,1.2

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Mon Jan 2 23:33:36 UTC 2006


Author: cwickert

Update of /cvs/extras/rpms/xfce4-battery-plugin/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23991

Modified Files:
	xfce4-battery-plugin.spec 
Log Message:
add libxfcegui4-devel buildreq and fix %defattr


Index: xfce4-battery-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-battery-plugin/FC-3/xfce4-battery-plugin.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-battery-plugin.spec	15 Dec 2005 03:10:03 -0000	1.1
+++ xfce4-battery-plugin.spec	2 Jan 2006 23:33:36 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		xfce4-battery-plugin
 Version:	0.3.0
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Battery monitor for the Xfce panel
 
 Group:		User Interface/Desktops
@@ -8,9 +8,9 @@
 URL:		http://xfce-goodies.berlios.de/
 Source0:	http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
 Source1:	GPL
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	xfce4-panel-devel >= 4.2, libxml2-devel
+BuildRequires:	xfce4-panel-devel >= 4.2, libxfcegui4-devel >= 4.2, libxml2-devel
 
 %description
 A battery monitor plugin for the Xfce panel, compatible with APM and ACPI.
@@ -34,11 +34,15 @@
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README
 %{_libdir}/xfce4/panel-plugins/*.so
 
 %changelog
+* Fri Dec 30 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-4
+- Add libxfcegui4-devel BuildReqs.
+- Fix %defattr.
+
 * Sat Nov 19 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-3
 - Use %{?_smp_mflags}.
 - Replace wrong BSD license with a copy of the GPL (#173105).




More information about the fedora-extras-commits mailing list