f38
Jitka Plesnikova 5 years ago
parent ec635213e6
commit 2393adc551

1
.gitignore vendored

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

@ -1,10 +1,10 @@
Name: perl-Net-SSH2
Version: 0.70
Release: 4%{?dist}
Version: 0.71
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/S/SA/SALVA/Net-SSH2-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/R/RK/RKITOVER/Net-SSH2-%{version}.tar.gz
# Build
BuildRequires: coreutils
BuildRequires: findutils
@ -68,11 +68,11 @@ rm -r inc
sed -i -e '/^inc\// d' MANIFEST
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
make %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
%install
make pure_install DESTDIR=%{buildroot}
%{make_install}
find %{buildroot} -type f -name '*.bs' -size 0 -delete
%{_fixperms} %{buildroot}/*
@ -82,12 +82,15 @@ find %{buildroot} -type f -name '*.bs' -size 0 -delete
make test
%files
%doc Changes README example
%doc Changes README.pod example
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Net*
%{_mandir}/man3/*
%changelog
* Tue Apr 14 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.71-1
- 0.71 bump
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.70-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (Net-SSH2-0.70.tar.gz) = 6a9f783aa28f20d2371636cbc60a99358b0c7015a8f3ab0f402604ce2a4d3776d31f1e5774e62afc40a3c2d3269fa6fca497433d88ca738bfa3189b10cf09a7a
SHA512 (Net-SSH2-0.71.tar.gz) = 3bd9f965786711a47c9a2f7c1288c0c444571dea2fd7ed1e26d60b476b55bb6d0aeb4c3a7c9387c1d2a200734cb62328ea90ef5f89f3e0451f06affc9a13c14a

Loading…
Cancel
Save