Correct dependencies
This commit is contained in:
parent
9eaaec760b
commit
395113e1d0
@ -1,20 +1,24 @@
|
|||||||
Name: perl-Pod-Coverage-TrustPod
|
Name: perl-Pod-Coverage-TrustPod
|
||||||
Version: 0.100002
|
Version: 0.100002
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Allow a module's pod to contain Pod::Coverage hints
|
Summary: Allow a module's pod to contain Pod::Coverage hints
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Pod-Coverage-TrustPod/
|
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
|
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Coverage-TrustPod-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(Carp::Heavy)
|
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
# Run-time:
|
||||||
|
BuildRequires: perl(base)
|
||||||
BuildRequires: perl(Pod::Coverage::CountParents)
|
BuildRequires: perl(Pod::Coverage::CountParents)
|
||||||
BuildRequires: perl(Pod::Eventual::Simple)
|
BuildRequires: perl(Pod::Eventual::Simple)
|
||||||
BuildRequires: perl(Pod::Find)
|
BuildRequires: perl(Pod::Find)
|
||||||
BuildRequires: perl(Test::Pod)
|
# Tests:
|
||||||
BuildRequires: perl(Test::Pod::Coverage)
|
BuildRequires: perl(Carp::Heavy)
|
||||||
|
BuildRequires: perl(lib)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
|
# Optional tests:
|
||||||
|
BuildRequires: perl(Test::Pod)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
%{?perl_default_filter}
|
%{?perl_default_filter}
|
||||||
@ -47,6 +51,9 @@ RELEASE_TESTING=1 make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user