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 | 72fe966dbb66ad30cfedc9355f9637d6b6f94252 (patch) | |
tree | 6781baacc450f64869a4959c0170449fd41bcead /php-zendframework-zend-xmlrpc.spec | |
parent | ed87a58cf35cb6e59f9c39b04ea4bf7ca6fac23d (diff) |
php-zendframework*: improve doc management
Diffstat (limited to 'php-zendframework-zend-xmlrpc.spec')
-rw-r--r-- | php-zendframework-zend-xmlrpc.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zend-xmlrpc.spec b/php-zendframework-zend-xmlrpc.spec index 0305003..ad1a250 100644 --- a/php-zendframework-zend-xmlrpc.spec +++ b/php-zendframework-zend-xmlrpc.spec @@ -111,6 +111,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 @@ -156,8 +158,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} |