nim / rpms / golang

Forked from rpms/golang 5 years ago
Clone
Vincent Batts be393a2
# Where to set GOPATH for builds. Like:
Vincent Batts be393a2
# export GOPATH=$(pwd)/_build:%{gopath}
Vincent Batts fd00fb3
%gopath          %{_datadir}/gocode
Vincent Batts be393a2
Vincent Batts be393a2
# for use like:
Vincent Batts be393a2
# ExclusiveArch:  %{go_arches}
Vincent Batts be393a2
%go_arches       %{ix86} x86_64 %{arm}
Vincent Batts be393a2