diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index d41188508701df481ee87458e6b54eeaa00043d8..dc1f026da39b38a1cb1aeea456d94b3102c6995a 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -1,10 +1,10 @@ Name: perl-Class-Inspector Version: 1.36 -Release: 2 +Release: 3 Summary: Get information about a class and its structure -License: GPL+ or Artistic -URL: http://search.cpan.org/dist/Class-Inspector/ +License: GPL-1.0-or-later OR Artistic-1.0-Perl +URL: https://search.cpan.org/dist/Class-Inspector/ Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Class-Inspector-%{version}.tar.gz BuildArch: noarch @@ -12,7 +12,6 @@ BuildArch: noarch BuildRequires: make perl-generators BuildRequires: perl(ExtUtils::MakeMaker) perl(File::Spec) >= 0.80 perl(Test::More) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} @@ -38,11 +37,7 @@ provide an easier, more friendly interface to this information. %install -rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* @@ -61,6 +56,9 @@ make test %changelog +* Tue Jan 14 2025 Funda Wang - 1.36-3 +- drop useless perl(:MODULE_COMPAT) requirement + * Tue Oct 25 2022 wangjiang - 1.36-2 - Rebuild for next release