2010-02-16 04:11:03 +00:00
|
|
|
Name: perl-Pod-Coverage-TrustPod
|
2014-11-13 11:29:26 +00:00
|
|
|
Version: 0.100003
|
|
|
|
Release: 1%{?dist}
|
2010-02-16 04:11:03 +00:00
|
|
|
Summary: Allow a module's pod to contain Pod::Coverage hints
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: http://search.cpan.org/dist/Pod-Coverage-TrustPod/
|
2014-11-13 11:29:26 +00:00
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Pod-Coverage-TrustPod-%{version}.tar.gz
|
2010-02-16 04:11:03 +00:00
|
|
|
BuildArch: noarch
|
2014-11-13 11:29:26 +00:00
|
|
|
# Build:
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
2012-10-25 07:55:11 +00:00
|
|
|
# Run-time:
|
|
|
|
BuildRequires: perl(base)
|
2010-11-19 06:54:57 +00:00
|
|
|
BuildRequires: perl(Pod::Coverage::CountParents)
|
2010-02-16 04:11:03 +00:00
|
|
|
BuildRequires: perl(Pod::Eventual::Simple)
|
2010-11-19 06:54:57 +00:00
|
|
|
BuildRequires: perl(Pod::Find)
|
2014-11-13 11:29:26 +00:00
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
2012-10-25 07:55:11 +00:00
|
|
|
# Tests:
|
|
|
|
BuildRequires: perl(Carp::Heavy)
|
|
|
|
BuildRequires: perl(lib)
|
2014-11-13 11:29:26 +00:00
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
# Explicit dependencies:
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
2010-02-16 04:11:03 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This is a Pod::Coverage subclass (actually, a subclass of
|
|
|
|
Pod::Coverage::CountParents) that allows the POD itself to declare certain
|
|
|
|
symbol names trusted.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Pod-Coverage-TrustPod-%{version}
|
|
|
|
|
|
|
|
%build
|
2014-11-13 11:29:26 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
2010-02-16 04:11:03 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2014-11-13 11:29:26 +00:00
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
|
|
%{_fixperms} %{buildroot}
|
2010-02-16 04:11:03 +00:00
|
|
|
|
|
|
|
%check
|
2014-11-13 11:29:26 +00:00
|
|
|
make test
|
2010-02-16 04:11:03 +00:00
|
|
|
|
|
|
|
%files
|
2014-11-13 11:29:26 +00:00
|
|
|
%license LICENSE
|
|
|
|
%doc Changes README
|
|
|
|
%{perl_vendorlib}/Pod/
|
|
|
|
%{_mandir}/man3/Pod::Coverage::TrustPod.3*
|
2010-02-16 04:11:03 +00:00
|
|
|
|
|
|
|
%changelog
|
2014-11-13 11:29:26 +00:00
|
|
|
* Thu Nov 13 2014 Paul Howarth <paul@city-fan.org> - 0.100003-1
|
|
|
|
- Update to 0.100003
|
|
|
|
- The string *EVERYTHING* is now a pattern meaning "trust everything"
|
|
|
|
- Only anchor the regex from Pod; trustme regex are again non-anchored
|
|
|
|
- Use %%license
|
|
|
|
- Make %%files list more explicit
|
|
|
|
|
2014-08-28 13:08:03 +00:00
|
|
|
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.100002-9
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-06-07 09:12:31 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100002-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-04 00:28:59 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100002-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-22 19:50:09 +00:00
|
|
|
* Mon Jul 22 2013 Petr Pisar <ppisar@redhat.com> - 0.100002-6
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-02-14 14:47:40 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100002-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-10-25 07:55:11 +00:00
|
|
|
* Thu Oct 25 2012 Petr Pisar <ppisar@redhat.com> - 0.100002-4
|
|
|
|
- Correct dependencies
|
|
|
|
|
2012-07-20 18:29:26 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100002-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-14 00:17:11 +00:00
|
|
|
* Thu Jun 14 2012 Petr Pisar <ppisar@redhat.com> - 0.100002-2
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-04-22 12:32:56 +00:00
|
|
|
* Sun Apr 22 2012 Iain Arnell <iarnell@gmail.com> 0.100002-1
|
|
|
|
- update to latest upstream version
|
|
|
|
- clean up spec for modern rpmbuild
|
|
|
|
|
2012-01-13 16:52:52 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100001-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-07-31 06:58:30 +00:00
|
|
|
* Tue Jul 26 2011 Iain Arnell <iarnell@gmail.com> 0.100001-1
|
|
|
|
- update to latest upstream
|
|
|
|
|
2011-07-21 13:52:58 +00:00
|
|
|
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.100000-3
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-07-21 08:30:06 +00:00
|
|
|
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.100000-2
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-04-09 08:08:38 +00:00
|
|
|
* Sat Apr 09 2011 Iain Arnell <iarnell@gmail.com> 0.100000-1
|
|
|
|
- update to latest upstream version
|
|
|
|
|
2011-02-09 05:58:38 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.092832-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-11-19 06:54:57 +00:00
|
|
|
* Fri Nov 19 2010 Iain Arnell <iarnell@gmail.com> 0.092832-1
|
|
|
|
- update to latest upstream version
|
|
|
|
|
2010-05-04 19:59:36 +00:00
|
|
|
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.092830-4
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2010-02-16 04:11:03 +00:00
|
|
|
* Tue Feb 16 2010 Iain Arnell <iarnell@gmail.com> 0.092830-3
|
|
|
|
- use perl_default_filter
|
|
|
|
- use DESTDIR, not PERL_INSTALL_ROOT
|
|
|
|
|
|
|
|
* Wed Feb 03 2010 Iain Arnell <iarnell@gmail.com> 0.092830-2
|
|
|
|
- requires perl(Pod::Coverage::CountParents)
|
|
|
|
|
|
|
|
* Thu Jan 14 2010 Iain Arnell 0.092830-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.78.
|