Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > c0addb0a8d4ac25330da8b1edad00cc5 > files > 1

golang-github-kolo-xmlrpc-0-2.mga9.src.rpm

# Generated by go2rpm
# Needs an xmlrpc server
%bcond_with check

# https://github.com/kolo/xmlrpc
%global goipath         github.com/kolo/xmlrpc
%global commit          38db28db192bb84c8d980177f9d8ad8e7c58bbe3

%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:        %mkrel 2
Summary:        Implementation of XMLRPC protocol in Go language
Group:          Development/Other
BuildArch:      noarch
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
* Mon Mar 21 2022 umeabot <umeabot> 0-2.mga9
+ Revision: 1816006
- Mageia 9 Mass Rebuild

* Sat Jan 29 2022 guillomovitch <guillomovitch> 0-1.mga9
+ Revision: 1770427
- imported package golang-github-kolo-xmlrpc