# Generated by go2rpm 1 # Doesn't work within Mock restrictive system %bcond_with check # https://github.com/jackc/pgconn %global goipath github.com/jackc/pgconn Version: 1.6.3 %gometa %global common_description %{expand: # FIXME} %global golicenses LICENSE %global godocs CHANGELOG.md README.md Name: %{goname} Release: 1%{?dist} Summary: None License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/jackc/chunkreader/v2) BuildRequires: golang(github.com/jackc/pgio) BuildRequires: golang(github.com/jackc/pgpassfile) BuildRequires: golang(github.com/jackc/pgproto3/v2) BuildRequires: golang(github.com/jackc/pgservicefile) BuildRequires: golang(golang.org/x/crypto/pbkdf2) BuildRequires: golang(golang.org/x/text/secure/precis) BuildRequires: golang(golang.org/x/xerrors) %if %{with check} # Tests BuildRequires: golang(github.com/jackc/pgmock) BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Jul 25 07:14:20 CEST 2020 Robert-André Mauchin - 1.6.3-1 - Initial package