diff options
-rw-r--r-- | php-zendframework-zendxml.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zendxml.spec b/php-zendframework-zendxml.spec index 0296762..8499cd3 100644 --- a/php-zendframework-zendxml.spec +++ b/php-zendframework-zendxml.spec @@ -70,6 +70,8 @@ An utility component for XML usage and best practices in PHP. %prep %setup -q -n %{gh_project}-%{gh_commit} +mv LICENSE.md LICENSE + %build # Empty build section, nothing required @@ -117,8 +119,8 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} -%license LICENSE.md -%doc README.md +%license LICENSE +%doc *.md %doc composer.json %{php_home}/%{library} |