diff --git a/rrdtool.changes b/rrdtool.changes index bd715d6..93316d8 100644 --- a/rrdtool.changes +++ b/rrdtool.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 9 14:56:57 CEST 2007 - dmueller@suse.de + +- apply python requires only to python-rrdtool subpackage + ------------------------------------------------------------------- Thu Jun 21 22:40:05 CEST 2007 - dmueller@suse.de diff --git a/rrdtool.spec b/rrdtool.spec index 5976806..84e8fdd 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -12,12 +12,12 @@ Name: rrdtool BuildRequires: freetype2-devel libart_lgpl-devel libpng-devel python-devel tcl-devel -License: GNU General Public License (GPL) +License: GPL v2 or later Group: Productivity/Scientific/Math Autoreqprov: on Requires: perl = %{perl_version} Version: 1.2.23 -Release: 21 +Release: 24 Source: %{name}-%{version}.tar.bz2 Source1: cgilib-0.5.tar.bz2 Patch: %{name}-%{version}-ssize.diff @@ -26,8 +26,6 @@ URL: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: A tool for data logging and analysis -%py_requires - %description A tool to log and analyze data gathered from all kinds of data sources. The data analysis part of RRDtool is based on the ability to quickly @@ -169,6 +167,8 @@ Summary: Python bindings for rrdtool Group: Productivity/Scientific/Math Requires: %name = %version +%py_requires + %description -n python-rrdtool A tool to log and analyze data gathered from all kinds of data sources. The data analysis part of RRDtool is based on the ability to quickly @@ -189,6 +189,8 @@ Authors: %{py_sitedir}/* %changelog +* Mon Jul 09 2007 - dmueller@suse.de +- apply python requires only to python-rrdtool subpackage * Thu Jun 21 2007 - dmueller@suse.de - split off python and -devel package to reduce size and make the python dependency optional