summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-04-20 15:04:04 +0200
committerRemi Collet <remi@php.net>2023-04-20 15:04:04 +0200
commit1f497447e4b9e35386265037be5ce633b0bc38ae (patch)
treec528a4b10168c25e5144906f1eb0b4ef6492b3e1
parent544692e9a9ea79bf8830f958b6d85f287abab24a (diff)
use SPDX license id
-rw-r--r--php-phar-io-manifest2.spec17
1 files 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 <remi@remirepo.net> - 2.0.3-5
+- use SPDX license id
+
* Wed Jul 21 2021 Remi Collet <remi@remirepo.net> - 2.0.3-1
- update to 2.0.3