Fixed build failure due to change in php_zend_api macro type
This commit is contained in:
parent
28521d02a9
commit
5b52716dae
@ -10,7 +10,7 @@
|
||||
Summary: Round Robin Database Tool to store and display time-series data
|
||||
Name: rrdtool
|
||||
Version: 1.4.4
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: GPLv2+ with exceptions
|
||||
Group: Applications/Databases
|
||||
URL: http://oss.oetiker.ch/rrdtool/
|
||||
@ -97,12 +97,8 @@ Group: Development/Languages
|
||||
BuildRequires: php-devel >= 4.0
|
||||
Requires: php >= 4.0
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%if 0%{?php_zend_api}
|
||||
Requires: php(zend-abi) = %{php_zend_api}
|
||||
Requires: php(api) = %{php_core_api}
|
||||
%else
|
||||
Requires: php-api = %{php_apiver}
|
||||
%endif
|
||||
Obsoletes: php-%{name} < %{version}-%{release}
|
||||
Provides: php-%{name} = %{version}-%{release}
|
||||
Provides: php-pecl(rrdtool)
|
||||
@ -357,6 +353,9 @@ find examples/ -type f -exec chmod 0644 {} \;
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Jun 11 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.4-5
|
||||
- Fixed build failure due to change in php_zend_api macro type
|
||||
|
||||
* Fri Jun 10 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.4-4
|
||||
- Perl 5.14 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user