# Generated by go2rpm 1.9.0 %bcond_without check %bcond_with bootstrap %global debug_package %{nil} # https://github.com/jacobsa/oglemock %global goipath github.com/jacobsa/oglemock %global commit e94d794d06ffc6de42cb19d0dab3c219efdd6dcf %gometa -f %global common_description %{expand: A mocking framework for Go inspired by Google Mock for C++ and Google JS Test.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: %autorelease -p Summary: Mocking framework for Go inspired by Google Mock for C++ and Google JS Test License: Apache-2.0 URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %if %{without bootstrap} %generate_buildrequires %go_generate_buildrequires %endif %install %gopkginstall %if %{without bootstrap} %if %{with check} %check rm -rfv createmock/createmock_test.go %gocheck %endif %endif %gopkgfiles %changelog %autochangelog