- Update to rrdtool 1.3 beta4
This commit is contained in:
parent
7a6d237f33
commit
2563c6287b
@ -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
|
||||
|
13
rrdtool.spec
13
rrdtool.spec
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user