# Generated by go2rpm %bcond_without check # https://github.com/jmhodges/clock %global goipath github.com/jmhodges/clock Version: 1.1 %gometa %global common_description %{expand: Package Clock provides an abstraction for system time that enables testing of time-sensitive code.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Abstraction for system time that enables testing of time-sensitive code License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue May 07 22:01:22 CEST 2019 Robert-André Mauchin - 1.1-1 - Initial package