# Generated by go2rpm # Requires an influxdb server %bcond_with check # https://github.com/influxdata/influxdb-client-go %global goipath github.com/influxdata/influxdb-client-go Version: 0.1.4 %gometa %global common_description %{expand: InfluxDB 2.x's golang client.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: InfluxDB 2.x's golang client License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/influxdata/line-protocol) %if %{with check} # Tests BuildRequires: golang(github.com/google/go-cmp/cmp) BuildRequires: golang(github.com/influxdata/flux) BuildRequires: golang(github.com/influxdata/flux/ast) BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Feb 05 2020 Xavier Bachelot - 0.1.4-1 - Initial package