]> git.pld-linux.org Git - packages/golang.git/commitdiff
BR mercurial
authorElan Ruusamäe <glen@delfi.ee>
Wed, 21 Aug 2013 12:38:13 +0000 (15:38 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 21 Aug 2013 13:32:15 +0000 (16:32 +0300)
 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

index d821dadec6793d51b3a9b6425b3baf0e3ea57070..dfd658410bd749364977534ecf5e40ddcc22465a 100644 (file)
@@ -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
This page took 0.373384 seconds and 4 git commands to generate.