# Generated by go2rpm 1.3 %bcond_without check # https://github.com/martinlindhe/base36 %global goipath github.com/martinlindhe/base36 Version: 1.1.0 %gometa %global common_description %{expand: Base36 implementation in Golang.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Base36 implementation in Golang License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Dec 09 10:22:19 CET 2020 Robert-André Mauchin - 1.1.0-1 - Initial package