diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec index b597e881eb938185c53ad4f0c328c3832f56841a..a70321bf5930f2245b1ad7673834bf635f7f7ad9 100644 --- a/perl-Archive-Zip.spec +++ b/perl-Archive-Zip.spec @@ -1,8 +1,6 @@ -%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(File::Spec\\)$ - Name: perl-Archive-Zip Version: 1.68 -Release: 2 +Release: 3 Summary: Perl library for accessing Zip archives License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND Info-ZIP URL: https://metacpan.org/release/Archive-Zip @@ -18,7 +16,6 @@ BuildRequires: perl(IO::File) perl(IO::Seekable) perl(Time::Local) perl(vars) p BuildRequires: perl(File::Spec::Unix) perl(Test::More) >= 0.88 BuildRequires: perl(utf8) perl(warnings) unzip zip BuildRequires: perl(Test::MockModule) -Requires: perl(Exporter) perl(File::Spec) >= 0.80 %description The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. @@ -56,6 +53,7 @@ make pure_install DESTDIR=$RPM_BUILD_ROOT make test %files +%license META.json %doc Changes examples/ %{_bindir}/crc32 %{perl_vendorlib}/Archive/ @@ -64,6 +62,9 @@ make test %{_mandir}/man3/Archive*.3* %changelog +* Thu Jul 24 2025 Funda Wang - 1.68-3 +- use perl-generators to scan META.json for requirements + * Tue Jan 14 2025 Funda Wang - 1.68-2 - drop useless perl(:MODULE_COMPAT) requirement