|
|
@ -2,29 +2,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Pod-POM
|
|
|
|
Name: perl-Pod-POM
|
|
|
|
Version: 2.01
|
|
|
|
Version: 2.01
|
|
|
|
Release: 14%{?dist}
|
|
|
|
Release: 15%{?dist}
|
|
|
|
Summary: Object-oriented interface to Perl POD documents
|
|
|
|
Summary: Object-oriented interface to Perl POD documents
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: https://metacpan.org/release/Pod-POM
|
|
|
|
URL: https://metacpan.org/release/Pod-POM
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEILB/Pod-POM-%{version}.tar.gz
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEILB/Pod-POM-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
|
|
|
BuildRequires: perl(:VERSION) >= 5.6
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(File::Path)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Run-time:
|
|
|
|
# Run-time:
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
BuildRequires: perl(Encode)
|
|
|
|
BuildRequires: perl(Encode)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
|
|
|
# File::Basename not used at tests
|
|
|
|
|
|
|
|
# FindBin not used at tests
|
|
|
|
|
|
|
|
# Getopt::Long not used at tests
|
|
|
|
|
|
|
|
# Getopt::Std not used at tests
|
|
|
|
|
|
|
|
# lib not used at tests
|
|
|
|
|
|
|
|
BuildRequires: perl(overload)
|
|
|
|
BuildRequires: perl(parent)
|
|
|
|
BuildRequires: perl(parent)
|
|
|
|
BuildRequires: perl(Text::Wrap)
|
|
|
|
BuildRequires: perl(Text::Wrap)
|
|
|
|
|
|
|
|
BuildRequires: perl(vars)
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
BuildRequires: perl(File::Slurper)
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
|
|
|
|
BuildRequires: perl(File::Slurper) >= 0.004
|
|
|
|
|
|
|
|
BuildRequires: perl(FindBin)
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
BuildRequires: perl(YAML::Tiny)
|
|
|
|
BuildRequires: perl(YAML::Tiny)
|
|
|
|
|
|
|
|
# Optional tests:
|
|
|
|
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
|
|
|
# Text::Diff not helpful
|
|
|
|
|
|
|
|
# Test::Differences not helpful
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
Requires: perl(Encode)
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
This module implements a parser to convert Pod documents into a simple
|
|
|
|
This module implements a parser to convert Pod documents into a simple
|
|
|
@ -69,6 +88,9 @@ PERL_HASH_SEED=0 make test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Mar 11 2020 Petr Pisar <ppisar@redhat.com> - 2.01-15
|
|
|
|
|
|
|
|
- Specify all dependencies
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.01-14
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.01-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|