115 lines
3.7 KiB
RPMSpec
115 lines
3.7 KiB
RPMSpec
Name: perl-Pod-Coverage-TrustPod
|
|
Version: 0.100002
|
|
Release: 9%{?dist}
|
|
Summary: Allow a module's pod to contain Pod::Coverage hints
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
URL: http://search.cpan.org/dist/Pod-Coverage-TrustPod/
|
|
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Coverage-TrustPod-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
# Run-time:
|
|
BuildRequires: perl(base)
|
|
BuildRequires: perl(Pod::Coverage::CountParents)
|
|
BuildRequires: perl(Pod::Eventual::Simple)
|
|
BuildRequires: perl(Pod::Find)
|
|
# Tests:
|
|
BuildRequires: perl(Carp::Heavy)
|
|
BuildRequires: perl(lib)
|
|
BuildRequires: perl(Test::More)
|
|
# Optional tests:
|
|
BuildRequires: perl(Test::Pod)
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
%{?perl_default_filter}
|
|
|
|
%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=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
%check
|
|
RELEASE_TESTING=1 make test
|
|
|
|
%files
|
|
%doc Changes LICENSE README
|
|
%{perl_vendorlib}/*
|
|
%{_mandir}/man3/*
|
|
|
|
%changelog
|
|
* 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.
|