# Generated by go2rpm 1.3 %bcond_without check # https://github.com/xaionaro-go/spinlock %global goipath github.com/xaionaro-go/spinlock %global commit 30e6d1ce68a1e8ec39cc1388b1387626224cf52d %gometa %global common_description %{expand: This package implements sync.Locker as a spinlock.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Spinlock implementation for golang # Upstream license specification: CC0-1.0 License: CC0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon May 17 2021 Davide Cavalca - 0-0.1.20210517git30e6d1c - Initial package