# Generated by go2rpm %bcond_without check # https://github.com/Azure/go-ansiterm %global goipath github.com/Azure/go-ansiterm %global commit d6e3b3328b783f23731bc4d058875b0371ff8109 %gometa %global common_description %{expand: This is a cross platform Ansi Terminal Emulation library. It reads a stream of Ansi characters and produces the appropriate function calls. The results of the function calls are platform dependent.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Go package for ANSI terminal emulation in Windows License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat May 04 21:18:59 CEST 2019 Robert-André Mauchin - 0-0.1.20190504gitd6e3b33 - Initial package