update to 6.59
manually provide perl(LWP::Protocol::http::SocketMethods) and perl(LWP::Protocol::http::Socket) [release 6.59-1mamba;Sat Dec 04 2021]
This commit is contained in:
parent
8de8522a29
commit
1b91ec5f2a
@ -1,6 +1,6 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
Name: perl-libwww
|
||||
Version: 6.58
|
||||
Version: 6.59
|
||||
Release: 1mamba
|
||||
Summary: A set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web
|
||||
Group: System/Libraries/Perl
|
||||
@ -10,7 +10,6 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://metacpan.org/pod/LWP::Protocol
|
||||
Source: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-%{version}.tar.gz
|
||||
License: GPL
|
||||
Requires: perl >= %perl_major_ver
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-Authen-NTLM
|
||||
@ -31,6 +30,9 @@ BuildRequires: perl-Encode-Locale
|
||||
BuildRequires: perl-HTTP-Daemon
|
||||
BuildRequires: perl-Test-RequiresInternet
|
||||
BuildRequires: perl-Test-Needs
|
||||
Requires: perl >= %perl_major_ver
|
||||
Provides: perl(LWP::Protocol::http::SocketMethods)
|
||||
Provides: perl(LWP::Protocol::http::Socket)
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -71,6 +73,10 @@ rm .packlist
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Dec 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.59-1mamba
|
||||
- update to 6.59
|
||||
- manually provide perl(LWP::Protocol::http::SocketMethods) and perl(LWP::Protocol::http::Socket)
|
||||
|
||||
* Mon Nov 29 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.58-1mamba
|
||||
- update to 6.58
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user