diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-07 10:53:13 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-07 10:53:13 +0200 |
commit | 85ae781e6e54625fcf686280660ae824515d1ced (patch) | |
tree | 7a8e964db7fedfa76f185ef0ea5c647fff23d397 | |
parent | c4366cd9fe672fd753e5b8b743a1cf9b7c03bed9 (diff) |
php-zendframework-*: ensure proper ownership of /usr/share/php/Zend
-rw-r--r-- | php-zendframework-zend-memory.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/php-zendframework-zend-memory.spec b/php-zendframework-zend-memory.spec index e81086b..d447062 100644 --- a/php-zendframework-zend-memory.spec +++ b/php-zendframework-zend-memory.spec @@ -55,6 +55,8 @@ Requires: php(language) >= 5.3.23 %if 0%{?fedora} >= 21 Suggests: php-composer(%{gh_owner}/zend-cache) %endif +# Autoloader +Requires: php-composer(%{gh_owner}/zend-loader) >= 2.5 %endif # From phpcompatinfo report for version 2.5.1 Requires: php-spl @@ -122,8 +124,7 @@ rm -rf %{buildroot} %license LICENSE.md %doc CONTRIBUTING.md README.md %doc composer.json -%dir %{php_home}/Zend - %{php_home}/Zend/%{library} +%{php_home}/Zend/%{library} %changelog |