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 | 12c1196ab894aadfd8f2ed868413090031e9863b (patch) | |
tree | 473f0945764986c7ac308e73f1c910d7c27a9f36 /php-zendframework-zend-debug.spec | |
parent | 275974c9e38d76d1ce0b828315fc86ef5054ccfe (diff) |
php-zendframework*: improve doc management
Diffstat (limited to 'php-zendframework-zend-debug.spec')
-rw-r--r-- | php-zendframework-zend-debug.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zend-debug.spec b/php-zendframework-zend-debug.spec index b54aac7..d40c37a 100644 --- a/php-zendframework-zend-debug.spec +++ b/php-zendframework-zend-debug.spec @@ -81,6 +81,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 @@ -125,8 +127,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} |