# Generated by go2rpm 1.2 %bcond_without check # https://github.com/moby/term %global goipath github.com/moby/term %global commit df9cb8a406352e9543f2b7cae1c8579b51b8013e %gometa %global common_description %{expand: Go utilities for dealing with terminals Package term provides structures and helper functions to work with terminal (state, sizes).} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.6%{?dist} Summary: Go utilities for dealing with terminals # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/sys/unix) %if %{with check} # Tests BuildRequires: golang(github.com/creack/pty) BuildRequires: golang(github.com/google/go-cmp/cmp) BuildRequires: golang(gotest.tools/v3/assert) BuildRequires: golang(gotest.tools/v3/assert/cmp) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jul 21 2022 Fedora Release Engineering - 0-0.6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0-0.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Jan 10 19:21:24 CET 2021 Robert-André Mauchin - 0-0.2.20210110gitdf9cb8a - Bump to commit df9cb8a406352e9543f2b7cae1c8579b51b8013e * Thu Oct 29 21:45:19 CET 2020 Olivier Lemasle - 0-0.1.20201029git7f0af18 - Initial package