# Generated by go2rpm 1.9.0 %bcond_without check %global debug_package %{nil} # https://github.com/google/go-sev-guest %global goipath github.com/google/go-sev-guest Version: 0.6.1 %gometa -f %global common_description %{expand: Go-sev-guest offers a library to wrap the /dev/sev-guest device in Linux, as well as a library for attestation verification of fundamental components of an attestation report.} %global golicenses LICENSE %global godocs CONTRIBUTING.md LIMITATIONS.md README.md Name: %{goname} Release: %autorelease Summary: Go-sev-guest offers a library to wrap the /dev/sev-guest device in Linux, as well as a library for attestation verification of fundamental components of an attestation report License: # FIXME URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %files %license LICENSE %doc CONTRIBUTING.md LIMITATIONS.md README.md %gopkgfiles %changelog %autochangelog