# 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.3 %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: 5%{?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 * Thu Jan 19 2023 Fedora Release Engineering - 0.1.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 0.1.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sun May 23 18:25:19 CEST 2021 Robert-André Mauchin - 0.1.3-1 - Update to 0.1.3 - Close: rhbz#1963643 * Tue Jan 26 2021 Fedora Release Engineering - 0.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Jan 10 13:56:15 CET 2021 Robert-André Mauchin - 0.1.1-1.20210110gitc432ccf - Initial package