# Generated by go2rpm %bcond_without check # https://github.com/cloudfoundry/clock %global goipath code.cloudfoundry.org/clock %global forgeurl https://github.com/cloudfoundry/clock %global commit 02e53af36e6c978af692887ed449b74026d76fec %gometa %global common_description %{expand: This package provides a Clock interface, useful for injecting time dependencies in tests.} %global golicenses LICENSE NOTICE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Time provider & rich fake for Go # 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 * Mon May 06 21:45:50 CEST 2019 Robert-André Mauchin - 0-0.1.20190506git02e53af - Initial package