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 | b5c4a4edfc03b9e2c60596404e29e455bea8d53a (patch) | |
tree | 552f2707f0f1636ed5a6ae03aec2da057e27129f /php-zendframework-zend-dom.spec | |
parent | 42406853c924f8b100078f7c93701aee8beb363f (diff) |
php-zendframework*: improve doc management
Diffstat (limited to 'php-zendframework-zend-dom.spec')
-rw-r--r-- | php-zendframework-zend-dom.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zend-dom.spec b/php-zendframework-zend-dom.spec index ec4ad22..e533ec7 100644 --- a/php-zendframework-zend-dom.spec +++ b/php-zendframework-zend-dom.spec @@ -74,6 +74,8 @@ Documentation: https://zendframework.github.io/%{gh_project}/ %prep %setup -q -n %{gh_project}-%{gh_commit} +mv LICENSE.md LICENSE + %build # Empty build section, nothing required @@ -118,8 +120,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} |