diff options
-rw-r--r-- | php-zendframework.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework.spec b/php-zendframework.spec index 5fc9ded..aa5a0b5 100644 --- a/php-zendframework.spec +++ b/php-zendframework.spec @@ -249,6 +249,8 @@ Documentation: https://zendframework.github.io/ %prep %setup -q -n %{gh_project}-%{gh_commit} +mv LICENSE.md LICENSE + %build # Empty build section, nothing required @@ -260,8 +262,8 @@ Documentation: https://zendframework.github.io/ %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 |