diff options
| author | Remi Collet <remi@remirepo.net> | 2023-08-24 08:34:32 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-08-24 08:34:32 +0200 | 
| commit | fc0c700a7525cd68dee1349c22d5370680e87b39 (patch) | |
| tree | 8b8d1fde64df403f123a8a4db43915e8e1048899 | |
| parent | 19bde149e9cc4299740d9aa31e40b316dfe5644c (diff) | |
F39 build
| -rw-r--r-- | php-pecl-recode.spec | 20 | 
1 files changed, 10 insertions, 10 deletions
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 <remi@remirepo.net> - 1.0.0~DEV.20190723-8 +- F39 build +  * Tue Sep 13 2022 Remi Collet <remi@remirepo.net> - 1.0.0~DEV.20190723-6  - EL-9 build  | 
