File golang-github-arceliar-ironwood.spec of Package golang-github-arceliar-ironwood

# Generated by go2rpm 1.6.0
%bcond_without check

# https://github.com/Arceliar/ironwood
%global goipath         github.com/Arceliar/ironwood
%global commit          8951369625d0f222ef104f0cb20c2f7e23dc5cc9
%global shortcommit     89513696

%gometa

%global common_description %{expand:
# FIXME}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0~git20211125.%{shortcommit}
Release:        1%{?dist}
Summary:        Routing library with a net.PacketConn-compatible interface

# Upstream license specification: MPL-2.0 and BSD-3-Clause
License:        MPLv2.0 and BSD
URL:            %{gourl}
Source0:        https://%{goipath}/archive/%{commit}/ironwood-%{commit}.tar.gz
BuildRequires:  go-rpm-macros

BuildRequires:  golang(github.com/Arceliar/phony)
BuildRequires:  golang(golang.org/x/crypto/curve25519)
BuildRequires:  golang(golang.org/x/crypto/nacl/box)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles