# Generated by go2rpm %bcond_without check # https://github.com/serialx/hashring %global goipath github.com/serialx/hashring %global commit 8b2912629002c928de72c69aae20c8600bef41a6 %gometa %global common_description %{expand: Hashring implements consistent hashing that can be used when the number of server nodes can increase or decrease (like in memcached). The hashing ring is built using the same algorithm as libketama.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Consistent hashing "hashring" implementation in Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon May 06 00:44:43 CEST 2019 Robert-André Mauchin - 0-0.1.20190506git8b29126 - Initial package