Blob Blame History Raw
# Generated by go2rpm
# use of internal package not allowed because not common root
%bcond_with check

# https://gitlab.com/cznic/db
%global goipath         modernc.org/db
%global forgeurl        https://gitlab.com/cznic/db
Version:                1.0.1
%global commit          e812a4e105b6ca66b641dad11bf2c5d602fda5ea
%global distprefix      %{nil}

%gometa

%global common_description %{expand:
Package DB implements some data structures found in database implementations.}

%global golicenses      LICENSE LICENSE-B
%global godocs          AUTHORS CONTRIBUTORS README.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        Data structures found in database implementations

# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(modernc.org/internal/buffer)
BuildRequires:  golang(modernc.org/mathutil)

%if %{with check}
# Tests
BuildRequires:  golang(modernc.org/file)
BuildRequires:  golang(modernc.org/strutil)
%endif

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Sat Dec 26 11:01:45 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.1-1
- Update to 1.0.1
- Close: rhbz#1900416

* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Sun May 12 16:05:50 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1
- Initial package