[xfce4-cpugraph-plugin] - Update to 1.0.0 - License change: GPLv2+ instead of BSD - Update Source URL - BR intltool instead

Christoph Wickert cwickert at fedoraproject.org
Thu Oct 7 13:21:31 UTC 2010


commit 4615261a9a0565cfaf78ddb97b0a7f492943d542
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Thu Oct 7 15:21:36 2010 +0200

    - Update to 1.0.0
    - License change: GPLv2+ instead of BSD
    - Update Source URL
    - BR intltool instead of perl(XML::Parser)

 .gitignore                 |    1 +
 sources                    |    2 +-
 xfce4-cpugraph-plugin.spec |   18 +++++++++++++-----
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb9d376..7b34278 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xfce4-cpugraph-plugin-0.4.0.tar.gz
+/xfce4-cpugraph-plugin-1.0.0.tar.bz2
diff --git a/sources b/sources
index b3cc591..dfe464b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-246697fc1e1ec5009aea34d4ef1dca95  xfce4-cpugraph-plugin-0.4.0.tar.gz
+ba08c72b0fe52784d97d0a8d15516e84  xfce4-cpugraph-plugin-1.0.0.tar.bz2
diff --git a/xfce4-cpugraph-plugin.spec b/xfce4-cpugraph-plugin.spec
index f58f701..53477f7 100644
--- a/xfce4-cpugraph-plugin.spec
+++ b/xfce4-cpugraph-plugin.spec
@@ -1,16 +1,18 @@
+%global major_version 1.0
+
 Name:		xfce4-cpugraph-plugin
-Version:	0.4.0
+Version:	1.0.0
 Release:	6%{?dist}
 Summary:	CPU monitor for the Xfce panel
 
 Group:		User Interface/Desktops
-License:	BSD
+License:	GPLv2+
 URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
-Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz
+Source0:	http://archive.xfce.org/src/panel-plugins/%{name}/%{major_version}/%{name}-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	xfce4-panel-devel >= 4.4.0, libxfcegui4-devel  >= 4.4.0, libxml2-devel
-BuildRequires:	perl(XML::Parser), gettext
+BuildRequires:	intltool, gettext
 Requires:	xfce4-panel >= 4.4.1
 
 %description
@@ -35,11 +37,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog README NEWS TODO
+%doc AUTHORS COPYING ChangeLog README NEWS
 %{_libexecdir}/xfce4/panel-plugins/%{name}
 %{_datadir}/xfce4/panel-plugins/*.desktop
 
 %changelog
+* Thu Oct 07 2010 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.0-1
+- Update to 1.0.0
+- License change: GPLv2+ instead of BSD
+- Update Source URL
+- BR intltool instead of perl(XML::Parser)
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list