# Generated by go2rpm 1.3 %bcond_without check # https://github.com/gosuri/uitable %global goipath github.com/gosuri/uitable Version: 0.0.4 %gometa %global common_description %{expand: uitable is a go library for representing data as tables for terminal applications. It provides primitives for sizing and wrapping columns to improve readability.} %global golicenses LICENSE util/wordwrap/LICENSE.md %global godocs example README.md Name: %{goname} Release: 5%{?dist} Summary: A go library to improve readability in terminal apps using tabular data License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/fatih/color) BuildRequires: golang(github.com/mattn/go-runewidth) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering - 0.0.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 0.0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sun May 16 2021 Davide Cavalca - 0.0.4-1 - Initial package