From 1f497447e4b9e35386265037be5ce633b0bc38ae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Apr 2023 15:04:04 +0200 Subject: use SPDX license id --- php-phar-io-manifest2.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/php-phar-io-manifest2.spec b/php-phar-io-manifest2.spec index 6a7ce6b..1762992 100644 --- a/php-phar-io-manifest2.spec +++ b/php-phar-io-manifest2.spec @@ -1,7 +1,7 @@ # remirepo/fedora spec file for php-phar-io-manifest2 # -# Copyright (c) 2017-2020 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2017-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -26,10 +26,10 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 2.0.3 -Release: 1%{?dist} +Release: 5%{?dist} Summary: Component for reading phar.io manifest information -License: BSD +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -52,11 +52,7 @@ BuildRequires: php-spl BuildRequires: php-xmlwriter BuildRequires: php-fedora-autoloader-devel >= 1.0.0 %if %{with tests} -%if 0%{?fedora} >= 32 %global phpunit %{_bindir}/phpunit9 -%else -%global phpunit %{_bindir}/phpunit8 -%endif BuildRequires: %{phpunit} %endif @@ -122,7 +118,7 @@ touch vendor/autoload.php : Run upstream test suite ret=0 -for cmd in "php %{phpunit}" php73 php74 php80 php81; do +for cmd in "php %{phpunit}" php80 php81 php82; do if which $cmd; then set $cmd $1 -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ @@ -145,6 +141,9 @@ exit $ret %changelog +* Thu Apr 20 2023 Remi Collet - 2.0.3-5 +- use SPDX license id + * Wed Jul 21 2021 Remi Collet - 2.0.3-1 - update to 2.0.3 -- cgit