# Generated by go2rpm %bcond_without check # https://github.com/rs/xid %global goipath github.com/rs/xid Version: 1.2.1 %gometa %global common_description %{expand: Package Xid is a globally unique id generator library, ready to be used safely directly in your server code. Xid is using Mongo Object ID algorithm to generate globally unique ids with a different serialization (base64) to make it shorter when transported as a string.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Globally unique id generator thought for the web License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Apr 29 22:01:05 CEST 2019 Robert-André Mauchin - 1.2.1-1 - Initial package