# Generated by go2rpm %bcond_without check # https://github.com/rainycape/memcache %global goipath github.com/rainycape/memcache %global commit 1031fa0ce2f20c1c0e1e1b51951d8ea02c84fa05 %gometa %global common_description %{expand: This is a memcache client library for the Go programming language.} %global golicenses LICENSE %global godocs README.md orig.txt Name: %{goname} Version: 0 Release: 0.3%{?dist} Summary: High performance memcache client in Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} # https://github.com/rainycape/memcache/pull/5 Patch0: Use-Skipf-to-permit-formatting-directive.patch %description %{common_description} %gopkg %prep %goprep %patch0 -p1 %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 03 00:04:48 CEST 2019 Robert-André Mauchin - 0-0.3.20181126git1031fa0 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 0-0.2.git1031fa0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Nov 26 2018 Carl George - 0-0.1.20181126git1031fa0 - Initial package