[packages/golang] BR mercurial
glen
glen at pld-linux.org
Wed Aug 21 15:34:32 CEST 2013
commit 8dbb36e3f79828c83e1b1f5aaf96d891b02e33ba
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Aug 21 15:38:13 2013 +0300
BR mercurial
seems to be used by build:
+ cd src
+ LC_ALL=C
PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/home/users/glen/rpm/packages/BUILD.i686-linux/go/bin
./all.bash
# Building C bootstrap tool.
cmd/dist
go tool dist: FAILED: hg identify -b
./make.bash: line 120: hg: command not found
golang.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/golang.spec b/golang.spec
index d821dad..dfd6584 100644
--- a/golang.spec
+++ b/golang.spec
@@ -3,6 +3,7 @@
# - add verbose build output (currently dummy bcond)
# - setup GOMAXPROCS=2 from _smp_mflags
# - fix CC containing spaces (ccache)
+# - check if hg use at build time can be dropped
# Conditional build:
%bcond_without tests # build without tests
@@ -21,6 +22,7 @@ Source0: https://go.googlecode.com/files/go%{version}.src.tar.gz
URL: http://golang.org/
BuildRequires: bison
BuildRequires: ed
+BuildRequires: mercurial
BuildRequires: rpm-pythonprov
%if %{with tests}
BuildRequires: hostname
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/golang.git/commitdiff/c67d294ca4973f2e68810ae90e8793bdee49dbfd
More information about the pld-cvs-commit
mailing list