f38
Jitka Plesnikova 4 years ago
parent 76ecc41029
commit b05f2c190a

1
.gitignore vendored

@ -26,3 +26,4 @@ Net-SSH2-0.28.tar.gz
/Net-SSH2-0.69.tar.gz
/Net-SSH2-0.70.tar.gz
/Net-SSH2-0.71.tar.gz
/Net-SSH2-0.72.tar.gz

@ -1,10 +1,10 @@
Name: perl-Net-SSH2
Version: 0.71
Release: 3%{?dist}
Version: 0.72
Release: 1%{?dist}
Summary: Support for the SSH 2 protocol via libSSH2
License: GPL+ or Artistic
URL: https://metacpan.org/release/Net-SSH2
Source0: https://cpan.metacpan.org/authors/id/R/RK/RKITOVER/Net-SSH2-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/S/SA/SALVA/Net-SSH2-%{version}.tar.gz
# Build
BuildRequires: coreutils
BuildRequires: findutils
@ -25,7 +25,6 @@ BuildRequires: perl(Module::Install::Metadata)
BuildRequires: perl(Module::Install::WriteAll)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: sed
BuildRequires: zlib-devel
# Runtime
BuildRequires: perl(base)
@ -65,7 +64,7 @@ all of the key exchanges, ciphers, and compression of libssh2.
# Remove bundled libraries
rm -r inc
sed -i -e '/^inc\// d' MANIFEST
perl -i -ne 'print $_ unless m{^inc/}' MANIFEST
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1
@ -88,6 +87,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Jan 04 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.72-1
- 0.72 bump
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.71-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (Net-SSH2-0.71.tar.gz) = 3bd9f965786711a47c9a2f7c1288c0c444571dea2fd7ed1e26d60b476b55bb6d0aeb4c3a7c9387c1d2a200734cb62328ea90ef5f89f3e0451f06affc9a13c14a
SHA512 (Net-SSH2-0.72.tar.gz) = bd0453fa3c971111114f17f3972c0d98726020230ef4d5a21ccd102158d427b46ba3b508f95cf9119f2f207b7c2592adb06184db9cb0d7c69de854e7aa7c6851

Loading…
Cancel
Save