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
commit12c1196ab894aadfd8f2ed868413090031e9863b (patch)
tree473f0945764986c7ac308e73f1c910d7c27a9f36
parent275974c9e38d76d1ce0b828315fc86ef5054ccfe (diff)
php-zendframework*: improve doc management
-rw-r--r--php-zendframework-zend-debug.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zend-debug.spec b/php-zendframework-zend-debug.spec
index b54aac7..d40c37a 100644
--- a/php-zendframework-zend-debug.spec
+++ b/php-zendframework-zend-debug.spec
@@ -81,6 +81,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
@@ -125,8 +127,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}