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