%global goipath github.com/goccy/go-yaml Version: 1.9.5 %gometa %global common_description %{expand: Go package similar to github.com/go-yaml/yaml with some additional features.} %global golicenses LICENSE Name: %{goname} Release: 1%{?dist} Summary: YAML support for the Go language License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/fatih/color) BuildRequires: golang(golang.org/x/xerrors) BuildRequires: golang(github.com/go-playground/validator/v10) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %check %gocheck %gopkgfiles %changelog * Tue Feb 22 2022 Julien Rische - 1.9.5-1 - Initial package release