f4c106
# Perform optional tests
f4c106
%bcond_without perl_Pod_Simple_enables_optional_test
f4c106
f4c106
Name:           perl-Pod-Simple
f4c106
# Epoch to compete with perl.spec
f4c106
Epoch:          1
f4c106
Version:        3.42
f4c106
Release:        1%{?dist}
f4c106
Summary:        Framework for parsing POD documentation
f4c106
License:        GPL+ or Artistic
f4c106
URL:            https://metacpan.org/release/Pod-Simple
f4c106
Source0:        https://cpan.metacpan.org/authors/id/K/KH/KHW/Pod-Simple-%{version}.tar.gz
f4c106
BuildArch:      noarch
f4c106
BuildRequires:  coreutils
f4c106
BuildRequires:  make
f4c106
BuildRequires:  perl-generators
f4c106
BuildRequires:  perl-interpreter
f4c106
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
f4c106
BuildRequires:  perl(strict)
f4c106
# Run-time:
f4c106
BuildRequires:  perl(Carp)
f4c106
BuildRequires:  perl(Config)
f4c106
BuildRequires:  perl(Cwd)
f4c106
BuildRequires:  perl(Encode)
f4c106
BuildRequires:  perl(File::Basename)
f4c106
BuildRequires:  perl(File::Spec)
f4c106
BuildRequires:  perl(Getopt::Long)
f4c106
BuildRequires:  perl(if)
f4c106
BuildRequires:  perl(integer)
f4c106
BuildRequires:  perl(overload)
f4c106
BuildRequires:  perl(Pod::Escapes) >= 1.04
f4c106
BuildRequires:  perl(Symbol)
f4c106
BuildRequires:  perl(Text::Wrap) >= 98.112902
f4c106
BuildRequires:  perl(vars)
f4c106
BuildRequires:  perl(warnings)
f4c106
# Tests:
f4c106
BuildRequires:  perl(base)
f4c106
BuildRequires:  perl(Data::Dumper)
f4c106
BuildRequires:  perl(File::Find)
f4c106
BuildRequires:  perl(File::Path)
f4c106
BuildRequires:  perl(FindBin)
f4c106
BuildRequires:  perl(lib)
f4c106
BuildRequires:  perl(Test) >= 1.25
f4c106
BuildRequires:  perl(Test::More)
f4c106
BuildRequires:  perl(utf8)
f4c106
%if %{with perl_Pod_Simple_enables_optional_test} && !%{defined perl_bootstrap}
f4c106
# Optional tests:
f4c106
# Text::Diff not helpful, used only in case of a failure
f4c106
BuildRequires:  perl(parent)
f4c106
BuildRequires:  perl(Test::Deep)
f4c106
%endif
f4c106
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
f4c106
f4c106
# Filter under-specified dependencies
f4c106
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Text::Wrap\\)$
f4c106
f4c106
%description
f4c106
Pod::Simple is a Perl library for parsing text in the POD (plain old
f4c106
documentation) markup language that is typically used for writing
f4c106
documentation for Perl and for Perl modules.
f4c106
f4c106
%prep
f4c106
%setup -q -n Pod-Simple-%{version}
f4c106
f4c106
%build
f4c106
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
f4c106
%{make_build}
f4c106
f4c106
%install
f4c106
%{make_install}
f4c106
%{_fixperms} $RPM_BUILD_ROOT/*
f4c106
f4c106
%check
f4c106
unset PERL_CORE PERL_TEST_DIFF
f4c106
make test
f4c106
f4c106
%files
f4c106
%doc ChangeLog README
f4c106
%{perl_vendorlib}/*
f4c106
%{_mandir}/man3/*
f4c106
f4c106
%changelog
f4c106
* Mon Nov 16 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.42-1
f4c106
- 3.42 bump
f4c106
f4c106
* Mon Oct 12 2020 Tom Callaway <spot@fedoraproject.org> - 1:3.41-459
f4c106
- update to 3.41
f4c106
- I left release at the artificially high value in case it was needed
f4c106
f4c106
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.40-458
f4c106
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f4c106
f4c106
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.40-457
f4c106
- Perl 5.32 re-rebuild of bootstrapped packages
f4c106
f4c106
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.40-456
f4c106
- Increase release to favour standalone package
f4c106
f4c106
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.40-2
f4c106
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
f4c106
f4c106
* Mon Oct 28 2019 Tom Callaway <spot@fedoraproject.org> - 1:3.40-1
f4c106
- update to 3.40
f4c106
f4c106
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.39-2
f4c106
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f4c106
f4c106
* Mon Jul 01 2019 Petr Pisar <ppisar@redhat.com> - 1:3.39-1
f4c106
- 3.39 bump
f4c106
f4c106
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.38-2
f4c106
- Perl 5.30 re-rebuild of bootstrapped packages
f4c106
f4c106
* Fri May 31 2019 Petr Pisar <ppisar@redhat.com> - 1:3.38-1
f4c106
- 3.38 bump
f4c106
f4c106
* Thu May 30 2019 Petr Pisar <ppisar@redhat.com> - 1:3.37-2
f4c106
- Do not package Pod::Escapes (upstream bug #102)
f4c106
f4c106
* Thu May 30 2019 Tom Callaway <spot@fedoraproject.org> - 1:3.37-1
f4c106
- update to 3.37
f4c106
f4c106
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.36-2
f4c106
- Perl 5.30 rebuild
f4c106
f4c106
* Thu May 23 2019 Petr Pisar <ppisar@redhat.com> - 1:3.36-1
f4c106
- 3.36 bump
f4c106
f4c106
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.35-418
f4c106
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
f4c106
f4c106
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.35-417
f4c106
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f4c106
f4c106
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.35-416
f4c106
- Increase release to favour standalone package
f4c106
f4c106
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.35-395
f4c106
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f4c106
f4c106
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.35-394
f4c106
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f4c106
f4c106
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.35-393
f4c106
- Perl 5.26 rebuild
f4c106
f4c106
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.35-2
f4c106
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f4c106
f4c106
* Fri Dec 02 2016 Petr Pisar <ppisar@redhat.com> - 1:3.35-1
f4c106
- 3.35 bump
f4c106
f4c106
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.32-365
f4c106
- Increase release to favour standalone package
f4c106
f4c106
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.32-3
f4c106
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f4c106
f4c106
* Tue Nov 03 2015 Petr Pisar <ppisar@redhat.com> - 1:3.32-2
f4c106
- Specify all dependencies
f4c106
f4c106
* Tue Nov  3 2015 Tom Callaway <spot@fedoraproject.org> - 1:3.32-1
f4c106
- update to 3.32
f4c106
f4c106
* Tue Aug 25 2015 Tom Callaway <spot@fedoraproject.org> - 1:3.31-1
f4c106
- update to 3.31
f4c106
f4c106
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.30-3
f4c106
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f4c106
f4c106
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.30-2
f4c106
- Perl 5.22 rebuild
f4c106
f4c106
* Tue Feb 24 2015 Petr Pisar <ppisar@redhat.com> - 1:3.30-1
f4c106
- 3.30 bump
f4c106
f4c106
* Fri Jan 30 2015 Petr Pisar <ppisar@redhat.com> - 1:3.29-1
f4c106
- 3.29 bump
f4c106
f4c106
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.28-310
f4c106
- Increase release to favour standalone package
f4c106
f4c106
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.28-294
f4c106
- Perl 5.20 rebuild
f4c106
f4c106
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.28-293
f4c106
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f4c106
f4c106
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.28-292
f4c106
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f4c106
f4c106
* Wed Jul 31 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-291
f4c106
- Specify all dependencies
f4c106
f4c106
* Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-290
f4c106
- Increase release to favour standalone package
f4c106
f4c106
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-3
f4c106
- Link minimal build-root packages against libperl.so explicitly
f4c106
f4c106
* Thu May 23 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-2
f4c106
- Specify all dependencies
f4c106
f4c106
* Mon May 06 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-1
f4c106
- 3.28 bump
f4c106
f4c106
* Mon Mar 18 2013 Petr Pisar <ppisar@redhat.com> 1:3.26-1
f4c106
- Specfile autogenerated by cpanspec 1.78.