Specify all dependencies
This commit is contained in:
parent
71baacdc45
commit
64fb553fa0
@ -7,19 +7,27 @@ License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/File-HomeDir/
|
||||
Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/File-HomeDir-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Cwd) >= 3.12
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||
BuildRequires: perl(ExtUtils::MM_Unix)
|
||||
BuildRequires: perl(File::Path) >= 2.01
|
||||
BuildRequires: perl(File::Spec) >= 3.12
|
||||
BuilDrequires: perl(File::Spec::Functions)
|
||||
# POSIX not used on Linux
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(vars)
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(File::Temp) >= 0.19
|
||||
BuildRequires: perl(File::Which) >= 0.05
|
||||
%if !%{defined perl_bootstrap}
|
||||
# Mac::Files not used on Linux
|
||||
# Mac::SystemDirectory not used on Linux
|
||||
# Not used on Linux
|
||||
# Tests:
|
||||
BuildRequires: perl(Test::More) >= 0.47
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Cwd) >= 3.12
|
||||
Requires: perl(File::Path) >= 2.01
|
||||
@ -59,6 +67,7 @@ make test
|
||||
%changelog
|
||||
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 1.00-4
|
||||
- Perl 5.18 rebuild
|
||||
- Specify all dependencies
|
||||
|
||||
* Thu Jan 31 2013 Petr Šabata <contyk@redhat.com> - 1.00-3
|
||||
- Use the Module::Install provided by upstream (#906007)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user