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 | a766561e0db636ecd9404598728ae6c99b84e724 (patch) | |
tree | e3429b5052a5e76401481a3329460f3f76657094 | |
parent | 81b76f5cba5274cf391370a987acddf631dffc31 (diff) |
php-zendframework*: improve doc management
-rw-r--r-- | php-zendframework-zend-server.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zend-server.spec b/php-zendframework-zend-server.spec index 79677d0..c022965 100644 --- a/php-zendframework-zend-server.spec +++ b/php-zendframework-zend-server.spec @@ -82,6 +82,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 @@ -127,8 +129,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} |