automatic version update by autodist [release 2.14-1mamba;Fri Feb 26 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:25:29 +01:00
parent 90df54ccee
commit df756d72fe

View File

@ -1,16 +1,15 @@
%define PERL_VERSION %(eval `perl -V:version`; echo $version) %define PERL_VERSION %(eval `perl -V:version`; echo $version)
Name: perl-Net-SSH-Perl Name: perl-Net-SSH-Perl
Version: 1.30 Version: 2.14
Release: 3mamba Release: 1mamba
Summary: Perl implementations of both the SSH1 and SSH2 protocols. Summary: Perl implementations of both the SSH1 and SSH2 protocols.
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/D/DB/DBROBINS/Net-SSH-Perl-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/Net/Net-SSH-Perl-%{version}.tar.gz
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: perl-Compress-Zlib BuildRequires: perl-Compress-Zlib
BuildRequires: perl-Convert-PEM BuildRequires: perl-Convert-PEM
@ -58,6 +57,8 @@ cat %{buildroot}%PERL_SITEARCH/auto/Net/SSH/Perl/.packlist | \
sort -u > .packlist sort -u > .packlist
rm -f %{buildroot}%PERL_SITEARCH/auto/Net/SSH/Perl/.packlist rm -f %{buildroot}%PERL_SITEARCH/auto/Net/SSH/Perl/.packlist
rm -f %{buildroot}%{perl_sitelib}/*/Net/SSH/Perl/Util/Win32.pm
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
rm -f .packlist rm -f .packlist
@ -66,6 +67,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 2.14-1mamba
- automatic version update by autodist
* Thu Aug 29 2013 Automatic Build System <autodist@mambasoft.it> 1.30-3mamba * Thu Aug 29 2013 Automatic Build System <autodist@mambasoft.it> 1.30-3mamba
- automatic rebuild by autodist - automatic rebuild by autodist