f90cd6
Name:           perl-Test-Pod
f90cd6
Version:        1.51
f90cd6
Release:        9%{?dist}
f90cd6
Summary:        Test POD files for correctness
f90cd6
Group:          Development/Libraries
f90cd6
License:        GPL+ or Artistic
f90cd6
URL:            http://search.cpan.org/dist/Test-Pod/
f90cd6
Source0:        http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-%{version}.tar.gz
f90cd6
BuildArch:      noarch
f90cd6
BuildRequires:  coreutils
f90cd6
BuildRequires:  findutils
f90cd6
BuildRequires:  make
f90cd6
BuildRequires:  perl-interpreter
f90cd6
BuildRequires:  perl-generators
f90cd6
BuildRequires:  perl(ExtUtils::MakeMaker)
f90cd6
BuildRequires:  perl(File::Find)
f90cd6
BuildRequires:  perl(File::Spec)
f90cd6
BuildRequires:  perl(Pod::Simple) >= 3.05
f90cd6
BuildRequires:  perl(strict)
f90cd6
BuildRequires:  perl(Test::Builder)
f90cd6
BuildRequires:  perl(Test::Builder::Tester) >= 1.02
f90cd6
BuildRequires:  perl(Test::More) >= 0.62
f90cd6
BuildRequires:  perl(warnings)
f90cd6
Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
f90cd6
Requires:       perl(File::Find)
f90cd6
Requires:       perl(File::Spec)
f90cd6
Requires:       perl(Pod::Simple) >= 3.05
f90cd6
Requires:       perl(Test::More) >= 0.62
f90cd6
f90cd6
# Remove under-specified dependcies
f90cd6
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Pod::Simple\\)$
f90cd6
f90cd6
%description
f90cd6
Check POD files for errors or warnings in a test file, using Pod::Simple to do
f90cd6
the heavy lifting.
f90cd6
f90cd6
%prep
f90cd6
%setup -q -n Test-Pod-%{version}
f90cd6
f90cd6
%build
f90cd6
perl Makefile.PL INSTALLDIRS=vendor
f90cd6
make %{?_smp_mflags}
f90cd6
f90cd6
%install
f90cd6
make pure_install DESTDIR=%{buildroot}
f90cd6
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
f90cd6
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
f90cd6
%{_fixperms} %{buildroot}
f90cd6
f90cd6
%check
f90cd6
LC_ALL=C make test
f90cd6
f90cd6
%files
f90cd6
%doc Changes README
f90cd6
%{perl_vendorlib}/Test/
f90cd6
%{_mandir}/man3/Test::Pod.3pm*
f90cd6
f90cd6
%changelog
f90cd6
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.51-9
f90cd6
- Rebuild with enable hardening (bug #1636329)
f90cd6
f90cd6
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.51-8
f90cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f90cd6
f90cd6
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.51-7
f90cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f90cd6
f90cd6
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.51-6
f90cd6
- Perl 5.26 rebuild
f90cd6
f90cd6
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.51-5
f90cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f90cd6
f90cd6
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.51-4
f90cd6
- Perl 5.24 rebuild
f90cd6
f90cd6
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.51-3
f90cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f90cd6
f90cd6
* Tue Jul 07 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.51-2
f90cd6
- Updated dependencies
f90cd6
f90cd6
* Mon Jul  6 2015 Tom Callaway <spot@fedoraproject.org> - 1.51-1
f90cd6
- update to 1.51
f90cd6
f90cd6
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.50-3
f90cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f90cd6
f90cd6
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.50-2
f90cd6
- Perl 5.22 rebuild
f90cd6
f90cd6
* Mon Jun 01 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.50-1
f90cd6
- 1.50 bump
f90cd6
f90cd6
* Thu May 14 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.49-1
f90cd6
- 1.49 bump
f90cd6
f90cd6
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.48-7
f90cd6
- Perl 5.20 rebuild
f90cd6
f90cd6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.48-6
f90cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f90cd6
f90cd6
* Mon Feb 17 2014 Petr Pisar <ppisar@redhat.com> - 1.48-5
f90cd6
- Declare run-time dependency on File::Find (bug #1066006)
f90cd6
f90cd6
* Thu Feb 13 2014 Petr Pisar <ppisar@redhat.com> - 1.48-4
f90cd6
- Clarify license (bug #1064447)
f90cd6
- Remove run-time dependency on Test::Builder::Tester (bug #1064743)
f90cd6
- Remove under-specified dependencies
f90cd6
f90cd6
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.48-3
f90cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f90cd6
f90cd6
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.48-2
f90cd6
- Perl 5.18 rebuild
f90cd6
f90cd6
* Mon May 06 2013 Petr Šabata <contyk@redhat.com> - 1.48-1
f90cd6
- 1.48 bump, Pod::Simple compatibility enhancements
f90cd6
f90cd6
* Mon Feb 18 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.46-1
f90cd6
- 1.46 bump
f90cd6
f90cd6
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.45-7
f90cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f90cd6
f90cd6
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.45-6
f90cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f90cd6
f90cd6
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.45-5
f90cd6
- Perl 5.16 rebuild
f90cd6
f90cd6
* Thu May 31 2012 Petr Pisar <ppisar@redhat.com> - 1.45-4
f90cd6
- Round Module::Build version to 2 digits
f90cd6
f90cd6
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.45-3
f90cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f90cd6
f90cd6
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.45-2
f90cd6
- Perl mass rebuild
f90cd6
f90cd6
* Thu Mar 10 2011 Petr Sabata <psabata@redhat.com> - 1.45-1
f90cd6
- 1.45 bump
f90cd6
- Buildroot garbage cleanup
f90cd6
f90cd6
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.44-4
f90cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f90cd6
f90cd6
* Thu Jan 13 2011 Karsten Hopp <karsten@redhat.com> 1.44-3
f90cd6
- bump release and rebuild to fix dependency issues on s390x
f90cd6
f90cd6
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.44-2
f90cd6
- 661697 rebuild for fixing problems with vendorach/lib
f90cd6
f90cd6
* Sat Jul 31 2010 Paul Howarth <paul@city-fan.org> - 1.44-1
f90cd6
- update to 1.44:
f90cd6
  - use Module::Build::Compat's "traditional" configuration
f90cd6
  - loosen version requirements for Test::More and Pod::Simple
f90cd6
  - add File::Spec to the list of prereqs
f90cd6
- drop perl(Test::More) version requirement to 0.62
f90cd6
- drop perl(Pod::Simple) version requirement to 3.05
f90cd6
f90cd6
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.42-2
f90cd6
- Mass rebuild with perl-5.12.0
f90cd6
f90cd6
* Thu Mar 11 2010 Paul Howarth <paul@city-fan.org> - 1.42-1
f90cd6
- update to 1.42
f90cd6
- new upstream maintainer
f90cd6
- use Module::Build flow
f90cd6
- include README
f90cd6
- use less generic %%description and %%summary
f90cd6
- use _fixperms macro instead of our own chmod incantation
f90cd6
- bump Test::More build requirement to 0.70
f90cd6
- add versioned requires for Pod::Simple, Test::Builder::Tester and Test::More
f90cd6
f90cd6
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 1.40-2
f90cd6
- rebuild against perl 5.10.1
f90cd6
f90cd6
* Fri Oct 30 2009 Stepan Kasal <skasal@redhat.com> - 1.40-1
f90cd6
- new upstream version
f90cd6
f90cd6
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-6
f90cd6
- rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f90cd6
f90cd6
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-5
f90cd6
- rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f90cd6
f90cd6
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.26-4
f90cd6
- rebuild for perl 5.10 (again)
f90cd6
f90cd6
* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.26-3
f90cd6
- rebuild for new perl
f90cd6
f90cd6
* Thu Dec 20 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.26-2
f90cd6
- license tag fix
f90cd6
f90cd6
* Fri Jul 21 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.26-1
f90cd6
- Update to 1.26.
f90cd6
f90cd6
* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.24-2
f90cd6
- Rebuild for FC5 (perl 5.8.8).
f90cd6
f90cd6
* Fri Feb  3 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.24-1
f90cd6
- Update to 1.24.
f90cd6
f90cd6
* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.22-1
f90cd6
- Update to 1.22.
f90cd6
f90cd6
* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.20-3
f90cd6
- Add dist tag.
f90cd6
f90cd6
* Thu May 12 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.20-2
f90cd6
- rebuilt
f90cd6
f90cd6
* Thu Jun 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.20-0.fdr.1
f90cd6
- Update to 1.20.
f90cd6
f90cd6
* Wed May 12 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.16-0.fdr.2
f90cd6
- Avoid creation of the perllocal.pod file (make pure_install).
f90cd6
f90cd6
* Mon May  3 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.16-0.fdr.1
f90cd6
- Update to 1.16, dir handling patch applied upstream.
f90cd6
f90cd6
* Fri Apr 30 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.14-0.fdr.1
f90cd6
- Update to 1.14.
f90cd6
- Require perl(:MODULE_COMPAT_*).
f90cd6
- Add patch to avoid warnings from all_pod_files().
f90cd6
f90cd6
* Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.12-0.fdr.1
f90cd6
- Update to 1.12.
f90cd6
f90cd6
* Thu Jan 22 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.08-0.fdr.1
f90cd6
- Update to 1.08.
f90cd6
- Use %%{perl_vendorlib}.
f90cd6
f90cd6
* Wed Nov  5 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.96-0.fdr.1
f90cd6
- First build.