# 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.2%{?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 * Fri Apr 26 15:13:53 CEST 2019 Robert-André Mauchin - 0-0.2.20190408giteb2c6b5 - Update to new macros * Mon Apr 08 20:35:32 CET 2019 Robert-André Mauchin - 0-0.1.20190408giteb2c6b5 - First package for Fedora