version update
This commit is contained in:
parent
52d3cdcb9d
commit
0ecfc975c5
Binary file not shown.
BIN
Net-HTTP-6.19.tar.gz
Normal file
BIN
Net-HTTP-6.19.tar.gz
Normal file
Binary file not shown.
@ -1,14 +1,14 @@
|
|||||||
%{bcond_with perl_Net_HTTP_enables_network_test}
|
%{bcond_with perl_Net_HTTP_enables_network_test}
|
||||||
|
|
||||||
Name: perl-Net-HTTP
|
Name: perl-Net-HTTP
|
||||||
Version: 6.18
|
Version: 6.19
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: Low-level HTTP connection (client)
|
Summary: Low-level HTTP connection (client)
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Net-HTTP
|
URL: https://metacpan.org/release/Net-HTTP
|
||||||
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
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(ExtUtils::MakeMaker) >= 6.76 perl(Getopt::Long) perl(strict)
|
||||||
BuildRequires: perl(base) perl(Carp) perl(Compress::Raw::Zlib)
|
BuildRequires: perl(base) perl(Carp) perl(Compress::Raw::Zlib)
|
||||||
BuildRequires: perl(IO::Socket::IP) perl(IO::Socket) perl(IO::Socket::SSL) >= 2.012
|
BuildRequires: perl(IO::Socket::IP) perl(IO::Socket) perl(IO::Socket::SSL) >= 2.012
|
||||||
@ -47,10 +47,10 @@ Documentation for perl-Net-HTTP.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||||
%make_build
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
%{make_install}
|
||||||
%{__chmod} -Rf a+rX,u+w,g-w,o-w %buildroot/*
|
%{__chmod} -Rf a+rX,u+w,g-w,o-w %buildroot/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -67,5 +67,8 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 25 2019 Zaiwang Li <lizaiwang@huawei.com> - 6.18-4
|
||||||
- Init Package.
|
- Init Package.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user