New upstream release

This commit is contained in:
Chris Ricker 2008-06-16 17:47:13 +00:00
parent 12e54b5ec7
commit 883d1c2107
3 changed files with 9 additions and 8 deletions

View File

@ -1,2 +1,2 @@
php4-r1190.tar.gz
rrdtool-1.3rc9.tar.gz
rrdtool-1.3.0.tar.gz

View File

@ -4,18 +4,16 @@
%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 pre rc9
#define pretag 1.2.99908020600
Summary: Round Robin Database Tool to store and display time-series data
Name: rrdtool
Version: 1.3
Release: 0.20%{?pre:.%{pre}}%{?dist}
Version: 1.3.0
Release: 1%{?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}%{pre}.tar.gz
Source0: http://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz
Source1: php4-%{svnrev}.tar.gz
Patch1: rrdtool-1.3.0-beta4-fix-rrd_update-in-php-bindings.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -142,7 +140,7 @@ The %{name}-ruby package includes RRDtool bindings for Ruby.
%endif
%prep
%setup -q -n %{name}-%{version}%{pre} %{?with_php: -a 1}
%setup -q -n %{name}-%{version} %{?with_php: -a 1}
%if %{with_php}
%patch1 -p1
%endif
@ -329,6 +327,9 @@ find examples/ -type f -exec chmod 0644 {} \;
%endif
%changelog
* Mon Jun 16 2008 Chris Ricker <kaboom@oobleck.net> 1.3.0-1
- Update to rrdtool 1.3.0
* Sun Jun 08 2008 Jarod Wilson <jwilson@redhat.com> 1.3-0.20.rc9
- Update to rrdtool 1.3 rc9
- Minor spec tweaks to permit building on older EL

View File

@ -1,2 +1,2 @@
28074a9c368af013462631959ab90558 php4-r1190.tar.gz
dc12547393e5ad12cc66eef5d649981b rrdtool-1.3rc9.tar.gz
3ea8aa9e733c549fa2c1f8a9bcdf2c8d rrdtool-1.3.0.tar.gz