update to 2.142 [release 2.142-1mamba;Thu Aug 31 2023]
This commit is contained in:
parent
df756d72fe
commit
dcc21f13e5
@ -1,6 +1,6 @@
|
|||||||
%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: 2.14
|
Version: 2.142
|
||||||
Release: 1mamba
|
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
|
||||||
@ -11,19 +11,17 @@ URL: https://www.cpan.org
|
|||||||
Source: https://cpan.metacpan.org/modules/by-module/Net/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
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: perl-Compress-Zlib
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: perl-Convert-PEM
|
BuildRequires: libperl
|
||||||
BuildRequires: perl-Crypt-DES
|
BuildRequires: perl(Crypt::Curve25519)
|
||||||
BuildRequires: perl-Crypt-DH
|
BuildRequires: perl(Crypt::IDEA)
|
||||||
BuildRequires: perl-Crypt-DSA
|
BuildRequires: perl(IO::Socket::Socks)
|
||||||
BuildRequires: perl-Crypt-IDEA
|
BuildRequires: perl(Math::GMP)
|
||||||
BuildRequires: perl-Crypt-RSA
|
BuildRequires: perl-CryptX
|
||||||
BuildRequires: perl-devel >= %PERL_VERSION
|
BuildRequires: perl-File-HomeDir
|
||||||
BuildRequires: perl-Digest-HMAC
|
BuildRequires: perl-Scalar-List-Utils
|
||||||
BuildRequires: perl-Digest-SHA1
|
|
||||||
BuildRequires: perl-Math-GMP
|
|
||||||
BuildRequires: perl-Math-Pari
|
|
||||||
BuildRequires: perl-String-CRC32
|
BuildRequires: perl-String-CRC32
|
||||||
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: perl-Digest-BubbleBabble
|
BuildRequires: perl-Digest-BubbleBabble
|
||||||
Requires: perl >= %PERL_VERSION
|
Requires: perl >= %PERL_VERSION
|
||||||
@ -59,6 +57,8 @@ rm -f %{buildroot}%PERL_SITEARCH/auto/Net/SSH/Perl/.packlist
|
|||||||
|
|
||||||
rm -f %{buildroot}%{perl_sitelib}/*/Net/SSH/Perl/Util/Win32.pm
|
rm -f %{buildroot}%{perl_sitelib}/*/Net/SSH/Perl/Util/Win32.pm
|
||||||
|
|
||||||
|
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
rm -f .packlist
|
rm -f .packlist
|
||||||
@ -67,6 +67,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 31 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.142-1mamba
|
||||||
|
- update to 2.142
|
||||||
|
|
||||||
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 2.14-1mamba
|
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 2.14-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user