# Generated by go2rpm 1.9.0 %bcond_without check %global debug_package %{nil} # https://github.com/container-orchestrated-devices/container-device-interface %global goipath github.com/container-orchestrated-devices/container-device-interface Version: 0.6.0 %gometa %global common_description %{expand: CDI (Container Device Interface), is a specification, for container-runtimes, to support third-party devices. It introduces an abstract notion of a device as a resource. Such devices are uniquely specified by a fully-qualified name that is constructed from a vendor ID, a device class, and a name that is unique per vendor ID-device class pair.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md SPEC.md Name: %{goname} Release: %autorelease Summary: CDI - The Container Device Interface License: Apache-2.0 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 %gopkgfiles %changelog %autochangelog