File perl-Pod-PseudoPod.spec of Package perl-Pod-PseudoPod

#
# spec file for package perl-Pod-PseudoPod
#
# 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 Pod-PseudoPod
Name:           perl-Pod-PseudoPod
Version:        0.190.0
Release:        0
# 0.19 -> normalize -> 0.190.0
%define cpan_version 0.19
License:        Artistic-1.0 OR GPL-1.0-or-later
Summary:        Framework for parsing PseudoPod
URL:            https://metacpan.org/release/%{cpan_name}
Source0:        https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/%{cpan_name}-%{cpan_version}.tar.gz
BuildArch:      noarch
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(HTML::Entities)
BuildRequires:  perl(Module::Build) >= 0.42
BuildRequires:  perl(Pod::Simple) >= 3.02
Requires:       perl(HTML::Entities)
Requires:       perl(Pod::Simple) >= 3.02
Provides:       perl(Pod::PseudoPod) = %{version}
Provides:       perl(Pod::PseudoPod::Checker) = %{version}
Provides:       perl(Pod::PseudoPod::DocBook) = %{version}
Provides:       perl(Pod::PseudoPod::HTML) = %{version}
Provides:       perl(Pod::PseudoPod::Index) = %{version}
Provides:       perl(Pod::PseudoPod::Text) = %{version}
%undefine       __perllib_provides
%{perl_requires}

%description
PseudoPod is an extended set of Pod tags used for book manuscripts.
Standard Pod doesn't have all the markup options you need to mark up files
for publishing production. PseudoPod adds a few extra tags for footnotes,
tables, sidebars, etc.

This class adds parsing support for the PseudoPod tags. It also overrides
Pod::Simple's '_handle_element_start', '_handle_text', and
'_handle_element_end' methods so that parser events are turned into method
calls.

In general, you'll only want to use this module as the base class for a
PseudoPod formatter/processor.

%prep
%autosetup  -n %{cpan_name}-%{cpan_version}

%build
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist

%files -f %{name}.files
%doc Changes examples README Todo
%license LICENSE

%changelog
openSUSE Build Service is sponsored by