# Generated by go2rpm 1.3
%bcond_without check

# https://github.com/couchbase/goutils
%global goipath         github.com/couchbase/goutils
%global commit          5e82bb967e672ce6b0978c6780b0a5994c2d26c2

%gometa

%global common_description %{expand:
Common utility libraries for Couchbase Go code.}

%global golicenses      LICENSE.md
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.6%{?dist}
Summary:        Common utility libraries for Couchbase Go code

# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

# ONly needed by go-cbaudit
# BuildRequires:  golang(github.com/couchbase/cbauth)
# BuildRequires:  golang(github.com/couchbase/clog)
# BuildRequires:  golang(github.com/couchbase/go-couchbase)
# BuildRequires:  golang(github.com/couchbase/gomemcached)
# BuildRequires:  golang(github.com/couchbase/gomemcached/client)
BuildRequires:  golang(github.com/pkg/errors)
BuildRequires:  golang(golang.org/x/crypto/pbkdf2)

%description
%{common_description}

%gopkg

%prep
%goprep
rm -rf go-cbaudit/

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Sun Jan 10 13:10:44 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20210110git5e82bb9
- Initial package