File perl-Test-OpenTracing-Integration.spec of Package perl-Test-OpenTracing-Integration
#
# spec file for package perl-Test-OpenTracing-Integration
#
# Copyright (c) 2023 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 Test-OpenTracing-Integration
Name: perl-Test-OpenTracing-Integration
Version: 0.104.1
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Test::OpenTracing::Integration Perl module
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/V/VA/VANHOESEL/%{cpan_name}-v%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Bytes::Random::Secure)
BuildRequires: perl(ExtUtils::MakeMaker::CPANfile) >= 0.09
BuildRequires: perl(HTTP::Headers)
BuildRequires: perl(Moo)
BuildRequires: perl(OpenTracing::GlobalTracer) >= 0.04
BuildRequires: perl(OpenTracing::Implementation::Interface::Bootstrap)
BuildRequires: perl(OpenTracing::Role) >= v0.84.0
BuildRequires: perl(PerlX::Maybe)
BuildRequires: perl(Test::Deep) >= 1.129
BuildRequires: perl(Test::Most)
BuildRequires: perl(Test::OpenTracing::Interface) >= v0.23.0
BuildRequires: perl(Test::Time::HiRes)
BuildRequires: perl(Tree)
BuildRequires: perl(Types::Standard)
BuildRequires: perl(aliased)
BuildRequires: perl(namespace::clean)
Requires: perl(Bytes::Random::Secure)
Requires: perl(Moo)
Requires: perl(OpenTracing::GlobalTracer) >= 0.04
Requires: perl(OpenTracing::Implementation::Interface::Bootstrap)
Requires: perl(OpenTracing::Role) >= v0.84.0
Requires: perl(PerlX::Maybe)
Requires: perl(Test::Deep) >= 1.129
Requires: perl(Tree)
Requires: perl(Types::Standard)
Requires: perl(aliased)
Requires: perl(namespace::clean)
%{perl_requires}
%description
%prep
%autosetup -n %{cpan_name}-v%{version}
%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.md
%license LICENSE.md
%changelog