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 | 5e8730e36f7b950726e0e59c4db915e8fe6d6af0 (patch) | |
tree | 00d8d37556bb206e416a572b4e827fed559c938e | |
parent | 67c05d914d029791bd936ef9ef138bc3c84d00f1 (diff) |
php-zendframework*: improve doc management
-rw-r--r-- | php-zendframework-zend-config.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zend-config.spec b/php-zendframework-zend-config.spec index 2364d8a..c3bd133 100644 --- a/php-zendframework-zend-config.spec +++ b/php-zendframework-zend-config.spec @@ -101,6 +101,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 @@ -145,8 +147,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} |