summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-11 09:21:26 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-11 09:21:26 +0100
commit18a38287c6892aeaffcff8db09723f361f4477f2 (patch)
treebc9fc2e6cf3bce9901c4932960a3eee9e42f3d12
parentd6815ecbc230d89f728717b102e67008e9dd15fd (diff)
wip
-rw-r--r--php-zendframework-zend-diactoros.spec5
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