From 1661b5b7b9f4229fc0f3d38112a6126439daeece Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 28 Mar 2023 09:17:22 +0100 Subject: [PATCH] Use SPDX-format license tag --- perl-DateTime-Format-Strptime.rpmlintrc | 4 ---- perl-DateTime-Format-Strptime.spec | 5 +++-- 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 perl-DateTime-Format-Strptime.rpmlintrc diff --git a/perl-DateTime-Format-Strptime.rpmlintrc b/perl-DateTime-Format-Strptime.rpmlintrc deleted file mode 100644 index d6054d4..0000000 --- a/perl-DateTime-Format-Strptime.rpmlintrc +++ /dev/null @@ -1,4 +0,0 @@ -from Config import * - -addFilter("spelling-error Summary\(en_US\) strftime -> ") -addFilter("spelling-error %description -l en_US strftime ->") diff --git a/perl-DateTime-Format-Strptime.spec b/perl-DateTime-Format-Strptime.spec index 2238672..8c5a114 100644 --- a/perl-DateTime-Format-Strptime.spec +++ b/perl-DateTime-Format-Strptime.spec @@ -3,7 +3,7 @@ Epoch: 1 Version: 1.79 Release: 7%{?dist} Summary: Parse and format strptime and strftime patterns -License: Artistic 2.0 +License: Artistic-2.0 URL: https://metacpan.org/release/DateTime-Format-Strptime Source0: https://cpan.metacpan.org/modules/by-module/DateTime/DateTime-Format-Strptime-%{version}.tar.gz BuildArch: noarch @@ -43,7 +43,8 @@ BuildRequires: perl(utf8) # Optional Tests BuildRequires: perl(CPAN::Meta) >= 2.120900 BuildRequires: perl(CPAN::Meta::Prereqs) -# Runtime +# Dependencies +# (none) %description This module implements most of strptime(3), the POSIX function that is the