diff --git a/.gitignore b/.gitignore index f3a0aec..89a15cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /php-zendframework-zend-http-2.5.3-21174ba.tgz /php-zendframework-zend-http-2.5.4-7b920b4.tgz +/php-zendframework-zend-http-2.5.5-98b1cac.tgz diff --git a/php-zendframework-zend-http.spec b/php-zendframework-zend-http.spec index f94cbe5..643d0a0 100644 --- a/php-zendframework-zend-http.spec +++ b/php-zendframework-zend-http.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 7b920b4ec34b5ee58f76eb4e8c408b083121953c +%global gh_commit 98b1cac0bc7a91497c5898184281abcd0e24c8d6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-http @@ -20,13 +20,13 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.5.4 +Version: 2.5.5 Release: 1%{?dist} Summary: Zend Framework %{library} component Group: Development/Libraries License: BSD -URL: http://framework.zend.com/ +URL: https://framework.zend.com/ Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -94,16 +94,21 @@ Since much of what PHP does is web-based, specifically HTTP, it makes sense to have a performant, extensible, concise and consistent API to do all things HTTP. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} +mv LICENSE.md LICENSE + %build # Empty build section, nothing required %install + mkdir -p %{buildroot}%{php_home}/Zend/ cp -pr src %{buildroot}%{php_home}/Zend/%{library} @@ -123,20 +128,24 @@ Zend\Loader\AutoloaderFactory::factory(array( require_once '%{php_home}/Zend/autoload.php'; EOF -%{_bindir}/phpunit --include-path=%{buildroot}%{php_home} +%{_bindir}/phpunit --verbose %else : Test suite disabled %endif %files -%license LICENSE.md -%doc CONTRIBUTING.md README.md +%{!?_licensedir:%global license %%doc} +%license LICENSE +%doc *.md %doc composer.json %{php_home}/Zend/%{library} %changelog +* Mon Aug 8 2016 Remi Collet - 2.5.5-1 +- version 2.5.5 + * Fri Feb 5 2016 Remi Collet - 2.5.4-1 - version 2.5.4 diff --git a/sources b/sources index c9c4d2c..e58e12e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fef2fafee2523474f09a6c4372b63e77 php-zendframework-zend-http-2.5.4-7b920b4.tgz +2bda5dcff28155f3754a3d08f66b796e php-zendframework-zend-http-2.5.5-98b1cac.tgz