# Generated by go2rpm 1.3 # Test fail and upstream is dead %bcond_with check # https://github.com/couchbase/gomemcached %global goipath github.com/couchbase/gomemcached Version: 0.1.1 %global commit c432ccf49f320adf4f7c827e3fbd31d6ea4cdf2b %gometa %global common_description %{expand: This is a memcached binary protocol toolkit in go. It provides client and server functionality as well as a little sample server showing how I might make a server if I valued purity over performance.} %global golicenses LICENSE %global godocs README.markdown example Name: %{goname} Release: 1%{?dist} Summary: A memcached binary protocol toolkit for go License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/couchbase/goutils/logging) BuildRequires: golang(github.com/couchbase/goutils/scramsha) BuildRequires: golang(github.com/pkg/errors) BuildRequires: golang(github.com/stretchr/testify/mock) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Jan 10 13:56:15 CET 2021 Robert-André Mauchin - 0.1.1-1.20210110gitc432ccf - Initial package