summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zendservice-recaptcha.spec
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
commit4e6dcad6e9f9d2283d81941416df88b65075d08a (patch)
tree5fb288ae6ed6325f5faa79dd1178f0d444e0cccc /php-zendframework-zendservice-recaptcha.spec
parentab2493a09542e53af62c07739c50e6b5043dc36d (diff)
php-zendframework*: improve doc management
Diffstat (limited to 'php-zendframework-zendservice-recaptcha.spec')
-rw-r--r--php-zendframework-zendservice-recaptcha.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/php-zendframework-zendservice-recaptcha.spec b/php-zendframework-zendservice-recaptcha.spec
index 9c700b4..f926ff1 100644
--- a/php-zendframework-zendservice-recaptcha.spec
+++ b/php-zendframework-zendservice-recaptcha.spec
@@ -67,6 +67,8 @@ Provides: php-composer(%{gh_owner}/%{pk_project}) = %{version}
%prep
%setup -q -n %{gh_project}-%{gh_commit}
+mv LICENSE.txt LICENSE
+
%build
# Empty build section, nothing required
@@ -108,12 +110,12 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{!?_licensedir:%global license %%doc}
-%license LICENSE.txt
-%doc README.md
+%license LICENSE
+%doc *.md
%doc composer.json
%{php_home}/%{library}
%changelog
* Thu Aug 6 2015 Remi Collet <remi@fedoraproject.org> - 2.0.1-1
-- initial package \ No newline at end of file
+- initial package