# Generated by go2rpm 1.9.0 %bcond_without check %global debug_package %{nil} # https://github.com/kubernetes-sigs/yaml %global goipath sigs.k8s.io/yaml %global forgeurl https://github.com/kubernetes-sigs/yaml Version: 1.3.0 %gometa %global common_description %{expand: A better way to marshal and unmarshal YAML in Golang.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md RELEASE.md code-of-\\\ conduct.md Name: %{goname} Release: %autorelease Summary: Marshal and unmarshal YAML in Go License: MIT and BSD-3-Clause 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