# Generated by go2rpm 1.9.0 %bcond_without check %global debug_package %{nil} # https://github.com/atomicgo/cursor %global goipath atomicgo.dev/cursor %global forgeurl https://github.com/atomicgo/cursor Version: 0.2.0 %gometa -f %global common_description %{expand: Go module to move the terminal cursor in any direction on every operating system.} %global golicenses LICENSE %global godocs _examples CHANGELOG.md README.md Name: %{goname} Release: 1%{?dist} Summary: Go module to move the terminal cursor in any direction on every operating system License: MIT URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Oct 27 2023 Jerzy Drożdż - 0.2.0-1 - Initial build