From 3f2a4f9335c48722f24b1cb21a09ae2e74dfd086 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.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/php-zendframework.spec b/php-zendframework.spec index 5fc9ded..aa5a0b5 100644 --- a/php-zendframework.spec +++ b/php-zendframework.spec @@ -249,6 +249,8 @@ Documentation: https://zendframework.github.io/ %prep %setup -q -n %{gh_project}-%{gh_commit} +mv LICENSE.md LICENSE + %build # Empty build section, nothing required @@ -260,8 +262,8 @@ Documentation: https://zendframework.github.io/ %files %defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} -%license LICENSE.md -%doc CHANGELOG.md CONDUCT.md CONTRIBUTING.md README.md +%license LICENSE +%doc *.md %doc composer.json -- cgit