52b754
Name:           perl-Pod-Coverage
52b754
Version:        0.23
52b754
Release:        14%{?dist}
52b754
Summary:        Checks if the documentation of a module is comprehensive
52b754
License:        GPL+ or Artistic
52b754
Group:          Development/Libraries
52b754
URL:            http://search.cpan.org/dist/Pod-Coverage/
52b754
Source0:        http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-%{version}.tar.gz
52b754
# Make pod_cover more secure, CPAN RT#85540
52b754
Patch0:         Pod-Coverage-0.23-Do-not-search-.-lib-by-pod_cover.patch
52b754
BuildArch:      noarch
52b754
BuildRequires:  perl-interpreter
52b754
BuildRequires:  perl-generators
52b754
BuildRequires:  perl(B)
52b754
BuildRequires:  perl(base)
52b754
BuildRequires:  perl(constant)
52b754
BuildRequires:  perl(Data::Dumper)
52b754
BuildRequires:  perl(Devel::Symdump) >= 2.01
52b754
BuildRequires:  perl(Exporter)
52b754
BuildRequires:  perl(ExtUtils::MakeMaker)
52b754
BuildRequires:  perl(lib)
52b754
BuildRequires:  perl(Pod::Find) >= 0.21
52b754
BuildRequires:  perl(Pod::Parser) >= 1.13
52b754
BuildRequires:  perl(strict)
52b754
BuildRequires:  perl(Test::More)
52b754
BuildRequires:  perl(Test::Pod)
52b754
BuildRequires:  perl(vars)
52b754
BuildRequires:  perl(warnings)
52b754
Requires:       perl(Devel::Symdump) >= 2.01
52b754
Requires:       perl(Pod::Find) >= 0.21
52b754
Requires:       perl(Pod::Parser) >= 1.13
52b754
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
52b754
52b754
%{?perl_default_filter}
52b754
%global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(Devel::Symdump\\)$
52b754
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Pod::Find\\)$
52b754
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Pod::Parser\\)$
52b754
52b754
%description
52b754
Developers hate writing documentation.  They'd hate it even more if their
52b754
computer tattled on them, but maybe they'll be even more thankful in the
52b754
long run.  Even if not, perlmodstyle tells you to, so you must obey.
52b754
52b754
This module provides a mechanism for determining if the pod for a given
52b754
module is comprehensive.
52b754
52b754
%prep
52b754
%setup -q -n Pod-Coverage-%{version}
52b754
%patch0 -p1
52b754
52b754
%build
52b754
perl Makefile.PL INSTALLDIRS=vendor
52b754
make %{?_smp_mflags}
52b754
52b754
%install
52b754
make pure_install DESTDIR=%{buildroot}
52b754
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
52b754
%{_fixperms} %{buildroot}/*
52b754
52b754
%check
52b754
make test
52b754
52b754
%files
52b754
%doc Changes examples
52b754
%{_bindir}/pod_cover
52b754
%{perl_vendorlib}/Pod/
52b754
%{_mandir}/man3/Pod::Coverage.3pm*
52b754
%{_mandir}/man3/Pod::Coverage::CountParents.3pm*
52b754
%{_mandir}/man3/Pod::Coverage::ExportOnly.3pm*
52b754
%{_mandir}/man3/Pod::Coverage::Overloader.3pm*
52b754
52b754
%changelog
52b754
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.23-14
52b754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
52b754
52b754
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.23-13
52b754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
52b754
52b754
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.23-12
52b754
- Perl 5.26 rebuild
52b754
52b754
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.23-11
52b754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
52b754
52b754
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.23-10
52b754
- Perl 5.24 rebuild
52b754
52b754
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.23-9
52b754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
52b754
52b754
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-8
52b754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
52b754
52b754
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.23-7
52b754
- Perl 5.22 rebuild
52b754
52b754
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.23-6
52b754
- Perl 5.20 rebuild
52b754
52b754
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-5
52b754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
52b754
52b754
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-4
52b754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
52b754
52b754
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.23-3
52b754
- Perl 5.18 rebuild
52b754
52b754
* Wed May 22 2013 Petr Pisar <ppisar@redhat.com> - 0.23-2
52b754
- Do not put ./lib into @INC by pod_cover tool
52b754
52b754
* Thu May 02 2013 Petr Šabata <contyk@redhat.com> - 0.23-1
52b754
- 0.23 bump
52b754
52b754
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-4
52b754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
52b754
52b754
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-3
52b754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
52b754
52b754
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.22-2
52b754
- Perl 5.16 rebuild
52b754
52b754
* Wed Feb 08 2012 Petr Šabata <contyk@redhat.com> - 0.22-1
52b754
- 0.22 bump
52b754
- Switch to EE::MM
52b754
- Modernize spec
52b754
52b754
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-5
52b754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
52b754
52b754
* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.21-4
52b754
- Perl mass rebuild
52b754
52b754
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-3
52b754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
52b754
52b754
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.21-2
52b754
- 661697 rebuild for fixing problems with vendorach/lib
52b754
52b754
* Tue Sep 14 2010 Petr Sabata <psabata@redhat.com> - 0.21-1
52b754
- New release, v0.21
52b754
52b754
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.20-5
52b754
- Mass rebuild with perl-5.12.0
52b754
52b754
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.20-4
52b754
- rebuild against perl 5.10.1
52b754
52b754
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20-3
52b754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
52b754
52b754
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20-2
52b754
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
52b754
52b754
* Fri Feb 20 2009 Paul Howarth <paul@city-fan.org> - 0.20-1
52b754
- Update to 0.20 (test updates)
52b754
- No README in upstream distribution
52b754
- BR: perl(Test::More)
52b754
- More specific files list
52b754
52b754
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.19-3
52b754
- Rebuild for perl 5.10 (again), second pass with tests enabled
52b754
52b754
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.19-2
52b754
- Rebuild for perl 5.10 (again), first pass without Test::Pod, tests
52b754
52b754
* Sat Jan 12 2008 Steven Pritchard <steve@kspei.com> 0.19-1
52b754
- Update to 0.19.
52b754
- Use fixperms macro instead of our own chmod incantation.
52b754
- Reformat to match cpanspec output.
52b754
52b754
* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-3
52b754
- rebuild 2, enable Test::Pod, tests
52b754
52b754
* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-2.1
52b754
- rebuild (first pass, no tests, no Test::Pod)
52b754
52b754
* Wed Aug  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-2
52b754
- Version 0.18 is now a noarch package.
52b754
52b754
* Wed Aug  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-1
52b754
- Update to 0.18.
52b754
52b754
* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-5
52b754
- Rebuild for FC5 (perl 5.8.8).
52b754
52b754
* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-4
52b754
- Add dist tag.
52b754
52b754
* Wed Apr 20 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-3
52b754
- Avoid .packlist creation with Module::Build >= 0.2609.
52b754
- Trust that %%{perl_vendorlib} is defined.
52b754
52b754
* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
52b754
- rebuilt
52b754
52b754
* Sat Nov 27 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.17-1
52b754
- Update to 0.17.
52b754
52b754
* Wed Oct 20 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.16-0.fdr.1
52b754
- Update to 0.16.
52b754
52b754
* Thu May 20 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.14-0.fdr.1
52b754
- First build.