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 | 7b0273cf5faf991f58662219b2439de462c635f5 (patch) | |
tree | dbc998bab60941d08dcbeaa177a019712afae5e7 | |
parent | 2eae4a875510af7edd6299b86341c4e4182f9326 (diff) |
php-zendframework*: improve doc management
-rw-r--r-- | php-zendframework-zend-hydrator.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zend-hydrator.spec b/php-zendframework-zend-hydrator.spec index 07eadbf..c31e71e 100644 --- a/php-zendframework-zend-hydrator.spec +++ b/php-zendframework-zend-hydrator.spec @@ -96,6 +96,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 @@ -151,8 +153,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} |