From: Felipe Contreras Date: Fri, 6 Apr 2012 12:22:30 +0000 (+0300) Subject: spec: add missing build dependency X-Git-Tag: v1.7.10~1 X-Git-Url: https://git.tokkee.org/?p=git.git;a=commitdiff_plain;h=e681a93a98bf2ab1ef672ed70c81f0c0fbea68b5 spec: add missing build dependency Otherwise: /usr/bin/perl Makefile.PL PREFIX='/opt/git' INSTALL_BASE='' Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: ...) at Makefile.PL line 1. BEGIN failed--compilation aborted at Makefile.PL line 1. make[1]: *** [perl.mak] Error 2 make: *** [perl/perl.mak] Error 2 Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- diff --git a/git.spec.in b/git.spec.in index b93df109c..d61d537ef 100644 --- a/git.spec.in +++ b/git.spec.in @@ -101,6 +101,7 @@ Group: Development/Libraries Requires: git = %{version}-%{release} Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(Error) +BuildRequires: perl(ExtUtils::MakeMaker) %description -n perl-Git Perl interface to Git