
The contents of the files directory are all directly extracted from the golang 1.11.2 src rpm. The spec file has been updated to build a src tarball for go 1.12.9. The modifications can be viewed by examining a diff of the golang.spec and the golang.spec.orig files. Change-Id: Ib1bdde20d37147d08d38449d1db9c903cef38e7a Story: 2005860 Task: 35840 Depends-On: https://review.opendev.org/#/c/671147 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
# Where to set GOPATH for builds. Like:
|
|
# export GOPATH=$(pwd)/_build:%{gopath}
|
|
%gopath %{_datadir}/gocode
|
|
|
|
# for use like:
|
|
# ExclusiveArch: %{go_arches}
|
|
%go_arches %{ix86} x86_64 %{arm} aarch64 ppc64le
|
|
|