# 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: 4%{?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 Jul 27 2020 Fedora Release Engineering - 1.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 1.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Apr 29 22:01:05 CEST 2019 Robert-André Mauchin - 1.2.1-1 - Initial package