summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-04-21 09:34:25 +0200
committerRemi Collet <remi@php.net>2023-04-21 09:34:25 +0200
commit2403af279ae9d5aaba57e6b4a194fc564ca6c837 (patch)
tree7d307bd384d50940df306e8b535da250df3dcf40
parent78827595a19ac2ce85c12d410307bde64fd2fc06 (diff)
use SPDX license ID
-rw-r--r--php-sebastian-code-unit-reverse-lookup.spec17
1 files changed, 11 insertions, 6 deletions
diff --git a/php-sebastian-code-unit-reverse-lookup.spec b/php-sebastian-code-unit-reverse-lookup.spec
index 2f15c80..fe2182a 100644
--- a/php-sebastian-code-unit-reverse-lookup.spec
+++ b/php-sebastian-code-unit-reverse-lookup.spec
@@ -1,7 +1,7 @@
# remirepo/fedora spec file for php-sebastian-code-unit-reverse-lookup
#
-# Copyright (c) 2016-2017 Remi Collet
-# License: CC-BY-SA
+# Copyright (c) 2016-2023 Remi Collet
+# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
@@ -21,10 +21,10 @@
Name: php-sebastian-%{gh_project}
Version: 1.0.2
-Release: 1%{?dist}
-Summary: Looks up which function or method a line of code belongs to
+Release: 7%{?dist}
+Summary: Looks up which function or method a line of code belongs to, version 1
-License: BSD
+License: BSD-3-Clause
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz
@@ -51,6 +51,8 @@ Provides: php-composer(sebastian/%{gh_project}) = %{version}
%description
Looks up which function or method a line of code belongs to.
+This package provides the version 1 of the library.
+
Autoloader: %{php_home}/%{ns_name}/autoload.php
@@ -75,7 +77,7 @@ touch vendor/autoload.php
: Run upstream test suite
ret=0
-for cmd in php php72 php73 php74 php80; do
+for cmd in php php80 php81 php82; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_name}/autoload.php \
%{_bindir}/phpunit8 --verbose || ret=1
@@ -98,6 +100,9 @@ exit $ret
%changelog
+* Fri Apr 21 2023 Remi Collet <remi@remirepo.net> - 1.0.2-7
+- use SPDX license ID
+
* Mon Nov 30 2020 Remi Collet <remi@remirepo.net> - 1.0.2-1
- update to 1.0.2 (no change)
- switch to phpunit8