# Generated by go2rpm %bcond_without check # https://github.com/teris-io/shortid %global goipath github.com/teris-io/shortid Version: 1.0 %global commit 771a37caa5cf0c81f585d7b6df4dfc77e0615b5c %gometa %global common_description %{expand: The package shortid enables the generation of short, fully unique, non-sequential and by default URL friendly Ids at a rate of hundreds of thousands per second It guarantees uniqueness during the time period until 2050.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 2%{?dist} Summary: Short, fully unique, non-sequential and URL friendly Ids License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Jun 03 18:09:43 CEST 2019 Robert-André Mauchin - 1.0-2.20190315git771a37c - Update to new macros * Fri Mar 15 2019 Nathan Scott - 1.0-1.20190315git771a37c - First package for Fedora