# Generated by go2rpm 1.3 %bcond_without check # https://github.com/cubiest/jibberjabber %global goipath github.com/cubiest/jibberjabber Version: 2.0 %gometa %global common_description %{expand: Cross Platform locale detection for Golang.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Cross Platform locale detection for Golang # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/text/language) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Apr 29 10:27:37 -03 2021 Facundo Acevedo - 2.0-1 - Initial package