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 | 922e59833470f1a209f86966c3c3ffa1d0977228 (patch) | |
tree | 35b0dc9a56a75117f2ef156dcf5eb70e6ab4e3f4 | |
parent | 846e48cd698f8f69b9b46dd134b4f8349e0b45bf (diff) |
php-zendframework*: improve doc management
-rw-r--r-- | php-zendframework-zend-mvc-plugin-fileprg.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zend-mvc-plugin-fileprg.spec b/php-zendframework-zend-mvc-plugin-fileprg.spec index 9670b12..a49da92 100644 --- a/php-zendframework-zend-mvc-plugin-fileprg.spec +++ b/php-zendframework-zend-mvc-plugin-fileprg.spec @@ -100,6 +100,8 @@ If you want a generic PRG plugin without file upload support, see zend-mvc-plugi %prep %setup -q -n %{gh_project}-%{gh_commit} +mv LICENSE.md LICENSE + %build # Empty build section, nothing required @@ -155,8 +157,8 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} -%license LICENSE.md -%doc CHANGELOG.md CONDUCT.md CONTRIBUTING.md README.md +%license LICENSE +%doc *.md %doc composer.json %{php_home}/Zend/Mvc/Plugin/%{library} |