Specify all dependencies
This commit is contained in:
parent
1a7ad990fa
commit
b9caeb99ca
@ -1,6 +1,6 @@
|
||||
Name: perl-Devel-CheckLib
|
||||
Version: 0.98
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Check that a library is available
|
||||
|
||||
License: GPL+ or Artistic
|
||||
@ -11,8 +11,17 @@ Source0: http://www.cpan.org/modules/by-module/Devel/Devel-CheckLib-%{ver
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Run-time:
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp) >= 0.16
|
||||
BuildRequires: perl(Text::ParseWords)
|
||||
# Tests:
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(IO::CaptureOutput) >= 1.0801
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More) >= 0.62
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
@ -52,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 18 2012 Petr Pisar <ppisar@redhat.com> - 0.98-4
|
||||
- Specify all dependencies
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user