Blob Blame History Raw
# Generated by go2rpm
# Needs network
%bcond_with check

# https://github.com/ishidawataru/sctp
%global goipath         github.com/ishidawataru/sctp
%global commit          6e2cb1366111dcf547c13531e3a263a067715847

%gometa

%global common_description %{expand:
Stream Control Transmission Protocol library for the Go programming language.}

%global golicenses      LICENSE
%global godocs          example README.md

Name:           %{goname}
Version:        0
Release:        0.2%{?dist}
Summary:        SCTP library for the Go programming language

# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Thu Jul 04 16:46:52 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.2.20190704git6e2cb13
- Bump to commit 6e2cb1366111dcf547c13531e3a263a067715847

* Mon May 06 20:11:05 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190628git07191f8
- Initial package