# Generated by go2rpm %bcond_without check # https://github.com/influxdata/influxql %global goipath github.com/influxdata/influxql Version: 1.0.0 %gometa %global common_description %{expand: This is a reference for the Influx Query Language ("InfluxQL"). InfluxQL is a SQL-like query language for interacting with InfluxDB. It has been lovingly crafted to feel familiar to those coming from other SQL or SQL-like environments while providing features specific to storing and analyzing time series data.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Parser for the influxdb query language License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/gogo/protobuf/proto) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Apr 28 22:56:25 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Initial package