# Generated by go2rpm 1 %bcond_without check # https://github.com/dgraph-io/ristretto %global goipath github.com/dgraph-io/ristretto Version: 0.0.2 %gometa %global common_description %{expand: A high performance memory-bound Go cache.} %global golicenses LICENSE LICENSE-z %global godocs README.md CHANGELOG.md README-z.md Name: %{goname} Release: 1%{?dist} Summary: High performance memory-bound Go cache License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/cespare/xxhash) %if %{with check} # Tests BuildRequires: golang(github.com/dgryski/go-farm) BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep mv %{_builddir}/ristretto-%{version}/z/LICENSE LICENSE-z mv %{_builddir}/ristretto-%{version}/z/README.md README-z.md %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Apr 07 2020 Fabian Affolter - 0.0.2-1 - Initial package