# Generated by go2rpm %bcond_without check # https://github.com/facebookgo/clock %global goipath github.com/facebookgo/clock %global commit 600d898af40aa09a7a93ecb9265d87b0504b6f03 %gometa %global common_description %{expand: Clock is a small library for mocking time in Go. It provides an interface around the standard library's time package so that the application can use the realtime clock while tests can use the mock clock.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Small library for mocking time in Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon May 06 00:02:45 CEST 2019 Robert-André Mauchin - 0-0.1.20190506git600d898 - Initial package