Blob Blame History Raw
# Generated by go2rpm 1
# Needs Postgresql and MySQL servers for tests
# Doesn't work with MariaDB
%bcond_with check

# https://github.com/xo/dburl
%global goipath         github.com/xo/dburl
%global commit          98997a05b24fc069c79fa13b05ccf376c22a326c

%gometa

%global common_description %{expand:
Package Dburl provides a standard, URL style mechanism for parsing and opening
SQL database connection strings.}

%global golicenses      LICENSE
%global godocs          _example README.md

Name:           %{goname}
Version:        0
Release:        0.2%{?dist}
Summary:        URL style mechanism for parsing and opening SQL database connection strings

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

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 15:50:45 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190803git98997a0
- Initial package