# Generated by go2rpm %bcond_without check # https://github.com/jaguilar/vt100 %global goipath github.com/jaguilar/vt100 %global commit 81de19cb81a42fdf3933e869699f9e46e956d7d9 %gometa %global common_description %{expand: Package Vt100 implements a quick-and-dirty programmable ANSI terminal emulator. You could, for example, use it to run a program like nethack that expects a terminal as a subprocess. It tracks the position of the cursor, colors, and various other aspects of the terminal's state, and allows you to inspect them. We do very much mean the dirty part. It's not that we think it might have bugs. It's that we're SURE it does. Currently, we only handle raw mode, with no cooked mode features like scrolling. We also misinterpret some of the control codes, which may or may not matter for your purpose.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.11%{?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) BuildRequires: golang(golang.org/x/sys/unix) %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 * Thu Jan 19 2023 Fedora Release Engineering - 0-0.11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 0-0.10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0-0.9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0-0.8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0-0.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Jan 10 10:39:27 CET 2021 Robert-André Mauchin - 0-0.6.20210110git81de19c - Bumo to commit 81de19cb81a42fdf3933e869699f9e46e956d7d9 * Sat Aug 01 2020 Fedora Release Engineering - 0-0.5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_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 * Sun May 05 23:58:09 CEST 2019 Robert-André Mauchin - 0-0.1.20190627git2703a27 - Initial package