Blob Blame History Raw
# Generated by go2rpm 1.6.0
%bcond_without check
%global debug_package %{nil}

# https://github.com/mattn/go-sqlite3
%global goipath         github.com/mattn/go-sqlite3
Version:                1.14.14

%gometa

%global common_description %{expand:
Package Sqlite3 provides interface to SQLite3 databases.}

%global golicenses      LICENSE
%global godocs          _example README.md

Name:           %{goname}
Release:        %autorelease
Summary:        Sqlite3 driver for go using database/sql

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
%autochangelog