diff options
Diffstat (limited to 'php-zendframework-zend-mvc-plugin-identity.spec')
-rw-r--r-- | php-zendframework-zend-mvc-plugin-identity.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zend-mvc-plugin-identity.spec b/php-zendframework-zend-mvc-plugin-identity.spec index 0328e23..03d6044 100644 --- a/php-zendframework-zend-mvc-plugin-identity.spec +++ b/php-zendframework-zend-mvc-plugin-identity.spec @@ -89,6 +89,8 @@ the current identity as provided by zend-authentication. %prep %setup -q -n %{gh_project}-%{gh_commit} +mv LICENSE.md LICENSE + : Create dependency autoloader cat << 'EOF' | tee autoload.php <?php @@ -152,8 +154,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/Plugin/%{library} %{php_home}/Zend/Mvc-Plugin-%{library}-autoload.php |