# Generated by go2rpm %bcond_without check # https://github.com/leesper/go_rng %global goipath github.com/leesper/go_rng %global commit a612b043e35337d205b8d4b4bb016a37cc29025e %gometa %global common_description %{expand: A pseudo-random number generator written in Golang.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: A pseudo-random number generator written in Golang # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Feb 06 2020 Xavier Bachelot - 0-0.1.20200206gita612b04 - Initial package