# remirepo/fedora spec file for php-composer-ca-bundle # # Copyright (c) 2016-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %bcond_without tests %global gh_commit 0c5ccfcfea312b5c5a190a21ac5cef93f74baf99 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner composer %global gh_project ca-bundle %global php_home %{_datadir}/php Name: php-composer-ca-bundle Version: 1.5.0 Release: 1%{?dist} Summary: Lets you find a path to the system CA License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} # git snapshot to get everything, despite .gitattributes Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh # Never bundle a CA file Patch0: %{name}-rpm.patch BuildArch: noarch %if %{with tests} BuildRequires: php(language) >= 7.2 BuildRequires: php-openssl BuildRequires: php-pcre BuildRequires: php-cli # From composer.json, "require": { # "symfony/phpunit-bridge": "^4.2 || ^5", # "phpstan/phpstan": "^1.10", # "psr/log": "^1.0", # "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0" BuildRequires: phpunit10 # Autoloader BuildRequires: php-composer(fedora/autoloader) # ca-certificates BuildRequires: %{_sysconfdir}/pki/tls/certs/ca-bundle.crt %endif # From composer.json, "require": { # "ext-openssl": "*", # "ext-pcre": "*", # "php": "^7.2 || ^8.0" Requires: php(language) >= 7.2 Requires: php-openssl Requires: php-pcre # From phpcompatinfo report for version 1.0.3 #nothing # Autoloader Requires: php-composer(fedora/autoloader) # ca-certificates Requires: %{_sysconfdir}/pki/tls/certs/ca-bundle.crt Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} %description Small utility library that lets you find a path to the system CA bundle. Autoloader: %{php_home}/Composer/CaBundle/autoload.php %prep %setup -q -n %{gh_project}-%{gh_commit} %patch -P0 -p0 -b .rpm find src -name \*.rpm -exec rm {} \; cat << 'EOF' | tee src/autoload.php - 1.5.0-1 - update to 1.5.0 - raise dependency on PHP 7.2 * Thu Mar 14 2024 Remi Collet - 1.4.2-1 - update to 1.4.2 (no change) * Mon Feb 26 2024 Remi Collet - 1.4.1-1 - update to 1.4.1 * Mon Dec 18 2023 Remi Collet - 1.4.0-1 - update to 1.4.0 (no change) - drop build dependencies on symfony/process and psr/log * Thu Aug 31 2023 Remi Collet - 1.3.7-1 - update to 1.3.7 (no change) * Thu Jun 8 2023 Remi Collet - 1.3.6-1 - update to 1.3.6 (no change) * Wed Jan 11 2023 Remi Collet - 1.3.5-1 - update to 1.3.5 (no change) * Wed Oct 12 2022 Remi Collet - 1.3.4-1 - update to 1.3.4 (no change) * Wed Jul 20 2022 Remi Collet - 1.3.3-1 - update to 1.3.3 (no change) * Wed May 25 2022 Remi Collet - 1.3.2-1 - update to 1.3.2 (no change) * Sat Oct 30 2021 Remi Collet - 1.3.1-1 - update to 1.3.1 * Wed Oct 27 2021 Remi Collet - 1.3.0-1 - update to 1.3.0 * Fri Oct 1 2021 Remi Collet - 1.2.11-1 - update to 1.2.11 (no change) - allow Symfony 6 * Tue Jun 8 2021 Remi Collet - 1.2.10-1 - update to 1.2.10 (no change) * Tue Jan 12 2021 Remi Collet - 1.2.9-1 - update to 1.2.9 * Mon Aug 24 2020 Remi Collet - 1.2.8-1 - update to 1.2.8 (no change) * Wed Apr 8 2020 Remi Collet - 1.2.7-1 - update to 1.2.7 * Tue Jan 14 2020 Remi Collet - 1.2.6-1 - update to 1.2.6 * Thu Dec 12 2019 Remi Collet - 1.2.5-1 - update to 1.2.5 * Sun Sep 1 2019 Remi Collet - 1.2.4-1 - update to 1.2.4 (no change) * Sat Aug 3 2019 Remi Collet - 1.2.3-1 - update to 1.2.3 * Thu Aug 1 2019 Remi Collet - 1.2.2-1 - update to 1.2.2 * Thu Aug 1 2019 Remi Collet - 1.2.1-1 - update to 1.2.1 - use PHPUnit 8 * Tue Jan 29 2019 Remi Collet - 1.1.4-1 - update to 1.1.4 (no change) * Thu Oct 18 2018 Remi Collet - 1.1.3-1 - update to 1.1.3 (no change) * Thu Aug 9 2018 Remi Collet - 1.1.2-1 - update to 1.1.2 (no change) * Fri Mar 30 2018 Remi Collet - 1.1.1-1 - update to 1.1.1 (no change) - use range dependencies on F27+ - use phpunit6 on F27+ * Thu Nov 30 2017 Remi Collet - 1.1.0-1 - Update to 1.1.0 - allow Symfony 2, 3 and 4 * Tue Nov 14 2017 Remi Collet - 1.0.9-1 - Update to 1.0.9 (no change) * Mon Sep 11 2017 Remi Collet - 1.0.8-1 - Update to 1.0.8 (no change) * Mon Mar 6 2017 Remi Collet - 1.0.7-1 - Update to 1.0.7 - run upstream test suite * Thu Nov 3 2016 Remi Collet - 1.0.6-1 - update to 1.0.6 (no change) * Wed Nov 2 2016 Remi Collet - 1.0.5-1 - update to 1.0.5 (no change) * Thu Oct 20 2016 Remi Collet - 1.0.4-2 - switch from symfony/class-loader to fedora/autoloader * Mon Sep 5 2016 Remi Collet - 1.0.4-1 - update to 1.0.4 (no change) * Tue Jul 19 2016 Remi Collet - 1.0.3-1 - update to 1.0.3 * Sat Apr 30 2016 Remi Collet - 1.0.2-1 - initial package, version 1.0.2