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 | ad61e562c4382ca8e3dfcaf4103e7df9c13630b6 (patch) | |
tree | d8486291ed6652aee411f11af9ccd18387156f39 | |
parent | 0f13754af26842cf749b18f791564505ec999c63 (diff) |
php-zendframework*: improve doc management
-rw-r--r-- | php-zendframework-zend-mvc-i18n.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zend-mvc-i18n.spec b/php-zendframework-zend-mvc-i18n.spec index 6c5edd8..cd8b5e5 100644 --- a/php-zendframework-zend-mvc-i18n.spec +++ b/php-zendframework-zend-mvc-i18n.spec @@ -110,6 +110,8 @@ two components. %prep %setup -q -n %{gh_project}-%{gh_commit} +mv LICENSE.md LICENSE + : Create dependency autoloader cat << 'EOF' | tee autoload.php <?php @@ -175,8 +177,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/%{library} %{php_home}/Zend/Mvc-%{library}-autoload.php |