# https://github.com/gohugoio/go-i18n %global goipath github.com/gohugoio/go-i18n Version: 2.1.3 %gometa %global common_description %{expand: A Go package and a command that helps you translate Go programs into multiple languages.} %global golicenses LICENSE Name: %{goname} Release: 1%{?dist} Summary: Go tools for translating Go programs into multiple languages License: MIT URL: %{gourl} Source0: %{gosource} # Deactivate tests that fail. Patch0: go-i18n-2.1.3-remove-broken-tests.patch %description %{common_description} %gopkg %prep %goprep %patch0 -p1 %install %gopkginstall %check %gocheck %gopkgfiles %changelog * Sun Dec 12 2021 W. Michael Petullo - 2.1.3-1 - Initial package