# Generated by go2rpm 1 %bcond_without check # https://github.com/robfig/cron %global goipath github.com/robfig/cron Version: 1.2.0 %gometa %global common_description %{expand: A cron library for go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: A cron library for go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Aug 18 18:40:39 CEST 2020 Robert-André Mauchin - 1.2.0-1 - Initial package