diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-01 08:29:04 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-01 08:29:04 +0200 |
commit | e68b0e444bb2cdbd1ff4c8f09ab98ba885dadae9 (patch) | |
tree | 35596c98f07396d8b2bcb06825e386095ed8e7d1 | |
parent | 93b0003cd00c7e6547ff1475a27f692c8c6155f6 (diff) |
php-zendframework*: improve doc management
-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} |