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