# Generated by go2rpm %global debug_package %{nil} # Rounding errors %ifarch x86_64 %bcond_without check %else %bcond_with check %endif # https://github.com/onsi/gomega %global goipath github.com/onsi/gomega Version: 1.24.1 %gometa %global common_description %{expand: Ginkgo's preferred matcher library.} %global golicenses LICENSE %global godocs CHANGELOG.md CONTRIBUTING.md README.md RELEASING.md Name: %{goname} Release: %autorelease Summary: Ginkgo's preferred matcher library License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires echo 'golang(github.com/onsi/ginkgo/v2)' %install %gopkginstall %if %{with check} %check # Need Internet access et Go modules rm -rfv gexec/build_test.go %gocheck %endif %gopkgfiles %changelog %autochangelog