diff --git a/perl-ExtUtils-Install.spec b/perl-ExtUtils-Install.spec index ad4d49e1dd5ad1c5ade3bbaa9733104cbb453c8a..7d2eb80bc85a2a582e598775bd743a5d245b447a 100644 --- a/perl-ExtUtils-Install.spec +++ b/perl-ExtUtils-Install.spec @@ -1,9 +1,9 @@ %define mod_name ExtUtils-Install Name: perl-%{mod_name} Version: 2.22 -Release: 1 +Release: 2 Summary: Install Perl files from here to there -License: GPL+ or Artistic +License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/%{mod_name} Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{mod_name}-%{version}.tar.gz BuildArch: noarch @@ -17,7 +17,6 @@ BuildRequires: perl(File::Compare) perl(File::Copy) perl(File::Find) BuildRequires: perl(File::Path) perl(File::Spec) perl(vars) BuildRequires: perl(diagnostics) perl(ExtUtils::MM) BuildRequires: perl(File::Temp) perl(Test::More) -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(AutoSplit) perl(Data::Dumper) perl(File::Compare) Recommends: perl(POSIX) @@ -29,7 +28,6 @@ Perl modules installing and uninstalling %package help Summary: Documents for %{name} Buildarch: noarch -Requires: man %description help Man pages and other related documents for %{name}. @@ -58,6 +56,9 @@ make test %{_mandir}/man3/* %changelog +* Sat Jan 18 2025 Funda Wang - 2.22-2 +- drop useless perl(:MODULE_COMPAT) requirement + * Wed Jul 19 2023 leeffo - 2.22-1 - upgrade to version 2.22