diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-25 07:21:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-25 07:21:49 +0200 |
commit | e7d68c67a1b3cd23dc64303655b8726beaf9941f (patch) | |
tree | 473a4a5e77593a6450f358d007423390cf22f4dd | |
parent | f47269f1b05bff9d925a5217640ae76d9176f9b1 (diff) |
ZF: add documentation link in all packages
-rw-r--r-- | php-zendframework-zend-console.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/php-zendframework-zend-console.spec b/php-zendframework-zend-console.spec index 5ea0776..814897e 100644 --- a/php-zendframework-zend-console.spec +++ b/php-zendframework-zend-console.spec @@ -87,6 +87,8 @@ Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} %description Zend\Console is a component to design and implement console applications in PHP. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} @@ -146,4 +148,4 @@ rm -rf %{buildroot} - fix description * Tue Aug 4 2015 Remi Collet <remi@fedoraproject.org> - 2.5.1-1 -- initial package
\ No newline at end of file +- initial package |