summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-01 08:29:04 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-01 08:29:04 +0200
commit3f2a4f9335c48722f24b1cb21a09ae2e74dfd086 (patch)
treec67c455a864a8cad03ccf691475ced94f926c2c1
parentfe9eb19c7a5b2d97fb6fbd73160e4ebb7f7200fb (diff)
php-zendframework*: improve doc management
-rw-r--r--php-zendframework.spec6
1 files 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