Files
perl-POE-Component-Server-S…/perl-POE-Component-Server-Syslog.spec

77 lines
2.4 KiB
RPMSpec
Raw Permalink Normal View History

#
# spec file for package perl-POE-Component-Server-Syslog
#
# 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 POE-Component-Server-Syslog
Name: perl-POE-Component-Server-Syslog
Version: 1.220.0
Release: 0
# 1.22 -> normalize -> 1.220.0
%define cpan_version 1.22
License: BSD-3-Clause
Summary: Syslog services for POE
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
2025-08-12 18:16:41 +02:00
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
BuildRequires: perl(POE) >= 0.24
BuildRequires: perl(POE::Driver::SysRW)
BuildRequires: perl(POE::Wheel::ReadWrite)
BuildRequires: perl(POE::Wheel::SocketFactory)
BuildRequires: perl(Params::Validate)
BuildRequires: perl(Time::ParseDate)
Requires: perl(POE) >= 0.24
Requires: perl(POE::Driver::SysRW)
Requires: perl(POE::Wheel::ReadWrite)
Requires: perl(POE::Wheel::SocketFactory)
Requires: perl(Params::Validate)
Requires: perl(Time::ParseDate)
Provides: perl(POE::Component::Server::Syslog) = %{version}
Provides: perl(POE::Component::Server::Syslog::TCP) = %{version}
Provides: perl(POE::Component::Server::Syslog::UDP) = %{version}
Provides: perl(POE::Filter::Syslog) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
This component provides very simple syslog services for POE.
%prep
%autosetup -n %{cpan_name}-%{cpan_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 examples README
%license LICENSE
%changelog