Disabled php bindings due to rhbz#1353500 and:

https://github.com/oetiker/rrdtool-1.x/issues/724
This commit is contained in:
Jaroslav Škarvada 2016-07-15 15:22:20 +02:00
parent cf26ccc86c
commit dcdb56832e
1 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
%global with_python %{?_without_python: 0} %{?!_without_python: 1}
%global with_php %{?_without_php: 0} %{?!_without_php: 1}
%global with_php %{?_without_php: 0} %{?!_without_php: 0}
%global with_tcl %{?_without_tcl: 0} %{?!_without_tcl: 1}
%global with_ruby %{?_without_ruby: 0} %{?!_without_ruby: 1}
%global with_lua %{?_without_lua: 0} %{?!_without_lua: 1}
@ -17,7 +17,7 @@
Summary: Round Robin Database Tool to store and display time-series data
Name: rrdtool
Version: 1.6.0
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2+ with exceptions
Group: Applications/Databases
URL: http://oss.oetiker.ch/rrdtool/
@ -393,6 +393,10 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \
%endif
%changelog
* Fri Jul 15 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 1.6.0-4
- Disabled php bindings due to rhbz#1353500 and:
https://github.com/oetiker/rrdtool-1.x/issues/724
* Fri Jul 15 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 1.6.0-3
- Rebuilt for php