# Generated by go2rpm %bcond_without check # https://github.com/davecgh/go-xdr %global goipath github.com/davecgh/go-xdr %global commit e6a2ba005892b6a5b27cb5352f64c2e96942dd28 %gometa %global common_description %{expand: Go-xdr implements the data representation portion of the External Data Representation (XDR) standard protocol as specified in RFC 4506 (obsoletes RFC 1832 and RFC 1014) in Pure Go (Golang). A comprehensive suite of tests are provided to ensure proper functionality. It is licensed under the liberal ISC license, so it may be used in open source or commercial projects.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Implements the XDR standard as specified in RFC 4506 in pure Go License: ISC URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun May 19 21:56:07 CEST 2019 Robert-André Mauchin - 0-0.1.20190519gite6a2ba0 - Initial package