# remirepo/Fedora spec file for php-laminas-stdlib # # Copyright (c) 2015-2023 Remi Collet # License: CC-BY-SA-4.0 # 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 dd35c868075bad80b6718959740913e178eb4274 %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.17.0 Release: 1%{?dist} Summary: Laminas Framework %{library} component License: BSD-3-Clause 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) >= 8.1 # 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.5", # "phpbench/phpbench": "^1.2.9", # "phpunit/phpunit": "^10.0.16", # "psalm/plugin-phpunit": "^0.18.4", # "vimeo/psalm": "^5.8" %global phpunit %{_bindir}/phpunit10 BuildRequires: phpunit10 >= 10.0.16 %endif # Autoloader BuildRequires: php-fedora-autoloader-devel # From composer, "require": { # "php": "~8.1.0 || ~8.2.0" Requires: php(language) >= 8.1 # 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.17.0-1 - update to 3.17.0 - raise dependency on PHP 8.1 - switch to phpunit10 * Tue Dec 6 2022 Remi Collet - 3.16.1-1 - update to 3.16.1 * Thu Dec 1 2022 Remi Collet - 3.16.0-1 - update to 3.16.0 * Tue Oct 11 2022 Remi Collet - 3.15.0-1 - update to 3.15.0 - raise dependency on PHP 8.0 * Tue Sep 20 2022 Remi Collet - 3.13.0-1 - update to 3.13.0 - raise dependency on PHP 7.4 * Thu Jul 28 2022 Remi Collet - 3.11.0-1 - update to 3.11.0 * Fri Jun 10 2022 Remi Collet - 3.10.1-1 - update to 3.10.1 * Thu Jun 9 2022 Remi Collet - 3.10.0-1 - update to 3.10.0 * Thu Jun 9 2022 Remi Collet - 3.9.1-1 - update to 3.9.1 * Mon Jan 24 2022 Remi Collet - 3.7.1-1 - update to 3.7.1 * Mon Jan 10 2022 Remi Collet - 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