New upstream release
This commit is contained in:
parent
12e54b5ec7
commit
883d1c2107
@ -1,2 +1,2 @@
|
||||
php4-r1190.tar.gz
|
||||
rrdtool-1.3rc9.tar.gz
|
||||
rrdtool-1.3.0.tar.gz
|
||||
|
13
rrdtool.spec
13
rrdtool.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user