# Generated by go2rpm %bcond_without check # https://github.com/tonistiigi/vt100 %global goipath github.com/tonistiigi/vt100 %global commit ad4c4a5743050fb7f88ce968dca9422f72a0e3f2 %gometa %global common_description %{expand: An raw-mode vt100 screen reader.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.7%{?dist} Summary: Raw-mode vt100 screen reader License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/facebookgo/httpdown) BuildRequires: golang(github.com/golang/glog) BuildRequires: golang(github.com/kr/pty) BuildRequires: golang(github.com/pkg/term/termios) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep find . -name "*.go" -exec sed -i "s|github.com/jaguilar/vt100|github.com/tonistiigi/vt100|" "{}" +; %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 20 2022 Fedora Release Engineering - 0-0.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0-0.6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0-0.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jul 03 21:55:15 CEST 2019 Robert-André Mauchin - 0-0.1.20190703gitad4c4a5 - Initial package