# Generated by go2rpm # Tests need to be set up: https://github.com/jackc/pgx#testing %bcond_with check # https://github.com/jackc/pgx %global goipath github.com/jackc/pgx Version: 4.8.0 %gometa %global goaltipaths github.com/jackc/pgx/v4 %global common_description %{expand: Pgx is a pure Go driver and toolkit for PostgreSQL. pgx is different from other drivers such as pq because, while it can operate as a database/sql compatible driver, pgx is also usable directly. It offers a native interface similar to database/sql that offers better performance and more features.} %global golicenses LICENSE %global godocs examples CHANGELOG.md README.md Name: %{goname} Release: 3%{?dist} Summary: PostgreSQL driver and toolkit for Go License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/jackc/pgconn) BuildRequires: golang(github.com/jackc/pgconn/stmtcache) BuildRequires: golang(github.com/jackc/pgio) BuildRequires: golang(github.com/jackc/pgproto3/v2) BuildRequires: golang(github.com/jackc/pgtype) BuildRequires: golang(github.com/jackc/puddle) BuildRequires: golang(github.com/rs/zerolog) BuildRequires: golang(github.com/sirupsen/logrus) BuildRequires: golang(go.uber.org/zap) BuildRequires: golang(go.uber.org/zap/zapcore) BuildRequires: golang(golang.org/x/xerrors) BuildRequires: golang(gopkg.in/inconshreveable/log15.v2) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Jul 25 07:10:46 CEST 2020 Robert-André Mauchin - 4.8.0-1 - Update to 4.8.0 * Wed Jan 29 2020 Fedora Release Engineering - 3.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 3.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Apr 29 21:57:09 CEST 2019 Robert-André Mauchin - 3.3.0-1 - Initial package