From 47e5a20ff7c1e081b464bb74ad071d1487081643 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Apr 2022 07:44:59 +0200 Subject: update to 3.20.0 add MIT License --- php-pecl-protobuf.spec | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'php-pecl-protobuf.spec') diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index afcfc32..5b2d925 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -18,19 +18,18 @@ %global with_zts 0 %global ini_name 40-%{pecl_name}.ini %global upstream_version 3.20.0 -%global upstream_prever RC2 +#global upstream_prever RC2 Summary: Mechanism for serializing structured data Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -License: BSD +# protobuf extension is BSD +# third_party/utf8_range is MIT +License: BSD and MIT URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz -# https://github.com/protocolbuffers/protobuf/issues/9654 -Source1: https://raw.githubusercontent.com/protocolbuffers/protobuf/v3.20.0-rc2/third_party/utf8_range/utf8_range.h - BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.0 @@ -79,9 +78,8 @@ sed -e 's/role="test"/role="src"/' \ %{!?_licensedir:-e '/LICENSE/s/role="src"/role="doc"/' } \ -i package.xml - cd NTS -cp %{SOURCE1} third_party/utf8_range/utf8_range.h +cp third_party/utf8_range/LICENSE LICENSE.utf8_range # Sanity check, really often broken extver=$(sed -n '/#define PHP_PROTOBUF_VERSION/{s/.* "//;s/".*$//;p}' protobuf.h) @@ -188,7 +186,7 @@ fi %files -%{?_licensedir:%license NTS/LICENSE} +%{?_licensedir:%license NTS/LICENSE*} %{!?_licensedir:%doc %{pecl_docdir}/%{pecl_name}} %{pecl_xmldir}/%{name}.xml @@ -202,6 +200,10 @@ fi %changelog +* Sun Apr 3 2022 Remi Collet - 3.20.0-1 +- update to 3.20.0 +- add MIT License + * Mon Mar 21 2022 Remi Collet - 3.20.0~RC2-1 - update to 3.20.0RC2 -- cgit