# Generated by go2rpm 1.6.0 %bcond_without check %global debug_package %{nil} # https://github.com/go-delve/liner %global goipath github.com/go-delve/liner %global commit d32d89dd2a5d795f9c72bf570c4a9f1743f37ee4 %gometa %global common_description %{expand: Liner is a command line editor with history. It was inspired by linenoise; everything Unix-like is a VT100 (or is trying very hard to be). If your terminal is not pretending to be a VT100, change it.} %global golicenses COPYING %global godocs README.md Name: %{goname} Version: 1.2.3 Release: 1%{?dist} Summary: Pure Go line editor with history License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Jun 29 2022 Alejandro Sáez - 1.2.3-1 - Initial package