https://bugzilla.redhat.com/show_bug.cgi?id=1018542
--- Comment #11 from Vincent Batts vbatts@redhat.com --- (In reply to Matthew Miller from comment #4)
I think this should do it for the %build section:
%build
mkdir -p src/github.com/jteeuwen/ ln -s $(pwd) src/github.com/jteeuwen/go-bindata export GOPATH=$(pwd) go build -v -a
does this still build fine if the rpm is installed on the host that is trying to do a new build of the RPM? Is setting of GOBIN needed? or passing '-o %{buildroot}/usr/bin/go-bindata' to go build?