- Drop php bindings patch, rrd_update changed back to its prior prototype
post-beta (#467593)
This commit is contained in:
parent
2453c83f49
commit
2f027e6de6
10
rrdtool.spec
10
rrdtool.spec
@ -9,13 +9,12 @@
|
||||
Summary: Round Robin Database Tool to store and display time-series data
|
||||
Name: rrdtool
|
||||
Version: 1.3.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?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
|
||||
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)
|
||||
Requires: dejavu-lgc-fonts
|
||||
BuildRequires: gcc-c++, openssl-devel, freetype-devel
|
||||
@ -142,9 +141,6 @@ The %{name}-ruby package includes RRDtool bindings for Ruby.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version} %{?with_php: -a 1}
|
||||
%if %{with_php}
|
||||
%patch1 -p1
|
||||
%endif
|
||||
|
||||
# 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' \
|
||||
@ -329,6 +325,10 @@ find examples/ -type f -exec chmod 0644 {} \;
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Oct 20 2008 Jarod Wilson <jarod@redhat.com> 1.3.4-2
|
||||
- Drop php bindings patch, rrd_update changed back to its
|
||||
prior prototype post-beta (#467593)
|
||||
|
||||
* Mon Oct 06 2008 Jarod Wilson <jarod@redhat.com> 1.3.4-1
|
||||
- Update to rrdtool 1.3.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user