62b513
Name:           perl-Pod-Simple
62b513
# Epoch to compete with perl.spec
62b513
Epoch:          1
62b513
Version:        3.35
62b513
Release:        395%{?dist}
62b513
Summary:        Framework for parsing POD documentation
62b513
License:        GPL+ or Artistic
62b513
Group:          Development/Libraries
62b513
URL:            http://search.cpan.org/dist/Pod-Simple/
62b513
Source0:        http://www.cpan.org/authors/id/K/KH/KHW/Pod-Simple-%{version}.tar.gz
62b513
BuildArch:      noarch
62b513
BuildRequires:  coreutils
62b513
BuildRequires:  findutils
62b513
BuildRequires:  make
62b513
BuildRequires:  perl-interpreter
62b513
BuildRequires:  perl-generators
62b513
BuildRequires:  perl(ExtUtils::MakeMaker)
62b513
BuildRequires:  perl(strict)
62b513
# Run-time:
62b513
BuildRequires:  perl(Carp)
62b513
BuildRequires:  perl(Config)
62b513
BuildRequires:  perl(Cwd)
62b513
BuildRequires:  perl(Encode)
62b513
BuildRequires:  perl(File::Basename)
62b513
BuildRequires:  perl(File::Spec)
62b513
BuildRequires:  perl(Getopt::Long)
62b513
BuildRequires:  perl(integer)
62b513
BuildRequires:  perl(overload)
62b513
BuildRequires:  perl(Pod::Escapes) >= 1.04
62b513
BuildRequires:  perl(Symbol)
62b513
BuildRequires:  perl(Text::Wrap) >= 98.112902
62b513
BuildRequires:  perl(vars)
62b513
# Tests:
62b513
BuildRequires:  perl(base)
62b513
BuildRequires:  perl(Data::Dumper)
62b513
BuildRequires:  perl(File::Find)
62b513
BuildRequires:  perl(File::Path)
62b513
BuildRequires:  perl(lib)
62b513
BuildRequires:  perl(Test) >= 1.25
62b513
BuildRequires:  perl(Test::More)
62b513
BuildRequires:  perl(warnings)
62b513
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
62b513
62b513
# Filter under-specified dependencies
62b513
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Text::Wrap\\)$
62b513
62b513
%description
62b513
Pod::Simple is a Perl library for parsing text in the Pod ("plain old
62b513
documentation") markup language that is typically used for writing
62b513
documentation for Perl and for Perl modules.
62b513
62b513
%prep
62b513
%setup -q -n Pod-Simple-%{version}
62b513
62b513
%build
62b513
perl Makefile.PL INSTALLDIRS=vendor
62b513
make %{?_smp_mflags}
62b513
62b513
%install
62b513
make pure_install DESTDIR=$RPM_BUILD_ROOT
62b513
find $RPM_BUILD_ROOT -type f -name .packlist -delete
62b513
%{_fixperms} $RPM_BUILD_ROOT/*
62b513
62b513
%check
62b513
make test
62b513
62b513
%files
62b513
%doc ChangeLog README
62b513
%{perl_vendorlib}/*
62b513
%{_mandir}/man3/*
62b513
62b513
%changelog
62b513
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.35-395
62b513
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
62b513
62b513
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.35-394
62b513
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
62b513
62b513
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.35-393
62b513
- Perl 5.26 rebuild
62b513
62b513
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.35-2
62b513
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
62b513
62b513
* Fri Dec 02 2016 Petr Pisar <ppisar@redhat.com> - 1:3.35-1
62b513
- 3.35 bump
62b513
62b513
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.32-365
62b513
- Increase release to favour standalone package
62b513
62b513
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.32-3
62b513
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
62b513
62b513
* Tue Nov 03 2015 Petr Pisar <ppisar@redhat.com> - 1:3.32-2
62b513
- Specify all dependencies
62b513
62b513
* Tue Nov  3 2015 Tom Callaway <spot@fedoraproject.org> - 1:3.32-1
62b513
- update to 3.32
62b513
62b513
* Tue Aug 25 2015 Tom Callaway <spot@fedoraproject.org> - 1:3.31-1
62b513
- update to 3.31
62b513
62b513
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.30-3
62b513
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
62b513
62b513
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.30-2
62b513
- Perl 5.22 rebuild
62b513
62b513
* Tue Feb 24 2015 Petr Pisar <ppisar@redhat.com> - 1:3.30-1
62b513
- 3.30 bump
62b513
62b513
* Fri Jan 30 2015 Petr Pisar <ppisar@redhat.com> - 1:3.29-1
62b513
- 3.29 bump
62b513
62b513
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.28-310
62b513
- Increase release to favour standalone package
62b513
62b513
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.28-294
62b513
- Perl 5.20 rebuild
62b513
62b513
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.28-293
62b513
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
62b513
62b513
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.28-292
62b513
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
62b513
62b513
* Wed Jul 31 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-291
62b513
- Specify all dependencies
62b513
62b513
* Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-290
62b513
- Increase release to favour standalone package
62b513
62b513
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-3
62b513
- Link minimal build-root packages against libperl.so explicitly
62b513
62b513
* Thu May 23 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-2
62b513
- Specify all dependencies
62b513
62b513
* Mon May 06 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-1
62b513
- 3.28 bump
62b513
62b513
* Mon Mar 18 2013 Petr Pisar <ppisar@redhat.com> 1:3.26-1
62b513
- Specfile autogenerated by cpanspec 1.78.