Changes of Revision 7
[-] | Changed | php-pecl-apc.spec |
1
2 BuildRequires: php-devel >= 5.1.0, httpd-devel, php-pear, pcre-devel, which 3 Requires(post): %{__pecl} 4 Requires(postun): %{__pecl} 5 -%if %{?php_zend_api}0 6 +%if %{defined php_zend_api} 7 # Require clean ABI/API versions if available (Fedora) 8 Requires: php(zend-abi) = %{php_zend_api} 9 Requires: php(api) = %{php_core_api} 10 |