# Generated by go2rpm 1 %bcond_without check # https://github.com/jackc/pgproto3 %global goipath github.com/jackc/pgproto3 Version: 2.0.2 %gometa %global goaltipaths github.com/jackc/pgproto3/v2 %global common_description %{expand: Package pgproto3 is a encoder and decoder of the PostgreSQL wire protocol version 3.} %global golicenses LICENSE %global godocs example README.md Name: %{goname} Release: 1%{?dist} Summary: Eencoder and decoder of the PostgreSQL wire protocol License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/jackc/chunkreader/v2) BuildRequires: golang(github.com/jackc/pgio) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Jul 25 13:46:10 CEST 2020 Robert-André Mauchin - 2.0.2-1 - Initial package