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 | 203dc277b6e1938ae39aaea200e01919fca4a40e (patch) | |
tree | b2cf152209031a9258b71b916f262594a1e73a9e | |
parent | e31837fd15648c9f9a4b0b765c1f719c1a06603f (diff) |
php-zendframework*: improve doc management
-rw-r--r-- | php-zendframework-zend-db.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zend-db.spec b/php-zendframework-zend-db.spec index e997f90..4dfa92f 100644 --- a/php-zendframework-zend-db.spec +++ b/php-zendframework-zend-db.spec @@ -93,6 +93,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 @@ -137,8 +139,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} |