# Generated by go2rpm 1.3 %bcond_without check # https://github.com/scylladb/termtables %global goipath github.com/scylladb/termtables %global commit c4c0b6d42ff48f1769c3626062d1e3f363f1a662 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global date 20191203 %global distprefix %{nil} %gometa %global common_description %{expand: A Go port of the Ruby library terminal-tables for fast and simple ASCII table generation.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0~%{scm}.%{date}.%{shortcommit} Release: 1%{?dist} Summary: Go library for fast and simple ASCII table generation License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/mattn/go-runewidth) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 14 2021 Carl George - 0~git.20191203.c4c0b6d-1 - Initial package