# Generated by go2rpm 1.3 %bcond_without check # https://github.com/couchbase/goutils %global goipath github.com/couchbase/goutils %global commit 5e82bb967e672ce6b0978c6780b0a5994c2d26c2 %gometa %global common_description %{expand: Common utility libraries for Couchbase Go code.} %global golicenses LICENSE.md %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Common utility libraries for Couchbase Go code # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} # ONly needed by go-cbaudit # BuildRequires: golang(github.com/couchbase/cbauth) # BuildRequires: golang(github.com/couchbase/clog) # BuildRequires: golang(github.com/couchbase/go-couchbase) # BuildRequires: golang(github.com/couchbase/gomemcached) # BuildRequires: golang(github.com/couchbase/gomemcached/client) BuildRequires: golang(github.com/pkg/errors) BuildRequires: golang(golang.org/x/crypto/pbkdf2) %description %{common_description} %gopkg %prep %goprep rm -rf go-cbaudit/ %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Jan 10 13:10:44 CET 2021 Robert-André Mauchin - 0-0.1.20210110git5e82bb9 - Initial package