Blame golang-github-influxdata-influxql.spec

eb7cb94
# Generated by go2rpm
eb7cb94
%bcond_without check
eb7cb94
eb7cb94
# https://github.com/influxdata/influxql
eb7cb94
%global goipath         github.com/influxdata/influxql
4e6daa0
Version:                1.1.0
eb7cb94
eb7cb94
%gometa
eb7cb94
eb7cb94
%global common_description %{expand:
eb7cb94
This is a reference for the Influx Query Language ("InfluxQL").
eb7cb94
eb7cb94
InfluxQL is a SQL-like query language for interacting with InfluxDB. It has been
eb7cb94
lovingly crafted to feel familiar to those coming from other SQL or SQL-like
eb7cb94
environments while providing features specific to storing and analyzing time
eb7cb94
series data.}
eb7cb94
eb7cb94
%global golicenses      LICENSE
eb7cb94
%global godocs          README.md
eb7cb94
eb7cb94
Name:           %{goname}
4e6daa0
Release:        1%{?dist}
eb7cb94
Summary:        Parser for the influxdb query language
eb7cb94
eb7cb94
License:        MIT
eb7cb94
URL:            %{gourl}
eb7cb94
Source0:        %{gosource}
eb7cb94
eb7cb94
BuildRequires:  golang(github.com/gogo/protobuf/proto)
eb7cb94
eb7cb94
%description
eb7cb94
%{common_description}
eb7cb94
eb7cb94
%gopkg
eb7cb94
eb7cb94
%prep
eb7cb94
%goprep
eb7cb94
eb7cb94
%install
eb7cb94
%gopkginstall
eb7cb94
eb7cb94
%if %{with check}
eb7cb94
%check
eb7cb94
%gocheck
eb7cb94
%endif
eb7cb94
eb7cb94
%gopkgfiles
eb7cb94
eb7cb94
%changelog
4e6daa0
* Tue Jul 28 00:24:21 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.0-1
4e6daa0
- Update to 1.1.0
4e6daa0
1657285
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
1657285
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
1657285
3a1a405
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
3a1a405
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
3a1a405
e603452
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
e603452
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
e603452
eb7cb94
* Sun Apr 28 22:56:25 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1
eb7cb94
- Initial package