# Generated by go2rpm 1 %bcond_without check # https://github.com/bketelsen/crypt %global goipath github.com/bketelsen/crypt Version: 0.0.2 %global commit 5cbc8cc4026c0c1d3bf9c5d4e5a30398f99c99a9 %gometa %global common_description %{expand: Store and retrieve encrypted configs from etcd or consul.} %global golicenses LICENSE %global godocs README.md bin/crypt/README.md config/README.md Name: %{goname} Release: 1%{?dist} Summary: Store and retrieve encrypted configs from etcd or consul License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(cloud.google.com/go/firestore) BuildRequires: golang(github.com/coreos/etcd/client) BuildRequires: golang(github.com/hashicorp/consul/api) BuildRequires: golang(golang.org/x/crypto/openpgp) BuildRequires: golang(google.golang.org/api/iterator) BuildRequires: golang(google.golang.org/api/option) BuildRequires: golang(google.golang.org/grpc) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Aug 02 21:34:39 CEST 2020 Robert-André Mauchin - 0.0.2-1.20200802git5cbc8cc - Initial package