# remirepo/Fedora spec file for php-laminas-stdlib # # Copyright (c) 2015-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %bcond_with bootstrap %if %{with bootstrap} %bcond_with tests %else %bcond_without tests %endif %global gh_commit cba75fad2053bb5dc8d3e7f5e62b61d75eecfaf1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-stdlib %global zf_name zend-stdlib %global php_home %{_datadir}/php %global namespace Laminas %global library Stdlib Name: php-%{gh_project} Version: 3.7.0 Release: 1%{?dist} Summary: Laminas Framework %{library} component License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh BuildArch: noarch # Tests %if %{with tests} BuildRequires: php(language) >= 7.3 # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(%{gh_owner}/laminas-zendframework-bridge) >= 1.0 with php-composer(%{gh_owner}/laminas-zendframework-bridge) < 2) # remirepo:3 %else BuildRequires: php-laminas-zendframework-bridge %endif BuildRequires: php-iconv BuildRequires: php-intl BuildRequires: php-mbstring BuildRequires: php-pcre BuildRequires: php-posix BuildRequires: php-spl # From composer, "require-dev": { # "laminas/laminas-coding-standard": "~2.3.0", # "phpbench/phpbench": "^1.0", # "phpunit/phpunit": "^9.3.7", # "psalm/plugin-phpunit": "^0.16.0", # "vimeo/psalm": "^4.7" %global phpunit %{_bindir}/phpunit9 BuildRequires: phpunit9 >= 9.3.7 %endif # Autoloader BuildRequires: php-fedora-autoloader-devel # From composer, "require": { # "php": "^7.3 || ~8.0.0 || ~8.1.0" Requires: php(language) >= 7.3 # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 # only require for compatibility layer Requires: (php-composer(%{gh_owner}/laminas-zendframework-bridge) >= 1.0 with php-composer(%{gh_owner}/laminas-zendframework-bridge) < 2) # remirepo:3 %else Requires: php-laminas-zendframework-bridge %endif # From phpcompatinfo report for version 3.2.1 Requires: php-iconv Requires: php-intl Requires: php-mbstring Requires: php-pcre Requires: php-posix Requires: php-spl # Autoloader Requires: php-composer(fedora/autoloader) # remirepo:2 Obsoletes: php-ZendFramework2-%{library} < 2.5 Provides: php-ZendFramework2-%{library} = %{version} # Compatibily ensure by the bridge Obsoletes: php-zendframework-%{zf_name} < 3.2.2 Provides: php-zendframework-%{zf_name} = %{version} Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} Provides: php-composer(zendframework/%{zf_name}) = %{version} Provides: php-autoloader(%{gh_owner}/%{gh_project}) = %{version} Provides: php-autoloader(zendframework/%{zf_name}) = %{version} %description %{gh_project} is a set of components that implements general purpose utility class for different scopes like: * array utilities functions; * general messaging systems; * string wrappers; * etc. https://docs.laminas.dev/%{gh_project}/ %prep %setup -q -n %{gh_project}-%{gh_commit} mv LICENSE.md LICENSE %build phpab --template fedora --output src/autoload.php src cat << 'EOF' | tee zf.php - 3.7.0-1 - update to 3.7.0 * Mon Jan 3 2022 Remi Collet - 3.6.4-1 - update to 3.6.4 * Wed Dec 8 2021 Remi Collet - 3.6.2-1 - update to 3.6.2 * Wed Nov 10 2021 Remi Collet - 3.6.1-1 - update to 3.6.1 * Fri Sep 3 2021 Remi Collet - 3.6.0-1 - update to 3.6.0 * Wed Aug 4 2021 Remi Collet - 3.5.0-1 - update to 3.5.0 (no change) - keep compatibility using laminas-zendframework-bridge as this is only used using compat autolader * Tue Jun 29 2021 Remi Collet - 3.4.0-1 - update to 3.4.0 * Mon Nov 23 2020 Remi Collet - 3.3.1-1 - update to 3.3.1 * Tue Aug 25 2020 Remi Collet - 3.3.0-1 - update to 3.3.0 - raise dependency on PHP 7.3 - switch to phpunit 9.3 * Fri Jan 17 2020 Remi Collet - 3.2.1-3 - cleanup * Mon Jan 6 2020 Remi Collet - 3.2.1-2 - switch to Laminas * Wed Aug 29 2018 Remi Collet - 3.2.1-1 - update to 3.2.1 * Mon Aug 27 2018 Remi Collet - 3.2.0-2 - add patch for PHP 7.3 from https://github.com/zendframework/zend-stdlib/pull/93 * Wed May 2 2018 Remi Collet - 3.2.0-1 - update to 3.2.0 - switch to phpunit6 or phpunit7 * Mon Apr 16 2018 Remi Collet - 3.1.1-1 - update to 3.1.1 * Thu Nov 23 2017 Remi Collet - 3.1.0-6 - provide php-autoloader(zendframework/zend-stdlib) * Thu Nov 23 2017 Remi Collet - 3.1.0-5 - switch from zend-loader to fedora/autoloader * Tue Oct 24 2017 Remi Collet - 3.1.0-4 - fix FTBFS from Koschei, add patch for PHP 7.2 from https://github.com/zendframework/zend-stdlib/pull/81 * Tue Sep 13 2016 Remi Collet - 3.1.0-1 - update to 3.1.0 - raise dependency on PHP >= 5.6 * Wed Jun 29 2016 Remi Collet - 3.0.1-1 - update to 3.0.1 for ZendFramework 3 - drop dependency on zend-hydrator * Wed Apr 13 2016 Remi Collet - 2.7.7-1 - update to 2.7.7 * Fri Feb 19 2016 Remi Collet - 2.7.6-1 - update to 2.7.6 - raise dependency on zendframework/zend-hydrator >= 1.1 * Tue Feb 16 2016 Remi Collet - 2.7.5-1 - update to 2.7.5 * Thu Jan 28 2016 Remi Collet - 2.7.4-1 - update to 2.7.4 - add dependency on zendframework/zend-hydrator ^1.0.0 * Tue Aug 4 2015 Remi Collet - 2.5.2-1 - initial package