# 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: 1%{?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 May 09 22:52:37 CEST 2019 Robert-André Mauchin - 2.9.1-1 - Initial package