From 18a38287c6892aeaffcff8db09723f361f4477f2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 11 Mar 2017 09:21:26 +0100 Subject: wip --- php-zendframework-zend-diactoros.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'php-zendframework-zend-diactoros.spec') 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 -- cgit