version update

This commit is contained in:
zzm_567 2020-07-25 17:06:32 +08:00
parent 52d3cdcb9d
commit 0ecfc975c5
3 changed files with 8 additions and 5 deletions

Binary file not shown.

BIN
Net-HTTP-6.19.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,14 @@
%{bcond_with perl_Net_HTTP_enables_network_test}
Name: perl-Net-HTTP
Version: 6.18
Release: 4
Version: 6.19
Release: 1
Summary: Low-level HTTP connection (client)
License: GPL+ or Artistic
URL: https://metacpan.org/release/Net-HTTP
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl-interpreter perl-generators perl(:VERSION) >= 5.6.2
BuildRequires: perl-generators perl-interpreter perl(:VERSION) >= 5.6.2
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 perl(Getopt::Long) perl(strict)
BuildRequires: perl(base) perl(Carp) perl(Compress::Raw::Zlib)
BuildRequires: perl(IO::Socket::IP) perl(IO::Socket) perl(IO::Socket::SSL) >= 2.012
@ -47,10 +47,10 @@ Documentation for perl-Net-HTTP.
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
%make_build
%{make_build}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
%{make_install}
%{__chmod} -Rf a+rX,u+w,g-w,o-w %buildroot/*
%check
@ -67,5 +67,8 @@ make test
%{_mandir}/man3/*
%changelog
* Sat Jul 25 2020 zhanzhimin <zhanzhimin@huawei.com> - 6.19-1
- 6.19 bump
* Fri Oct 25 2019 Zaiwang Li <lizaiwang@huawei.com> - 6.18-4
- Init Package.