From 995e6547d81c2e33cba5e6e0d884410012eb4c04 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 10 Apr 2023 12:49:30 +0100 Subject: [PATCH] Use SPDX-format license tag --- perl-ExtUtils-InstallPaths.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/perl-ExtUtils-InstallPaths.spec b/perl-ExtUtils-InstallPaths.spec index be7b99b..94b70c7 100644 --- a/perl-ExtUtils-InstallPaths.spec +++ b/perl-ExtUtils-InstallPaths.spec @@ -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.