File perl-Log-Abstraction.spec of Package perl-Log-Abstraction

#
# spec file for package perl-Log-Abstraction
#
# Copyright (c) 2025 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 Log-Abstraction
Name:           perl-Log-Abstraction
Version:        0.25
Release:        0
License:        SUSE-Public-Domain
Summary:        Logging Abstraction Layer
URL:            https://metacpan.org/release/%{cpan_name}
Source0:        https://cpan.metacpan.org/authors/id/N/NH/NHORNE/%{cpan_name}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Config::Abstraction) >= 0.25
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires:  perl(Log::Log4perl)
BuildRequires:  perl(Params::Get) >= 0.13
BuildRequires:  perl(Readonly::Values::Syslog) >= 0.03
BuildRequires:  perl(Return::Set)
BuildRequires:  perl(Sys::Syslog) >= 0.28
BuildRequires:  perl(Test::DescribeMe)
BuildRequires:  perl(Test::Mockingbird)
BuildRequires:  perl(Test::Most)
BuildRequires:  perl(Test::Needs)
BuildRequires:  perl(Test::Returns)
BuildRequires:  perl(YAML::XS)
Requires:       perl(Config::Abstraction) >= 0.25
Requires:       perl(ExtUtils::MakeMaker) >= 6.64
Requires:       perl(Log::Log4perl)
Requires:       perl(Params::Get) >= 0.13
Requires:       perl(Readonly::Values::Syslog) >= 0.03
Requires:       perl(Return::Set)
Requires:       perl(Sys::Syslog) >= 0.28
%{perl_requires}

%description
The 'Log::Abstraction' class provides a flexible logging layer on top of
different types of loggers, including code references, arrays, file paths,
and objects. It also supports logging to syslog if configured.

%prep
%autosetup  -n %{cpan_name}-%{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

%changelog
openSUSE Build Service is sponsored by