|
|
2da784 |
Name: perl-Test-Pod-Coverage
|
|
|
2da784 |
Version: 1.10
|
|
|
2da784 |
Release: 10%{?dist}
|
|
|
2da784 |
Summary: Check for pod coverage in your distribution
|
|
|
2da784 |
Group: Development/Libraries
|
|
|
2da784 |
License: Artistic 2.0
|
|
|
2da784 |
URL: http://search.cpan.org/dist/Test-Pod-Coverage/
|
|
|
2da784 |
Source0: http://www.cpan.org/authors/id/N/NE/NEILB/Test-Pod-Coverage-%{version}.tar.gz
|
|
|
2da784 |
BuildArch: noarch
|
|
|
2da784 |
BuildRequires: perl-interpreter
|
|
|
2da784 |
BuildRequires: perl-generators
|
|
|
2da784 |
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
2da784 |
BuildRequires: perl(strict)
|
|
|
2da784 |
BuildRequires: perl(warnings)
|
|
|
2da784 |
# Run-time:
|
|
|
2da784 |
BuildRequires: perl(Pod::Coverage)
|
|
|
2da784 |
BuildRequires: perl(Test::Builder)
|
|
|
2da784 |
# Tests:
|
|
|
2da784 |
BuildRequires: perl(base)
|
|
|
2da784 |
BuildRequires: perl(lib)
|
|
|
2da784 |
BuildRequires: perl(Pod::Coverage::CountParents)
|
|
|
2da784 |
BuildRequires: perl(Test::Builder::Tester)
|
|
|
2da784 |
BuildRequires: perl(Test::More)
|
|
|
2da784 |
# Optional tests:
|
|
|
2da784 |
BuildRequires: perl(Test::Pod) >= 1.14
|
|
|
2da784 |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
2da784 |
|
|
|
2da784 |
%description
|
|
|
2da784 |
Test::Pod::Coverage is used to create a test for your distribution, to
|
|
|
2da784 |
ensure that all relevant files in your distribution are appropriately
|
|
|
2da784 |
documented in pod.
|
|
|
2da784 |
|
|
|
2da784 |
%prep
|
|
|
2da784 |
%setup -q -n Test-Pod-Coverage-%{version}
|
|
|
2da784 |
|
|
|
2da784 |
%build
|
|
|
2da784 |
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
2da784 |
make %{?_smp_mflags}
|
|
|
2da784 |
|
|
|
2da784 |
%install
|
|
|
2da784 |
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
2da784 |
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
|
|
2da784 |
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
2da784 |
|
|
|
2da784 |
%check
|
|
|
2da784 |
make test
|
|
|
2da784 |
|
|
|
2da784 |
%files
|
|
|
2da784 |
%doc Changes README
|
|
|
2da784 |
%{perl_vendorlib}/Test/
|
|
|
2da784 |
%{_mandir}/man3/*.3pm*
|
|
|
2da784 |
|
|
|
2da784 |
%changelog
|
|
|
2da784 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-10
|
|
|
2da784 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-9
|
|
|
2da784 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.10-8
|
|
|
2da784 |
- Perl 5.26 rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-7
|
|
|
2da784 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.10-6
|
|
|
2da784 |
- Perl 5.24 rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-5
|
|
|
2da784 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-4
|
|
|
2da784 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.10-3
|
|
|
2da784 |
- Perl 5.22 rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.10-2
|
|
|
2da784 |
- Perl 5.20 rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Tue Jul 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.10-1
|
|
|
2da784 |
- 1.10 bump
|
|
|
2da784 |
- Updated license and URL
|
|
|
2da784 |
|
|
|
2da784 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-23
|
|
|
2da784 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Mon Feb 17 2014 Petr Pisar <ppisar@redhat.com> - 1.08-22
|
|
|
2da784 |
- Modernize spec file
|
|
|
2da784 |
- Specify all dependencies (bug #1066046)
|
|
|
2da784 |
|
|
|
2da784 |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-21
|
|
|
2da784 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 1.08-20
|
|
|
2da784 |
- Perl 5.18 rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Mon Feb 18 2013 Marcela Mašláňová <mmaslano@redhat.com> - 1.08-19
|
|
|
2da784 |
- Add missing BR: EU::MM
|
|
|
2da784 |
|
|
|
2da784 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-18
|
|
|
2da784 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Wed Aug 08 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.08-17
|
|
|
2da784 |
- Update BRs
|
|
|
2da784 |
|
|
|
2da784 |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-16
|
|
|
2da784 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 1.08-15
|
|
|
2da784 |
- Perl 5.16 rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-14
|
|
|
2da784 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.08-13
|
|
|
2da784 |
- Perl mass rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-12
|
|
|
2da784 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.08-11
|
|
|
2da784 |
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
2da784 |
|
|
|
2da784 |
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.08-10
|
|
|
2da784 |
- Mass rebuild with perl-5.12.0
|
|
|
2da784 |
|
|
|
2da784 |
* Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 1.08-9
|
|
|
2da784 |
- rebuild against perl 5.10.1
|
|
|
2da784 |
|
|
|
2da784 |
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-8
|
|
|
2da784 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-7
|
|
|
2da784 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
2da784 |
|
|
|
2da784 |
* Fri Jul 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-6
|
|
|
2da784 |
- fix license tag
|
|
|
2da784 |
|
|
|
2da784 |
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-5
|
|
|
2da784 |
- Rebuild for perl 5.10 (again)
|
|
|
2da784 |
|
|
|
2da784 |
* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-4
|
|
|
2da784 |
- rebuild for new perl
|
|
|
2da784 |
|
|
|
2da784 |
* Fri Sep 8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-3
|
|
|
2da784 |
- Rebuild for FC6.
|
|
|
2da784 |
|
|
|
2da784 |
* Sat Feb 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-2
|
|
|
2da784 |
- Rebuild for FC5 (perl 5.8.8).
|
|
|
2da784 |
|
|
|
2da784 |
* Thu Jan 26 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-1
|
|
|
2da784 |
- Update to 1.08.
|
|
|
2da784 |
|
|
|
2da784 |
* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-3
|
|
|
2da784 |
- Add dist tag.
|
|
|
2da784 |
|
|
|
2da784 |
* Thu May 12 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.06-2
|
|
|
2da784 |
- rebuilt
|
|
|
2da784 |
|
|
|
2da784 |
* Thu Jun 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.06-1
|
|
|
2da784 |
- Update to 1.06.
|
|
|
2da784 |
|
|
|
2da784 |
* Wed Jun 02 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.04-0.fdr.1
|
|
|
2da784 |
- First build.
|