File perl-Net-HTTPS-Any.spec of Package perl-Net-HTTPS-Any
#
# spec file for package perl-Net-HTTPS-Any
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define cpan_name Net-HTTPS-Any
Name: perl-Net-HTTPS-Any
Version: 0.120.0
Release: 0
# 0.12 -> normalize -> 0.120.0
%define cpan_version 0.12
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Simple HTTPS client
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/I/IV/IVAN/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Net::SSLeay)
BuildRequires: perl(Tie::IxHash)
BuildRequires: perl(URI::Escape)
Requires: perl(Net::SSLeay)
Requires: perl(Tie::IxHash)
Requires: perl(URI::Escape)
Provides: perl(Net::HTTPS::Any) = %{version}
%undefine __perllib_provides
%{perl_requires}
# MANUAL BEGIN
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)
# MANUAL END
%description
This is a wrapper around Net::SSLeay providing a simple interface for the
use of Business::OnlinePayment.
It used to allow switching between Net::SSLeay and Crypt::SSLeay
implementations, but that was obsoleted. If you need to do that, use LWP
instead. You can set $Net::HTTPS::SSL_SOCKET_CLASS = "Net::SSL" for
Crypt::SSLeay instead of the default Net::SSLeay (since 6.02).
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
# MANUAL BEGIN
# needs online connection
rm t/*ssleay*
# MANUAL END
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%doc Changes README
%changelog