New upstream release, v1.2.17

This commit is contained in:
Jarod Wilson 2007-01-22 22:36:53 +00:00
parent a8864c48c1
commit beb09658fb
3 changed files with 5 additions and 9 deletions

View File

@ -2,3 +2,4 @@ rrdtool-1.2.12.tar.gz
rrdtool-1.2.13.tar.gz
php4-svn839.tar.gz
rrdtool-1.2.15.tar.gz
rrdtool-1.2.17.tar.gz

View File

@ -6,17 +6,14 @@
Summary: Round Robin Database Tool to store and display time-series data
Name: rrdtool
Version: 1.2.15
Release: 9%{?dist}
Version: 1.2.17
Release: 1%{?dist}
License: GPL
Group: Applications/Databases
URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/
Source0: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/pub/%{name}-%{version}.tar.gz
Source1: php4-svn%{php_rrd_svn}.tar.gz
Patch0: rrdtool-1.2.13-php.patch
Patch1: rrdtool-1.2.15-initrrdtool.patch
Patch2: rrdtool-1.2.15-log_grid_leak.patch
Patch3: rrdtool-1.2.15-long_error_string.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gcc-c++, openssl-devel, freetype-devel
BuildRequires: libpng-devel, zlib-devel, libart_lgpl-devel >= 2.0
@ -112,10 +109,8 @@ The %{name}-tcl package includes RRDtool bindings for Tcl.
# Patch based on http://oss.oetiker.ch/rrdtool/pub/contrib/php_rrdtool.tgz
%if %{with_php}
%patch0 -p0 -b .php
%{__perl} -pi -e 's|../config.h|../rrd_config.h|g' php4/rrdtool.c
%endif
%patch1 -p1 -b .initrrdtool
%patch2 -p1 -b .leak
%patch3 -p1 -b .longstring
# Fix to find correct python dir on lib64
%{__perl} -pi -e 's|get_python_lib\(0,0,prefix|get_python_lib\(1,0,prefix|g' \

View File

@ -1,2 +1,2 @@
20f70c46a3643ebc51d7b8562d8af9b2 php4-svn839.tar.gz
bde8b12c202bc4e27fb9a9588a0aaddf rrdtool-1.2.15.tar.gz
ac743fc7f58a195854fff9d70517b193 rrdtool-1.2.17.tar.gz