# Generated by go2rpm # Needs an xmlrpc server %bcond_with check # https://github.com/kolo/xmlrpc %global goipath github.com/kolo/xmlrpc %global commit de6d879202d7d642e74d3a70d4e9d560f252cb22 %gometa %global common_description %{expand: Xmlrpc is an implementation of client side part of XMLRPC protocol in Go language.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.5%{?dist} Summary: Implementation of XMLRPC protocol in Go language License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(golang.org/x/text/encoding/charmap) BuildRequires: golang(golang.org/x/text/transform) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 02 22:55:53 CEST 2019 Robert-André Mauchin - 0-0.5.20190502gitde6d879 - Bump to commit de6d879202d7d642e74d3a70d4e9d560f252cb22 * Fri Feb 01 2019 Fedora Release Engineering - 0-0.4.git0826b98 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 0-0.3.git0826b98 - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering - 0-0.2.git0826b98 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue May 15 2018 Paul Gier - 0-0.1.20180513git0826b9 - First package for Fedora