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 | 97844e6ee80007cd8aef73d871208b8fcac3bec9 (patch) | |
tree | 657453758a5e4534eebcc876173ed40084cce16d | |
parent | 7437fd62805a82347bf83a215aac7475f6d40b8b (diff) |
php-zendframework*: improve doc management
-rw-r--r-- | php-zendframework-zend-mail.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zend-mail.spec b/php-zendframework-zend-mail.spec index ab29811..f97cdc8 100644 --- a/php-zendframework-zend-mail.spec +++ b/php-zendframework-zend-mail.spec @@ -107,6 +107,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 @@ -151,8 +153,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} |