# Generated by go2rpm 1.9.0 %bcond_without check %global debug_package %{nil} # https://github.com/Azure/go-ansiterm %global goipath github.com/Azure/go-ansiterm %global commit 306776ec8161b5dc8676039adbf598a39bce3de0 # REMOVE BEFORE SUBMITTING THIS FOR REVIEW # --- # New Fedora packages should use %%gometa -f, which makes the package # ExclusiveArch to %%golang_arches_future and thus excludes the package from # %%ix86. If the new package is needed as a dependency for another package, # please consider removing that package from %%ix86 in the same way, instead of # building more go packages for i686. If your package is not a leaf package, # you'll need to coordinate the removal of the package's dependents first. # --- # REMOVE BEFORE SUBMITTING THIS FOR REVIEW %gometa -f %global common_description %{expand: Go package for ANSI terminal emulation in Windows.} %global golicenses LICENSE %global godocs SECURITY.md README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Go package for ANSI terminal emulation in Windows 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 * Thu Apr 20 2023 Sérgio Basto - 0-0.1.20230420git306776e - Initial package