# Generated by go2rpm %bcond_without check # https://github.com/ziutek/mymysql %global goipath github.com/ziutek/mymysql Version: 1.5.4 %global commit adcfec29206e9f557b2873e46797cc7ceafc81ec %gometa %global common_description %{expand: This package contains MySQL client API written entirely in Go. It is designed to work with the MySQL protocol version 4.1 or greater. It definitely works well with MySQL server version 5.0 and 5.1 (I use these versions of MySQL servers for my applications).} %global golicenses LICENSE %global godocs examples README.md Name: %{goname} Release: 1%{?dist} Summary: MySQL Client API written entirely in Go # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check # autorc, godrv, native, thrsafe: need network %gocheck -d autorc -d godrv -d native -d thrsafe %endif %gopkgfiles %changelog * Fri May 31 18:24:03 CEST 2019 Robert-André Mauchin - 1.5.4-1.20190531gitadcfec2 - Initial package