Blob Blame History Raw
# Generated by go2rpm
# Needs network
%bcond_with check

# https://github.com/armon/consul-api
%global goipath         github.com/armon/consul-api
%global commit          eb2c6b5be1b66bab83016e0b05f01b8d5496ffbd

%gometa

%global common_description %{expand:
This package provides the consulapi package which attempts to provide
programmatic access to the full Consul API.

Currently, all of the Consul APIs included in version 0.4 are supported.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.5%{?dist}
Summary:        Golang API client for Consul

# Upstream license specification: MPL-2.0
License:        MPLv2.0
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Fri Apr 26 15:13:53 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.2.20190408giteb2c6b5
- Update to new macros

* Mon Apr 08 20:35:32 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190408giteb2c6b5
- First package for Fedora