# Generated by go2rpm %bcond_without check # https://github.com/performancecopilot/speed %global goipath github.com/performancecopilot/speed Version: 3.0.1 %gometa %global common_description %{expand: Package Speed implements a Golang client for the Performance Co-Pilot instrumentation API.} %global golicenses LICENSE %global godocs examples CHANGELOG.md README.md Name: %{goname} Release: 1%{?dist} Summary: Go implementation of the PCP instrumentation API License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/codahale/hdrhistogram) BuildRequires: golang(github.com/edsrzf/mmap-go) BuildRequires: golang(github.com/pkg/errors) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 15 00:45:50 CEST 2019 Robert-André Mauchin - 3.0.1-1 - Initial package