From 62cf81d0284fa975abb602c9e14fcdbb9fde39d2 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Fri, 17 Jan 2025 23:57:57 +0800 Subject: [PATCH] drop useless perl(:MODULE_COMPAT) requirement --- perl-Error.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/perl-Error.spec b/perl-Error.spec index a45728f..6b52bdd 100644 --- a/perl-Error.spec +++ b/perl-Error.spec @@ -1,9 +1,9 @@ Name: perl-Error Version: 0.17029 -Release: 3 +Release: 4 Epoch: 1 Summary: Error/exception handling in an OO-ish way -License: (GPL+ or Artistic) and MIT +License: (GPL-1.0-or-later OR Artistic-1.0-Perl) and MIT URL: https://metacpan.org/release/Error Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Error-%{version}.tar.gz BuildArch: noarch @@ -17,7 +17,6 @@ BuildRequires: perl(Scalar::Util) perl(strict) perl(vars) perl(warnings) BuildRequires: perl(base) perl(File::Spec) perl(IO::Handle) BuildRequires: perl(IPC::Open3) perl(lib) perl(Test::More) -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Carp) %description @@ -31,7 +30,6 @@ but the user should throw errors from a sub-class of Error. %package help Summary: Documents for %{name} Buildarch: noarch -Requires: man %description help Man pages and other related documents for %{name}. @@ -45,7 +43,6 @@ perl Makefile.PL INSTALLDIRS=vendor %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist | xargs rm -f %{_fixperms} -c %{buildroot} %check @@ -62,6 +59,9 @@ make test %{_mandir}/man3/Error::Simple.3* %changelog +* Fri Jan 17 2025 Funda Wang - 1:0.17029-4 +- drop useless perl(:MODULE_COMPAT) requirement + * Tue Oct 25 2022 jiangchuangang - 1:0.17029-3 - fix Epoch missing in changelog -- Gitee