SHA256
1
0
forked from pool/rrdtool
OBS User unknown 2007-07-10 17:08:42 +00:00 committed by Git OBS Bridge
parent 4e7568e12f
commit fb2f79e4d4
2 changed files with 11 additions and 4 deletions

View File

@ -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 Thu Jun 21 22:40:05 CEST 2007 - dmueller@suse.de

View File

@ -12,12 +12,12 @@
Name: rrdtool Name: rrdtool
BuildRequires: freetype2-devel libart_lgpl-devel libpng-devel python-devel tcl-devel 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 Group: Productivity/Scientific/Math
Autoreqprov: on Autoreqprov: on
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Version: 1.2.23 Version: 1.2.23
Release: 21 Release: 24
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Source1: cgilib-0.5.tar.bz2 Source1: cgilib-0.5.tar.bz2
Patch: %{name}-%{version}-ssize.diff Patch: %{name}-%{version}-ssize.diff
@ -26,8 +26,6 @@ URL: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: A tool for data logging and analysis Summary: A tool for data logging and analysis
%py_requires
%description %description
A tool to log and analyze data gathered from all kinds of data sources. 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 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 Group: Productivity/Scientific/Math
Requires: %name = %version Requires: %name = %version
%py_requires
%description -n python-rrdtool %description -n python-rrdtool
A tool to log and analyze data gathered from all kinds of data sources. 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 The data analysis part of RRDtool is based on the ability to quickly
@ -189,6 +189,8 @@ Authors:
%{py_sitedir}/* %{py_sitedir}/*
%changelog %changelog
* Mon Jul 09 2007 - dmueller@suse.de
- apply python requires only to python-rrdtool subpackage
* Thu Jun 21 2007 - dmueller@suse.de * Thu Jun 21 2007 - dmueller@suse.de
- split off python and -devel package to reduce - split off python and -devel package to reduce
size and make the python dependency optional size and make the python dependency optional