From b34913361c300619edcfa73fe499a5fbe1729620 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 19 Jan 2025 14:33:50 +0800 Subject: [PATCH] drop useless perl(:MODULE_COMPAT) requirement --- perl-Test-Simple.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec index fc6cac9..b1a04a0 100644 --- a/perl-Test-Simple.spec +++ b/perl-Test-Simple.spec @@ -3,8 +3,8 @@ Name: perl-%{mod_name} Summary: Basic utilities for writing tests Epoch: 2 Version: 1.302204 -Release: 1 -License: (GPL+ or Artistic) and CC0 and Public Domain +Release: 2 +License: (GPL-1.0-or-later OR Artistic-1.0-Perl) and CC0 and Public Domain URL: https://metacpan.org/release/%{mod_name} Source0: https://cpan.metacpan.org/modules/by-module/Test/%{mod_name}-%{version}.tar.gz BuildArch: noarch @@ -15,7 +15,6 @@ BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(Term::Table) -Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) Requires: perl(Data::Dumper) Requires: perl(Term::ANSIColor) Requires: perl(threads::shared) @@ -46,7 +45,6 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 make test AUTHOR_TESTING=1 %files -%defattr(-,root,root) %license LICENSE %doc Changes README %dir %{perl_vendorlib}/Test/ @@ -66,6 +64,9 @@ make test AUTHOR_TESTING=1 %{_mandir}/man3/Test* %changelog +* Sun Jan 19 2025 Funda Wang - 2:1.302204-2 +- drop useless perl(:MODULE_COMPAT) requirement + * Tue Sep 24 2024 dfh - 2:1.302204-1 - Upgrade version to 1.302204 - Add pending diagnostics functionality -- Gitee