https://bugzilla.redhat.com/show_bug.cgi?id=2031583
--- Comment #4 from Robert-André Mauchin 🐧 zebob.m@gmail.com --- Actually let me correct that:
# Generated by go2rpm 1.9.0 %bcond_without check %global debug_package %{nil}
# https://github.com/gohugoio/go-i18n %global goipath github.com/gohugoio/go-i18n Version: 2.1.2 %global commit 4c28c89f8013a686b0ef5a0ebcb063a586a3ba7f
%gometa -f
%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: %autorelease Summary: Go tools for translating Go programs into multiple languages
License: MIT URL: %{gourl} Source0: %{gosource} # https://github.com/gohugoio/hugo/issues/11336 Patch: https://github.com/nicksnyder/go-i18n/commit/dadad2bdb2a713748df0717eddd5449...
%description %{common_description}
%gopkg
%prep %goprep %autopatch -p1 sed -i "s|github.com/nicksnyder/go-i18n|github.com/gohugoio/go-i18n|" $(find . -iname "*.go" -type f)
%generate_buildrequires %go_generate_buildrequires
%install %gopkginstall
%check %gocheck
%gopkgfiles
%changelog %autochangelog