diff options
-rw-r--r-- | php-zendframework-zend-stratigility.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zend-stratigility.spec b/php-zendframework-zend-stratigility.spec index d8f46a8..030ac89 100644 --- a/php-zendframework-zend-stratigility.spec +++ b/php-zendframework-zend-stratigility.spec @@ -93,6 +93,8 @@ It allows you to create and dispatch middleware pipelines. %prep %setup -q -n %{gh_project}-%{gh_commit} +mv LICENSE.md LICENSE + : Create dependency autoloader cat << 'EOF' | tee autoload.php <?php @@ -158,8 +160,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} %{php_home}/Zend/%{library}-autoload.php |