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 | 9c33dea2be462d7974e2fe551cabf79731b753ca (patch) | |
tree | baf05bb6eebc0eb1c3e9688087fac2828fc4d893 /php-zendframework-zend-cache.spec | |
parent | c41004e44144d8a95cc9f4f1d11f601d46825f0a (diff) |
php-zendframework*: improve doc management
Diffstat (limited to 'php-zendframework-zend-cache.spec')
-rw-r--r-- | php-zendframework-zend-cache.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zend-cache.spec b/php-zendframework-zend-cache.spec index d181d45..e4bd7e3 100644 --- a/php-zendframework-zend-cache.spec +++ b/php-zendframework-zend-cache.spec @@ -122,6 +122,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 @@ -166,8 +168,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} |