diff --git a/perl-podlators.spec b/perl-podlators.spec new file mode 100644 index 0000000000000000000000000000000000000000..50bb0c0280a983f1437246b7a5e05681085fbccf --- /dev/null +++ b/perl-podlators.spec @@ -0,0 +1,118 @@ +Name: perl-podlators +Version: 4.14 +Release: 1%{?dist} +Summary: Format POD source into various output formats +# pod/perlpodstyle.pod: FSFAP +# other files: GPL+ or Artistic +## Not in the binary package +# t/data/basic.cap: FSFAP +# t/data/basic.clr: FSFAP +# t/data/basic.man: FSFAP +# t/data/basic.ovr: FSFAP +# t/data/basic.pod: FSFAP +# t/data/basic.txt: FSFAP +# t/data/snippets/man/uppercase-license: MIT +# t/data/snippets/README: FSFAP +# t/docs/pod.t: MIT +# t/docs/pod-spelling.t: MIT +# t/docs/spdx-license.t: MIT +# t/docs/synopsis.t: MIT +# t/docs/urls.t: MIT +# t/lib/Test/RRA.pm: MIT +# t/lib/Test/RRA/Config.pm: MIT +# t/lib/Test/RRA/ModuleVersion.pm: MIT +# t/style/minimum-version.t: MIT +# t/style/module-version.t: MIT +# t/style/strict.t: MIT +License: (GPL+ or Artistic) and FSFAP +URL: https://metacpan.org/release/podlators +Source0: https://cpan.metacpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz + + +BuildArch: noarch +BuildRequires: make +BuildRequires: perl-generators +BuildRequires: perl-interpreter +BuildRequires: perl(:VERSION) >= 5.8 +BuildRequires: perl(Config) +# Cwd run by PL script in scripts directory +BuildRequires: perl(Cwd) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 +# File::Basename run by PL script in scripts directory +BuildRequires: perl(File::Basename) +# File::Spec version declared in lib/Pod/Man.pm comment +BuildRequires: perl(File::Spec) >= 0.8 +BuildRequires: perl(strict) +BuildRequires: perl(warnings) +# Run-time: +BuildRequires: perl(Carp) +BuildRequires: perl(Encode) +BuildRequires: perl(Exporter) +# Getopt::Long not used at tests +BuildRequires: perl(Pod::Simple) >= 3.06 +# Pod::Usage not used at tests +BuildRequires: perl(POSIX) +BuildRequires: perl(subs) +BuildRequires: perl(Term::ANSIColor) +BuildRequires: perl(Term::Cap) +BuildRequires: perl(vars) +# Tests: +BuildRequires: perl(base) +BuildRequires: perl(File::Find) +BuildRequires: perl(File::Temp) +BuildRequires: perl(Getopt::Long) +BuildRequires: perl(IO::File) +BuildRequires: perl(lib) +BuildRequires: perl(Test::More) +# Optional tests: +# JSON::PP not used +# Perl::Critic::Utils not used +# Perl6::Slurp not used +BuildRequires: perl(PerlIO::encoding) +# Test::MinimumVersion not used +# Test::Pod not used +# Test::Spelling not used +# Test::Strict not used +# Test::Synopsis not used +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(File::Basename) +# File::Spec version declared in lib/Pod/Man.pm comment +Requires: perl(File::Spec) >= 0.8 +Requires: perl(Pod::Simple) >= 3.06 +Conflicts: perl < 4:5.16.1-234 + +# Filter under-specified dependencies +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Pod::Simple\\)$ + +%description +This package contains Pod::Man and Pod::Text modules which convert POD input +to *roff source output, suitable for man pages, or plain text. It also +includes several sub-classes of Pod::Text for formatted output to terminals +with various capabilities. + +%prep +%setup -q -n podlators-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} + +%install +%{make_install} +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +unset AUTHOR_TESTING AUTOMATED_TESTING RELEASE_TESTING +make test + +%files +%license LICENSE +%doc Changes NOTES README THANKS TODO +%{_bindir}/* +%{perl_vendorlib}/* +%{_mandir}/man1/* +%{_mandir}/man3/* + +%changelog +* Fri Mar 11 2022 Yaobin Shi - 4.14-1 +- Init for Anolis OS 23 diff --git a/podlators-4.14.tar.gz b/podlators-4.14.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0e98c1105a046ddd531abda2a68c0da98bcf33c5 Binary files /dev/null and b/podlators-4.14.tar.gz differ