From e68b0e444bb2cdbd1ff4c8f09ab98ba885dadae9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Jul 2016 08:29:04 +0200 Subject: php-zendframework*: improve doc management --- php-zendframework-zendxml.spec | 6 ++++-- 1 file 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} -- cgit