# Generated by go2rpm 1.9.0 %bcond_without check %global debug_package %{nil} # https://github.com/fitv/go-i18n %global goipath github.com/fitv/go-i18n Version: 1.0.4 %gometa -f %global common_description %{expand: I18n for Go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1 Summary: I18n for Go License: MIT URL: %{gourl} Source: %{gosource} BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(gopkg.in/yaml.v3) %description %{common_description} %godevelpkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Oct 27 2023 Jerzy Drożdż - 1.0.4-1 - Intial build