Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
spec: add missing build dependency
author
Felipe Contreras
<felipe.contreras@gmail.com>
Fri, 6 Apr 2012 12:22:30 +0000
(15:22 +0300)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 6 Apr 2012 17:15:11 +0000
(10:15 -0700)
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>
git.spec.in
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
e5056c0
)
diff --git
a/git.spec.in
b/git.spec.in
index b93df109c8f34ec25bd837aa7f1301b9f492efb0..d61d537ef0cbdfa9d4a719ca622e148bbe436fd1 100644
(file)
--- 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