diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-02 11:02:36 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-02 11:02:36 +0200 |
commit | a0da1e489bc2460cbee055922030e863f065ead2 (patch) | |
tree | abaeb77ad7a3432d20c8f42d73607756adafe64c /php-pecl-vld.spec | |
parent | dc8d8908601a381e5a9ae6f5055a2fe1e443752d (diff) |
re-license spec file to CECILL-2.1
Diffstat (limited to 'php-pecl-vld.spec')
-rw-r--r-- | php-pecl-vld.spec | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/php-pecl-vld.spec b/php-pecl-vld.spec index c46fae0..10b5bc0 100644 --- a/php-pecl-vld.spec +++ b/php-pecl-vld.spec @@ -1,19 +1,17 @@ # remirepo spec file for php-pecl-vld # -# Copyright (c) 2013-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2013-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-vld} -%global gh_commit 8146d47ed5883c0b7cb9c5ce980892ce286cd916 -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_owner derickr -%global gh_project vld %global pecl_name vld +%global pie_vend derickr +%global pie_proj vld %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini %global sources %{pecl_name}-%{version} @@ -22,13 +20,11 @@ Summary: Dump the internal representation of PHP scripts Name: %{?scl_prefix}php-pecl-%{pecl_name} License: PHP-3.01 -Version: 0.18.0 -Release: 6%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 0.19.0 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{sources}.tgz -Patch0: %{pecl_name}-upstream.patch - BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.0 @@ -37,10 +33,12 @@ 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} +Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} %description @@ -56,8 +54,6 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml pushd %{sources} -%patch -P0 -p1 - #: Fix version #sed -e 's/"0.16.0"/"%{version}"/' -i vld.c @@ -165,6 +161,10 @@ done %changelog +* Wed Jul 2 2025 Remi Collet <remi@remirepo.net> - 0.19.0-1 +- update to 0.19.0 +- re-license spec file to CECILL-2.1 + * Tue Sep 24 2024 Remi Collet <remi@remirepo.net> - 0.18.0-6 - rebuild for 8.4.0RC1 |