Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/vmihailenco/msgpack/
%global goipath         gopkg.in/vmihailenco/msgpack.v2
%global forgeurl        https://github.com/vmihailenco/msgpack/
Version:                2.9.1

%gometa

%global common_description %{expand:
MessagePack encoding for Golang.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Release:        2%{?dist}
Summary:        MessagePack encoding for Golang

# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Thu May 09 22:52:37 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.9.1-1
- Initial package