From e681a93a98bf2ab1ef672ed70c81f0c0fbea68b5 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Fri, 6 Apr 2012 15:22:30 +0300 Subject: [PATCH] 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 --- git.spec.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2