# Generated by go2rpm 1.6.0 %bcond_without check %global debug_package %{nil} # https://github.com/timtadh/data-structures %global goipath github.com/timtadh/data-structures Version: 0.6.2 %gometa %global common_description %{expand: Data structures absent from Golang's standard library.} %global golicenses LICENSE %global godocs README.md exc_README.md Name: %{goname} Release: 1%{?dist} Summary: Go datastructures License: BSD URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep mv exc/README.md exc_README.md %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Jul 18 2022 Julien Rische - 0.6.2-1 - Initial package