rebuilt with perl 5.36.0 [release 1.7044-2mamba;Mon Apr 17 2023]

This commit is contained in:
Sdk Build System 2024-01-06 08:33:32 +01:00
parent 05fce1ce3a
commit 949ec91a8e

View File

@ -2,21 +2,23 @@
Name: perl-App-cpanminus
Version: 1.7044
Release: 1mamba
Release: 2mamba
Summary: cpanm - get, unpack build and install modules from CPAN
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
URL: https://www.cpan.org/
Source: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl(App::cpanminus::Dependency)
BuildRequires: perl(String::ShellQuote)
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
cpanm - get, unpack build and install modules from CPAN.
@ -54,5 +56,8 @@ done
# %doc README
%changelog
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 1.7044-2mamba
- rebuilt with perl 5.36.0
* Thu Oct 31 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7044-1mamba
- package created using the webbuild interface