- Update to rrdtool 1.3 beta4

This commit is contained in:
Jarod Wilson 2008-02-13 21:09:21 +00:00
parent 7a6d237f33
commit 2563c6287b
3 changed files with 8 additions and 8 deletions

View File

@ -5,3 +5,4 @@ php4-r1190.tar.gz
rrdtool-1.3beta1.tar.gz
rrdtool-1.3beta2.tar.gz
rrdtool-1.3beta3.tar.gz
rrdtool-1.3beta4.tar.gz

View File

@ -4,21 +4,19 @@
%define with_ruby %{?_without_ruby: 0} %{?!_without_ruby: 1}
%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4)
%define svnrev r1190
%define betaver beta3
%define pretag 1.2.99907080300
%define betaver beta4
%define pretag 1.2.99908020600
Summary: Round Robin Database Tool to store and display time-series data
Name: rrdtool
Version: 1.3
Release: 0.7.%{betaver}%{?dist}
Release: 0.8.%{betaver}%{?dist}
License: GPLv2+ with exceptions
Group: Applications/Databases
URL: http://oss.oetiker.ch/rrdtool/
#Source0: http://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz
Source0: http://oss.oetiker.ch/rrdtool/pub/beta/%{name}-%{version}%{betaver}.tar.gz
Source1: php4-%{svnrev}.tar.gz
Patch0: rrdtool-1.3-beta3-text-align.patch
Patch1: rrdtool-1.3-beta3-plug-mem-leak.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: dejavu-lgc-fonts
BuildRequires: gcc-c++, openssl-devel, freetype-devel
@ -142,8 +140,6 @@ The %{name}-ruby package includes RRDtool bindings for Ruby.
%prep
%setup -q -n %{name}-%{pretag} %{?with_php: -a 1}
%patch0 -p1 -b .align
%patch1 -p1 -b .leak
# 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' \
@ -320,6 +316,9 @@ find examples/ -type f -exec chmod 0644 {} \;
%endif
%changelog
* Wed Feb 13 2008 Jarod Wilson <jwilson@redhat.com> 1.3.0-0.8.beta4
- Update to rrdtool 1.3 beta4
* Tue Feb 05 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.3.0-0.7.beta3
- rebuild for new perl (and fix license tag)

View File

@ -1,2 +1,2 @@
28074a9c368af013462631959ab90558 php4-r1190.tar.gz
d4c4cc5e394009f531cb2388ae7f9ce1 rrdtool-1.3beta3.tar.gz
147e036b5d4869974480bdd67bc2ddec rrdtool-1.3beta4.tar.gz