Use SPDX-format license tag

This commit is contained in:
Paul Howarth 2023-04-10 12:49:30 +01:00
parent 60286ed85e
commit 995e6547d8

View File

@ -2,7 +2,7 @@ Name: perl-ExtUtils-InstallPaths
Version: 0.012
Release: 17%{?dist}
Summary: Build.PL install path logic made easy
License: GPL+ or Artistic
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/ExtUtils-InstallPaths
Source0: https://cpan.metacpan.org/modules/by-module/ExtUtils/ExtUtils-InstallPaths-%{version}.tar.gz
BuildArch: noarch
@ -24,7 +24,8 @@ BuildRequires: perl(Config)
BuildRequires: perl(File::Spec::Functions) >= 0.83
BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::More)
# Runtime
# Dependencies
# (none)
%description
This module tries to make install path resolution as easy as possible.