diff options
Diffstat (limited to 'php-zendframework-zend-diactoros.spec')
-rw-r--r-- | php-zendframework-zend-diactoros.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/php-zendframework-zend-diactoros.spec b/php-zendframework-zend-diactoros.spec index 8c38ad9..1477521 100644 --- a/php-zendframework-zend-diactoros.spec +++ b/php-zendframework-zend-diactoros.spec @@ -36,7 +36,7 @@ Summary: PSR HTTP Message implementations Group: Development/Libraries License: BSD -URL: https://zendframework.github.io/%{gh_project}/ +URL: https://zendframework.github.io/%{github_name}/ # GitHub export does not include tests. # Run php-zendframework-zend-diactoros-get-source.sh to create full source. @@ -86,7 +86,7 @@ A PHP package containing implementations of the accepted PSR-7 HTTP message interfaces [1], as well as a "server" implementation similar to node's http.Server [2]. -Documentation: https://zendframework.github.io/%{gh_project}/ +Documentation: https://zendframework.github.io/%{github_name}/ Autoloader: %{phpdir}/Zend/Diactoros/autoload.php @@ -99,6 +99,7 @@ Autoloader: %{phpdir}/Zend/Diactoros/autoload.php mv LICENSE.md LICENSE + %build : Create autoloader cat <<'AUTOLOAD' | tee src/autoload.php |