diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-01 08:29:04 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-01 08:29:04 +0200 |
commit | 9a64424fd8e29d5ce60de1bf1fff7070f48bc320 (patch) | |
tree | b731e50ab955840268edd73b663090b5485a0b21 | |
parent | e606287080273625dd6aa2bc85922d180accc215 (diff) |
php-zendframework*: improve doc management
-rw-r--r-- | php-zendframework-zend-memory.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zend-memory.spec b/php-zendframework-zend-memory.spec index 7adabd4..edb3875 100644 --- a/php-zendframework-zend-memory.spec +++ b/php-zendframework-zend-memory.spec @@ -84,6 +84,8 @@ Documentation: https://zendframework.github.io/%{gh_project}/ %prep %setup -q -n %{gh_project}-%{gh_commit} +mv LICENSE.md LICENSE + %build # Empty build section, nothing required @@ -128,8 +130,8 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} -%license LICENSE.md -%doc CONTRIBUTING.md README.md +%license LICENSE +%doc *.md %doc composer.json %{php_home}/Zend/%{library} |