From fc0c700a7525cd68dee1349c22d5370680e87b39 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Aug 2023 08:34:32 +0200 Subject: F39 build --- php-pecl-recode.spec | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'php-pecl-recode.spec') diff --git a/php-pecl-recode.spec b/php-pecl-recode.spec index 5d196fc..c86e643 100644 --- a/php-pecl-recode.spec +++ b/php-pecl-recode.spec @@ -1,15 +1,12 @@ # remirepo spec file for php-pecl-recode # -# Copyright (c) 2019-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2019-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -# we don't want -z defs linker flag -%undefine _strict_symbol_defs_build - %if 0%{?scl:1} %scl_package php-pecl-recode %else @@ -28,16 +25,16 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name recode %global upver 1.0.0 -%global lower DEV +%global uplower DEV # After 20-xml %global ini_name 30-%{pecl_name}.ini Summary: A module for PHP applications for using the recode library Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: %{upver}%{?uplower:~%{uplower}}%{?gh_date:.%{gh_date}} +Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -License: PHP +License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{upver}-%{gh_short}.tar.gz @@ -46,10 +43,10 @@ BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.4 BuildRequires: %{?scl_prefix}php-pear BuildRequires: recode-devel +BuildRequires: gdb Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} # Set epoch so provides is > 0:7.3 Obsoletes: %{?scl_prefix}php-%{pecl_name} < 7.4.1 @@ -186,6 +183,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 24 2023 Remi Collet - 1.0.0~DEV.20190723-8 +- F39 build + * Tue Sep 13 2022 Remi Collet - 1.0.0~DEV.20190723-6 - EL-9 build -- cgit