diff options
-rw-r--r-- | libkolabxml.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkolabxml.spec b/libkolabxml.spec index 6d9d12e..6d1013d 100644 --- a/libkolabxml.spec +++ b/libkolabxml.spec @@ -126,8 +126,8 @@ Java bindings for libkolabxml %package -n php-kolabformat Summary: PHP bindings for libkolabxml Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: php(zend-abi) = %{php_zend_api} -Requires: php(api) = %{php_core_api} +Requires: php(zend-abi) +Requires: php(api) BuildRequires: php >= 5.3 BuildRequires: php-devel >= 5.3 |