Skip to content

Commit

Permalink
spec: add missing build dependency
Browse files Browse the repository at this point in the history
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 <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
felipec authored and gitster committed Apr 6, 2012
1 parent e5056c0 commit e681a93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git.spec.in
Expand Up @@ -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
Expand Down

0 comments on commit e681a93

Please sign in to comment.