# Generated by go2rpm 1.2 %bcond_without check # https://github.com/rivo/tview %global goipath github.com/rivo/tview %global commit 2cb20002bc4c20294177896d4c742be039e92869 %gometa %global common_description %{expand: Rich interactive widgets for terminal-based UIs written in Go.} %global golicenses LICENSE.txt %global godocs README.md CODE_OF_CONDUCT.md CONTRIBUTING.md\\\ Name: %{goname} Version: 0 Release: 3%{?dist} Summary: Rich interactive widgets for terminal-based UIs written in Go License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/gdamore/tcell) BuildRequires: golang(github.com/lucasb-eyer/go-colorful) BuildRequires: golang(github.com/mattn/go-runewidth) BuildRequires: golang(github.com/rivo/uniseg) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Nov 30 2021 Bruno Meneguele - 0.0.0-20210923051754-2cb20002bc4c-1 - Rebase to upstream release 0.0.0-20210923051754-2cb20002bc4c * Mon Jan 25 2021 Bruno Meneguele - 0-3.gitdbc1f32 - Rebase to a new upstream commit * Thu Jan 14 2021 Bruno Meneguele - 0-2.gitd551c85 - Rebase to a new upstream commit * Tue Oct 06 15:19:01 CEST 2020 Patrick Talbert - 0-1.git82b05c9 - Initial package