# Generated by go2rpm %bcond_without check # https://github.com/nrdcg/goinwx %global goipath github.com/nrdcg/goinwx Version: 0.6.0 %gometa %global common_description %{expand: This Go library implements some parts of the official INWX XML-RPC API.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: INWX Go API client License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/fatih/structs) BuildRequires: golang(github.com/kolo/xmlrpc) BuildRequires: golang(github.com/mitchellh/mapstructure) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 02 22:54:08 CEST 2019 Robert-André Mauchin - 0.6.0-1 - Initial package