%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} Patch0: 0001-Fix-tests-on-32bits-arches.patch 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 %autopatch -p1 %install %gopkginstall %check %gocheck %gopkgfiles %changelog * Tue Mar 1 2022 Julien Rische - 1.9.5-1 - Initial package release