# Generated by go2rpm 1.9.0 %bcond_without check %bcond_with bootstrap %global debug_package %{nil} # https://github.com/jacobsa/ogletest %global goipath github.com/jacobsa/ogletest %global commit 80d50a735a1108a2aeb7abc4a988d183f20c5292 %gometa -f %global common_description %{expand: A Go unit testing framework with style similar to Google Test for C++ and Google JS Test.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: %autorelease -p Summary: Go unit testing framework similar to Google Test for C++ and Google JS Test License: Apache-2.0 URL: %{gourl} Source: %{gosource} Patch: 0001-Remove-github.com-jacobsa-oglemock-local-install.patch %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 rm test_cases/panicking.test.go %gocheck %endif %endif %gopkgfiles %changelog %autochangelog