From 922e59833470f1a209f86966c3c3ffa1d0977228 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Jul 2016 08:29:04 +0200 Subject: php-zendframework*: improve doc management --- php-zendframework-zend-mvc-plugin-fileprg.spec | 6 ++++-- 1 file 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} -- cgit