# Generated by go2rpm %bcond_without check # https://github.com/sean-/seed %global goipath github.com/sean-/seed %global commit e2103e2c35297fb7e17febb81e49b312087a2372 %gometa %global common_description %{expand: Boiler-plate to securely seed Go's random number generator (if possible). This library isn't anything fancy, it's just a canonical way of seeding Go's random number generator. Cribbed from Nomad before it was moved into Consul and made into a helper function, and now further modularized to be a super lightweight and reusable library.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Securely seed go's random number generator License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Apr 21 23:08:58 CEST 2019 Robert-André Mauchin - 0-0.1.20190421gite2103e2 - Initial package