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
commit427c1509734aa9efc16f73d73569d159c4d5cf42 (patch)
treee0d337f703ee00f81318894962aa4e1edb773527
parent1ca4285495349120be0cb88100929b7eb5ae175f (diff)
php-zendframework*: improve doc management
-rw-r--r--php-zendframework-zend-mvc-plugin-identity.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/php-zendframework-zend-mvc-plugin-identity.spec b/php-zendframework-zend-mvc-plugin-identity.spec
index 0328e23..03d6044 100644
--- a/php-zendframework-zend-mvc-plugin-identity.spec
+++ b/php-zendframework-zend-mvc-plugin-identity.spec
@@ -89,6 +89,8 @@ the current identity as provided by zend-authentication.
%prep
%setup -q -n %{gh_project}-%{gh_commit}
+mv LICENSE.md LICENSE
+
: Create dependency autoloader
cat << 'EOF' | tee autoload.php
<?php
@@ -152,8 +154,8 @@ rm -rf %{buildroot}
%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
%{php_home}/Zend/Mvc/Plugin/%{library}
%{php_home}/Zend/Mvc-Plugin-%{library}-autoload.php