Blame golang-github-armon-consul-api.spec

48c073e
# Generated by go2rpm
48c073e
# Needs network
d900b2b
%bcond_with check
d900b2b
d900b2b
# https://github.com/armon/consul-api
d900b2b
%global goipath         github.com/armon/consul-api
d900b2b
%global commit          eb2c6b5be1b66bab83016e0b05f01b8d5496ffbd
d900b2b
48c073e
%gometa
48c073e
d900b2b
%global common_description %{expand:
d900b2b
This package provides the consulapi package which attempts to provide
d900b2b
programmatic access to the full Consul API.
d900b2b
d900b2b
Currently, all of the Consul APIs included in version 0.4 are supported.}
d900b2b
48c073e
%global golicenses      LICENSE
48c073e
%global godocs          README.md
d900b2b
d900b2b
Name:           %{goname}
d900b2b
Version:        0
a81c97c
Release:        0.3%{?dist}
d900b2b
Summary:        Golang API client for Consul
48c073e
48c073e
# Upstream license specification: MPL-2.0
d900b2b
License:        MPLv2.0
d900b2b
URL:            %{gourl}
d900b2b
Source0:        %{gosource}
d900b2b
d900b2b
%description
d900b2b
%{common_description}
d900b2b
48c073e
%gopkg
d900b2b
d900b2b
%prep
48c073e
%goprep
d900b2b
d900b2b
%install
48c073e
%gopkginstall
d900b2b
d900b2b
%if %{with check}
d900b2b
%check
48c073e
%gocheck
d900b2b
%endif
d900b2b
48c073e
%gopkgfiles
d900b2b
d900b2b
%changelog
a81c97c
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
a81c97c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a81c97c
48c073e
* Fri Apr 26 15:13:53 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.2.20190408giteb2c6b5
48c073e
- Update to new macros
48c073e
d900b2b
* Mon Apr 08 20:35:32 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190408giteb2c6b5
d900b2b
- First package for Fedora