diff options
-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 |