import perl-Pod-Coverage-TrustPod-0.100003-6.el8+1694+ef8073e1
This commit is contained in:
commit
5d0dd47202
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/Pod-Coverage-TrustPod-0.100003.tar.gz
|
1
.perl-Pod-Coverage-TrustPod.metadata
Normal file
1
.perl-Pod-Coverage-TrustPod.metadata
Normal file
@ -0,0 +1 @@
|
||||
46156ba71d1a2c91feff743a7491f642f008ccc8 SOURCES/Pod-Coverage-TrustPod-0.100003.tar.gz
|
136
SPECS/perl-Pod-Coverage-TrustPod.spec
Normal file
136
SPECS/perl-Pod-Coverage-TrustPod.spec
Normal file
@ -0,0 +1,136 @@
|
||||
Name: perl-Pod-Coverage-TrustPod
|
||||
Version: 0.100003
|
||||
Release: 6%{?dist}
|
||||
Summary: Allow a module's pod to contain Pod::Coverage hints
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Pod-Coverage-TrustPod/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Pod-Coverage-TrustPod-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Build:
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
# Run-time:
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Pod::Coverage::CountParents)
|
||||
BuildRequires: perl(Pod::Eventual::Simple)
|
||||
BuildRequires: perl(Pod::Find)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Tests:
|
||||
BuildRequires: perl(Carp::Heavy)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
# Explicit dependencies:
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
%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
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/Pod/
|
||||
%{_mandir}/man3/Pod::Coverage::TrustPod.3*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.100003-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.100003-5
|
||||
- Perl 5.24 rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.100003-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100003-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.100003-2
|
||||
- Perl 5.22 rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.100002-9
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* 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
|
||||
|
||||
* Mon Jul 22 2013 Petr Pisar <ppisar@redhat.com> - 0.100002-6
|
||||
- Perl 5.18 rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Oct 25 2012 Petr Pisar <ppisar@redhat.com> - 0.100002-4
|
||||
- Correct dependencies
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Jun 14 2012 Petr Pisar <ppisar@redhat.com> - 0.100002-2
|
||||
- Perl 5.16 rebuild
|
||||
|
||||
* Sun Apr 22 2012 Iain Arnell <iarnell@gmail.com> 0.100002-1
|
||||
- update to latest upstream version
|
||||
- clean up spec for modern rpmbuild
|
||||
|
||||
* 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
|
||||
|
||||
* Tue Jul 26 2011 Iain Arnell <iarnell@gmail.com> 0.100001-1
|
||||
- update to latest upstream
|
||||
|
||||
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.100000-3
|
||||
- Perl mass rebuild
|
||||
|
||||
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.100000-2
|
||||
- Perl mass rebuild
|
||||
|
||||
* Sat Apr 09 2011 Iain Arnell <iarnell@gmail.com> 0.100000-1
|
||||
- update to latest upstream version
|
||||
|
||||
* 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
|
||||
|
||||
* Fri Nov 19 2010 Iain Arnell <iarnell@gmail.com> 0.092832-1
|
||||
- update to latest upstream version
|
||||
|
||||
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.092830-4
|
||||
- Mass rebuild with perl-5.12.0
|
||||
|
||||
* 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.
|
Loading…
Reference in New Issue
Block a user