# Generated by go2rpm 1.3 # The tests require a running database server %bcond_with check # https://github.com/ClickHouse/clickhouse-go %global goipath github.com/ClickHouse/clickhouse-go Version: 1.4.5 %gometa %global common_description %{expand: Golang driver for ClickHouse.} %global golicenses LICENSE lib/lz4/LICENSE %global godocs examples CONTRIBUTING.md README.md\\\ lib/protocol/README.md Name: %{goname} Release: 1%{?dist} Summary: Golang driver for ClickHouse # Upstream license specification: MIT and BSD-2-Clause License: MIT and BSD URL: %{gourl} Source0: %{gosource} # Move from github.com/cloudflare/golz4 to github.com/DataDog/golz4 Patch0: %{url}/pull/381.patch BuildRequires: golang(github.com/jmoiron/sqlx) %if %{with check} # Tests BuildRequires: golang(github.com/bkaradzic/go-lz4) BuildRequires: golang(github.com/DataDog/golz4) BuildRequires: golang(github.com/pierrec/lz4) BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Jun 18 2021 Davide Cavalca - 1.4.5-1 - Initial package