# Generated by go2rpm 1 %bcond_without check # https://github.com/steveyen/gtreap %global goipath github.com/steveyen/gtreap %global commit 0abe01ef9be25c4aedc174758ec2d917314d6d70 %gometa %global common_description %{expand: Gtreap is an immutable treap implementation in the Go Language.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Gtreap is an immutable treap implementation in the Go Language License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Nov 05 14:27:30 +03 2019 ElXreno - 0-0.1.20191105git0abe01e - Initial package