diff --git a/Config-Perl-V-0.33.tgz b/Config-Perl-V-0.33.tgz deleted file mode 100644 index 4c2d6a9e0041f2d16ad8b7dd40f50a7fec2b6359..0000000000000000000000000000000000000000 Binary files a/Config-Perl-V-0.33.tgz and /dev/null differ diff --git a/Config-Perl-V-0.35.tgz b/Config-Perl-V-0.35.tgz new file mode 100644 index 0000000000000000000000000000000000000000..f47060cab4637052e1999058b5c2f45c1707e269 Binary files /dev/null and b/Config-Perl-V-0.35.tgz differ diff --git a/perl-Config-Perl-V.spec b/perl-Config-Perl-V.spec index 858d42e35058f78e7668354b5713cd8f9ea26ee4..8ab7fcb97704e560872d695df87eac568d937be3 100644 --- a/perl-Config-Perl-V.spec +++ b/perl-Config-Perl-V.spec @@ -1,6 +1,6 @@ -%define anolis_release 2 +%define anolis_release 1 Name: perl-Config-Perl-V -Version: 0.33 +Version: 0.35 Epoch: 1 Release: %{anolis_release}%{?dist} Summary: Structured data retrieval of perl -V output @@ -29,7 +29,6 @@ BuildRequires: perl(Test::More) # Building core modules must not require non-core modules when bootstrapping BuildRequires: perl(Test::NoWarnings) %endif -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Suggests: perl(Digest::MD5) Conflicts: perl < 4:5.22.0 @@ -39,6 +38,14 @@ hash combined with the output of "perl -V" that is not stored inside the hash, but only available to the perl binary itself. This package provides Perl module that will return you the output of "perl -V" in a structure. +%package doc +Summary: Documentation files for %{name} +Requires: %{name} = %{EVR} +BuildArch: noarch + +%description doc +The %{name}-doc package contains documentation files for %{name}. + %prep %setup -q -n Config-Perl-V-%{version} %patch0 -p1 @@ -57,11 +64,17 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 make test PERL_CORE=%{defined perl_bootstrap} %files -%doc Changelog CONTRIBUTING.md examples README %{perl_vendorlib}/* %{_mandir}/man3/* +%files doc +%doc Changelog CONTRIBUTING.md examples README + %changelog +* Tue Feb 07 2023 mgb01105731 - 1:0.35-1 +- remove versioned MODULE_COMPAT_ requires +- update to version 0.35 + * Mon Jan 30 2023 Chunmei Xu - 1:0.33-2 - rebuild with perl 5.36.0