diff options
author | Remi Collet <remi@remirepo.net> | 2018-05-15 07:22:59 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-05-15 07:22:59 +0200 |
commit | a0725b98c998380ec9a0182746a00cb08ae381b5 (patch) | |
tree | 2f1c54d80da28cb1f8298692813403d21d5d7edd /php-zendframework-zend-feed.spec | |
parent | c234d2303b3c9b36769326df3f76fd7fd6cdddfa (diff) |
revert cleanup
Diffstat (limited to 'php-zendframework-zend-feed.spec')
-rw-r--r-- | php-zendframework-zend-feed.spec | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/php-zendframework-zend-feed.spec b/php-zendframework-zend-feed.spec index 2058b55..72a8830 100644 --- a/php-zendframework-zend-feed.spec +++ b/php-zendframework-zend-feed.spec @@ -60,7 +60,11 @@ BuildRequires: php-composer(%{gh_owner}/zend-db) >= 2.8.2 BuildRequires: php-composer(%{gh_owner}/zend-http) >= 2.7 BuildRequires: php-composer(%{gh_owner}/zend-servicemanager) >= 2.7.8 BuildRequires: php-composer(%{gh_owner}/zend-validator) >= 2.10.1 +%if 0%{?fedora} >= 26 +%global phpunit %{_bindir}/phpunit6 +%else %global phpunit %{_bindir}/phpunit +%endif BuildRequires: %{phpunit} # Because of boostraped Db BuildRequires: php-composer(%{gh_owner}/zend-eventmanager) >= 2.5 @@ -87,6 +91,13 @@ Requires: php-composer(%{gh_owner}/zend-stdlib) < 4 # "zendframework/zend-validator": "Zend\\Validator component, for validating feeds and Atom entries in the Writer subcomponent" Requires: php-composer(psr/http-message) < 2 Requires: php-composer(psr/http-message) >= 1.0.1 +%if 0%{?fedora} >= 21 +Suggests: php-composer(%{gh_owner}/zend-cache) +Suggests: php-composer(%{gh_owner}/zend-db) +Suggests: php-composer(%{gh_owner}/zend-http) +Suggests: php-composer(%{gh_owner}/zend-servicemanager) +Suggests: php-composer(%{gh_owner}/zend-validator) +%endif %endif # From phpcompatinfo report for version 2.6.0 Requires: php-ctype |