# Generated by go2rpm %bcond_without check # https://github.com/dustin/go-broadcast %global goipath github.com/dustin/go-broadcast %global commit f664265f5a662fb4d1df7f3533b1e8d0e0277120 %gometa %global common_description %{expand: Package Broadcast provides pubsub of messages over channels. A provider has a Broadcaster into which it Submits messages and into which subscribers Register to pick up those messages.} %global golicenses LICENSE %global godocs README.markdown Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Trivial channel pubsub License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Apr 30 14:50:49 CEST 2019 Robert-André Mauchin - 0-0.1.20190430gitf664265 - Initial package