6ac808
Name:           perl-podlators
6ac808
Epoch:          1
6ac808
Version:        4.12
6ac808
Release:        2%{?dist}
6ac808
Summary:        Format POD source into various output formats
6ac808
# pod/perlpodstyle.pod:     FSFAP
6ac808
# other files:              GPL+ or Artistic
6ac808
## Not in the binary package
6ac808
# t/data/basic.cap:         FSFAP
6ac808
# t/data/basic.clr:         FSFAP
6ac808
# t/data/basic.man:         FSFAP
6ac808
# t/data/basic.ovr:         FSFAP
6ac808
# t/data/basic.pod:         FSFAP
6ac808
# t/data/basic.txt:         FSFAP
6ac808
# t/data/snippets/man/uppercase-license:    MIT
6ac808
# t/data/snippets/README:   FSFAP
6ac808
# t/docs/pod.t:             MIT
6ac808
# t/docs/pod-spelling.t:    MIT
6ac808
# t/docs/spdx-license.t:    MIT
6ac808
# t/docs/synopsis.t:        MIT
6ac808
# t/docs/urls.t:            MIT
6ac808
# t/lib/Test/RRA.pm:        MIT
6ac808
# t/lib/Test/RRA/Config.pm:         MIT
6ac808
# t/lib/Test/RRA/ModuleVersion.pm:  MIT
6ac808
# t/style/minimum-version.t:        MIT
6ac808
# t/style/module-version.t:         MIT
6ac808
# t/style/strict.t:         MIT
6ac808
License:        (GPL+ or Artistic) and FSFAP
6ac808
URL:            https://metacpan.org/release/podlators
6ac808
Source0:        https://cpan.metacpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz
6ac808
BuildArch:      noarch
6ac808
BuildRequires:  make
6ac808
BuildRequires:  perl-generators
6ac808
BuildRequires:  perl-interpreter
6ac808
BuildRequires:  perl(:VERSION) >= 5.6
6ac808
BuildRequires:  perl(Config)
6ac808
# Cwd run by PL script in scripts directory
6ac808
BuildRequires:  perl(Cwd)
6ac808
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
6ac808
# File::Basename run by PL script in scripts directory
6ac808
BuildRequires:  perl(File::Basename)
6ac808
# File::Spec version declared in lib/Pod/Man.pm comment
6ac808
BuildRequires:  perl(File::Spec) >= 0.8
6ac808
BuildRequires:  perl(strict)
6ac808
BuildRequires:  perl(warnings)
6ac808
# Run-time:
6ac808
BuildRequires:  perl(Carp)
6ac808
BuildRequires:  perl(Encode)
6ac808
BuildRequires:  perl(Exporter)
6ac808
# Getopt::Long not used at tests
6ac808
BuildRequires:  perl(Pod::Simple) >= 3.06
6ac808
# Pod::Usage not used at tests
6ac808
BuildRequires:  perl(POSIX)
6ac808
BuildRequires:  perl(subs)
6ac808
BuildRequires:  perl(Term::ANSIColor)
6ac808
BuildRequires:  perl(Term::Cap)
6ac808
BuildRequires:  perl(vars)
6ac808
# Tests:
6ac808
BuildRequires:  perl(File::Find)
6ac808
BuildRequires:  perl(File::Temp)
6ac808
BuildRequires:  perl(Getopt::Long)
6ac808
BuildRequires:  perl(IO::File)
6ac808
BuildRequires:  perl(lib)
6ac808
BuildRequires:  perl(Test::More)
6ac808
# Optional tests:
6ac808
# JSON::PP not used
6ac808
# Perl::Critic::Utils not used
6ac808
# Perl6::Slurp not used
6ac808
BuildRequires:  perl(PerlIO::encoding)
6ac808
# Test::MinimumVersion not used
6ac808
# Test::Pod not used
6ac808
# Test::Spelling not used
6ac808
# Test::Strict not used
6ac808
# Test::Synopsis not used
6ac808
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
6ac808
Requires:       perl(File::Basename)
6ac808
# File::Spec version declared in lib/Pod/Man.pm comment
6ac808
Requires:       perl(File::Spec) >= 0.8
6ac808
Requires:       perl(Pod::Simple) >= 3.06
6ac808
Conflicts:      perl < 4:5.16.1-234
6ac808
6ac808
# Filter under-specified dependencies
6ac808
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Pod::Simple\\)$
6ac808
6ac808
%description
6ac808
This package contains Pod::Man and Pod::Text modules which convert POD input
6ac808
to *roff source output, suitable for man pages, or plain text.  It also
6ac808
includes several sub-classes of Pod::Text for formatted output to terminals
6ac808
with various capabilities.
6ac808
6ac808
%prep
6ac808
%setup -q -n podlators-%{version}
6ac808
6ac808
%build
6ac808
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
6ac808
%{make_build}
6ac808
6ac808
%install
6ac808
%{make_install}
6ac808
%{_fixperms} $RPM_BUILD_ROOT/*
6ac808
6ac808
%check
6ac808
unset AUTHOR_TESTING AUTOMATED_TESTING RELEASE_TESTING
6ac808
make test
6ac808
6ac808
%files
6ac808
%license LICENSE
6ac808
%doc Changes NOTES README THANKS TODO
6ac808
%{_bindir}/*
6ac808
%{perl_vendorlib}/*
6ac808
%{_mandir}/man1/*
6ac808
%{_mandir}/man3/*
6ac808
6ac808
%changelog
6ac808
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.12-2
6ac808
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
6ac808
6ac808
* Wed Jun 05 2019 Petr Pisar <ppisar@redhat.com> - 1:4.12-1
6ac808
- 4.12 bump
6ac808
6ac808
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:4.11-438
6ac808
- Increase release to favour standalone package
6ac808
6ac808
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.11-4
6ac808
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
6ac808
6ac808
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.11-3
6ac808
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
6ac808
6ac808
* Tue Jun 26 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:4.11-2
6ac808
- Perl 5.28 rebuild
6ac808
6ac808
* Wed May 09 2018 Petr Pisar <ppisar@redhat.com> - 4.11-1
6ac808
- 4.11 bump
6ac808
- License changed to (GPL+ or Artistic) and FSFAP
6ac808
6ac808
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.10-2
6ac808
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6ac808
6ac808
* Tue Jan 02 2018 Petr Pisar <ppisar@redhat.com> - 4.10-1
6ac808
- 4.10 bump
6ac808
6ac808
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.09-394
6ac808
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6ac808
6ac808
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 4.09-393
6ac808
- Perl 5.26 rebuild
6ac808
6ac808
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.09-2
6ac808
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6ac808
6ac808
* Tue Nov 08 2016 Petr Pisar <ppisar@redhat.com> - 4.09-1
6ac808
- 4.09 bump
6ac808
6ac808
* Mon Sep 26 2016 Petr Pisar <ppisar@redhat.com> - 4.08-1
6ac808
- 4.08 bump
6ac808
6ac808
* Tue Sep 20 2016 Petr Pisar <ppisar@redhat.com> - 4.07-366
6ac808
- License declaration corrected to "(GPL+ or Artistic) and MIT"
6ac808
6ac808
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4.07-365
6ac808
- Increase release to favour standalone package
6ac808
6ac808
* Mon Mar 21 2016 Petr Pisar <ppisar@redhat.com> - 4.07-1
6ac808
- 4.07 bump
6ac808
6ac808
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.06-2
6ac808
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6ac808
6ac808
* Mon Feb 01 2016 Petr Pisar <ppisar@redhat.com> - 4.06-1
6ac808
- 4.06 bump
6ac808
6ac808
* Mon Jan 18 2016 Petr Pisar <ppisar@redhat.com> - 4.05-1
6ac808
- 4.05 bump
6ac808
6ac808
* Mon Jan 04 2016 Petr Pisar <ppisar@redhat.com> - 4.04-1
6ac808
- 4.04 bump
6ac808
6ac808
* Mon Dec 07 2015 Petr Pisar <ppisar@redhat.com> - 4.03-1
6ac808
- 4.03 bump
6ac808
6ac808
* Thu Dec 03 2015 Petr Pisar <ppisar@redhat.com> - 4.02-1
6ac808
- 4.02 bump
6ac808
6ac808
* Wed Dec 02 2015 Petr Pisar <ppisar@redhat.com> - 4.01-1
6ac808
- 4.01 bump
6ac808
6ac808
* Tue Dec 01 2015 Petr Pisar <ppisar@redhat.com> - 4.00-1
6ac808
- 4.00 bump
6ac808
6ac808
* Wed Jul 15 2015 Petr Pisar <ppisar@redhat.com> - 2.5.3-347
6ac808
- Adapt tests to Term-Cap-1.16
6ac808
6ac808
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.3-346
6ac808
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
6ac808
6ac808
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.5.3-345
6ac808
- Increase release to favour standalone package
6ac808
6ac808
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.5.3-4
6ac808
- Perl 5.22 rebuild
6ac808
6ac808
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.5.3-3
6ac808
- Perl 5.20 rebuild
6ac808
6ac808
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.3-2
6ac808
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6ac808
6ac808
* Tue Oct 08 2013 Petr Pisar <ppisar@redhat.com> - 2.5.3-1
6ac808
- 2.5.3 bump
6ac808
6ac808
* Mon Sep 23 2013 Petr Pisar <ppisar@redhat.com> - 2.5.2-1
6ac808
- 2.5.2 bump
6ac808
6ac808
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-291
6ac808
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6ac808
6ac808
* Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 2.5.1-290
6ac808
- Increase release to favour standalone package
6ac808
6ac808
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 2.5.1-3
6ac808
- Link minimal build-root packages against libperl.so explicitly
6ac808
6ac808
* Tue Jun 25 2013 Petr Pisar <ppisar@redhat.com> - 2.5.1-2
6ac808
- Specify all dependencies
6ac808
6ac808
* Thu Feb 28 2013 Petr Pisar <ppisar@redhat.com> - 2.5.1-1
6ac808
- 2.5.1 bump
6ac808
6ac808
* Thu Feb 07 2013 Petr Pisar <ppisar@redhat.com> - 2.5.0-2
6ac808
- Correct dependencies
6ac808
6ac808
* Fri Jan 04 2013 Petr Pisar <ppisar@redhat.com> - 2.5.0-1
6ac808
- 2.5.0 bump
6ac808
- This version makes pod2* tools failing if POD syntax error is encountered
6ac808
6ac808
* Thu Nov 01 2012 Petr Pisar <ppisar@redhat.com> - 2.4.2-3
6ac808
- Do not export under-specified dependencies
6ac808
6ac808
* Wed Oct 31 2012 Petr Pisar <ppisar@redhat.com> - 2.4.2-2
6ac808
- Conflict perl-podlators with perl before sub-packaging
6ac808
6ac808
* Wed Sep 12 2012 Petr Pisar <ppisar@redhat.com> 2.4.2-1
6ac808
- Specfile autogenerated by cpanspec 1.78.