# https://github.com/goccy/go-yaml %global goipath github.com/goccy/go-yaml Version: 1.8.4 %gometa %global common_description %{expand: YAML support for the Go language} %global golicenses LICENSE %global godocs *.md Name: %{goname} Release: 1%{?dist} Summary: YAML support for the Go language License: MIT URL: %{gourl} Source0: %{gosource} #generate_buildrequires #go_generate_buildrequires BuildRequires: golang(github.com/fatih/color) BuildRequires: golang(github.com/go-playground/validator/v10) BuildRequires: golang(github.com/mattn/go-colorable) BuildRequires: golang(golang.org/x/xerrors) #BuildRequires: golang(github-fatih-color) #BuildRequires: golang(github.com/goccy/go-yaml) #BuildRequires: golang(github-kylelemons-godebug) #BuildRequires: golang(github-mattn-colorable) #BuildRequires: golang(github-pkg-errors) #BuildRequires: golang(github-spf13-pflag) #BuildRequires: golang(github-spf13-cobra) #BuildRequires: golang(golang-x-xerrors) #BuildRequires: golang(gopkg.in/op/go-logging.v1) #BuildRequires: golang(gopkg.in/yaml.v3) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %check %gocheck %gopkgfiles %changelog * Mon Dec 7 18:29:25 CET 2020 Christophe Fergeau - 1.8.4-1 - Initial import in Fedora