87cbcdd
# Generated by go2rpm
87cbcdd
# use of internal package not allowed because not common root
87cbcdd
%bcond_with check
87cbcdd
87cbcdd
# https://gitlab.com/cznic/db
87cbcdd
%global goipath         modernc.org/db
87cbcdd
%global forgeurl        https://gitlab.com/cznic/db
bdd6591
Version:                1.0.1
bdd6591
%global commit          e812a4e105b6ca66b641dad11bf2c5d602fda5ea
87cbcdd
%global distprefix      %{nil}
87cbcdd
87cbcdd
%gometa
87cbcdd
87cbcdd
%global common_description %{expand:
87cbcdd
Package DB implements some data structures found in database implementations.}
87cbcdd
87cbcdd
%global golicenses      LICENSE LICENSE-B
87cbcdd
%global godocs          AUTHORS CONTRIBUTORS README.md
87cbcdd
87cbcdd
Name:           %{goname}
bdd6591
Release:        1%{?dist}
87cbcdd
Summary:        Data structures found in database implementations
87cbcdd
87cbcdd
# Upstream license specification: BSD-3-Clause
87cbcdd
License:        BSD
87cbcdd
URL:            %{gourl}
87cbcdd
Source0:        %{gosource}
87cbcdd
87cbcdd
BuildRequires:  golang(modernc.org/internal/buffer)
87cbcdd
BuildRequires:  golang(modernc.org/mathutil)
87cbcdd
87cbcdd
%if %{with check}
87cbcdd
# Tests
87cbcdd
BuildRequires:  golang(modernc.org/file)
87cbcdd
BuildRequires:  golang(modernc.org/strutil)
87cbcdd
%endif
87cbcdd
87cbcdd
%description
87cbcdd
%{common_description}
87cbcdd
87cbcdd
%gopkg
87cbcdd
87cbcdd
%prep
87cbcdd
%goprep
87cbcdd
87cbcdd
%install
87cbcdd
%gopkginstall
87cbcdd
87cbcdd
%if %{with check}
87cbcdd
%check
87cbcdd
%gocheck
87cbcdd
%endif
87cbcdd
87cbcdd
%gopkgfiles
87cbcdd
87cbcdd
%changelog
bdd6591
* Sat Dec 26 11:01:45 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.1-1
bdd6591
- Update to 1.0.1
bdd6591
- Close: rhbz#1900416
bdd6591
09aef71
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
09aef71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
09aef71
b4f80b4
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
b4f80b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b4f80b4
b017368
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
b017368
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
b017368
87cbcdd
* Sun May 12 16:05:50 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1
87cbcdd
- Initial package