rpms/xfce4-cpugraph-plugin/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xfce4-cpugraph-plugin.spec, 1.10, 1.11 xfce4-cpugraph-0.3.0-asneeded.patch, 1.1, NONE

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sat Nov 24 04:17:58 UTC 2007


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-cpugraph-plugin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2069

Modified Files:
	.cvsignore sources xfce4-cpugraph-plugin.spec 
Removed Files:
	xfce4-cpugraph-0.3.0-asneeded.patch 
Log Message:
* Sat Nov 24 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4.0-1
- Update to 0.4.0
- Remove asneeded patch, fixed upstream
- drop --disable-static



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-cpugraph-plugin/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	5 Oct 2006 12:11:40 -0000	1.3
+++ .cvsignore	24 Nov 2007 04:17:25 -0000	1.4
@@ -1 +1 @@
-xfce4-cpugraph-plugin-0.3.0.tar.bz2
+xfce4-cpugraph-plugin-0.4.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-cpugraph-plugin/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	5 Oct 2006 12:11:40 -0000	1.3
+++ sources	24 Nov 2007 04:17:25 -0000	1.4
@@ -1 +1 @@
-b2ff93a62845289c4a8ed7d45faa7a1f  xfce4-cpugraph-plugin-0.3.0.tar.bz2
+246697fc1e1ec5009aea34d4ef1dca95  xfce4-cpugraph-plugin-0.4.0.tar.gz


Index: xfce4-cpugraph-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-cpugraph-plugin/devel/xfce4-cpugraph-plugin.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xfce4-cpugraph-plugin.spec	28 Apr 2007 16:41:15 -0000	1.10
+++ xfce4-cpugraph-plugin.spec	24 Nov 2007 04:17:25 -0000	1.11
@@ -1,17 +1,16 @@
 Name:		xfce4-cpugraph-plugin
-Version:	0.3.0
-Release:	5%{?dist}
+Version:	0.4.0
+Release:	1%{?dist}
 Summary:	CPU monitor for the Xfce panel
 
 Group:		User Interface/Desktops
 License:	BSD
 URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
-Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
-Patch0:		xfce4-cpugraph-0.3.0-asneeded.patch
+Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	xfce4-panel-devel >= 4.3.20, libxfcegui4-devel  >= 4.3.20, libxml2-devel
-BuildRequires:	perl(XML::Parser)
+BuildRequires:	perl(XML::Parser), gettext
 Requires:	xfce4-panel >= 4.4.0
 
 %description
@@ -21,26 +20,31 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .asneeded
 
 %build
-%configure --disable-static
+%configure
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README NEWS TODO
 %{_libexecdir}/xfce4/panel-plugins/%{name}
 %{_datadir}/xfce4/panel-plugins/*.desktop
 
 %changelog
+* Sat Nov 24 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4.0-1
+- Update to 0.4.0
+- Remove asneeded patch, fixed upstream
+- drop --disable-static
+
 * Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.3.0-5
 - Rebuild for Xfce 4.4.1
 


--- xfce4-cpugraph-0.3.0-asneeded.patch DELETED ---




More information about the fedora-extras-commits mailing list