diff options
-rw-r--r-- | php-pecl-pcov.spec | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/php-pecl-pcov.spec b/php-pecl-pcov.spec index 8dd8ea7..59d1560 100644 --- a/php-pecl-pcov.spec +++ b/php-pecl-pcov.spec @@ -1,14 +1,16 @@ # remirepo spec file for php-pecl-pcov # -# Copyright (c) 2019-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2019-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # %{?scl:%scl_package php-pecl-pcov} %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} +%global pie_vend pecl +%global pie_proj pcov %global pecl_name pcov %global ini_name 40-%{pecl_name}.ini %global sources %{pecl_name}-%{version} @@ -17,7 +19,7 @@ Summary: Code coverage driver Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.0.12 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{sources}.tgz @@ -30,10 +32,11 @@ BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} -Provides: %{?scl_prefix}php-%{pecl_name} = %{version} -Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} -Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} -Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +Provides: %{?scl_prefix}php-%{pecl_name} = %{version} +Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} +Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} %description @@ -176,6 +179,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 1.0.12-2 +- rebuild for 8.5.0alpha3 + * Wed Dec 4 2024 Remi Collet <remi@remirepo.net> - 1.0.12-1 - update to 1.0.12 - drop patch merged upstream |