Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/michaelklishin/rabbit-hole
%global goipath         github.com/michaelklishin/rabbit-hole
Version:                2.6.0

%gometa

%global goaltipaths     github.com/michaelklishin/rabbit-hole/v2

%global common_description %{expand:
This library is a RabbitMQ HTTP API client for the Go language.}

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

Name:           %{goname}
Release:        1%{?dist}
Summary:        RabbitMQ HTTP API client in Go

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

%if %{with check}
# Tests
BuildRequires:  golang(github.com/onsi/ginkgo)
BuildRequires:  golang(github.com/onsi/gomega)
BuildRequires:  golang(github.com/streadway/amqp)
%endif

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
# .: needs network
%gocheck -d .
%endif

%gopkgfiles

%changelog
* Sun Jan  3 14:55:15 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 2.6.0-1
- Update to 2.6.0
- Close: rhbz#1865810

* Wed Jul 29 22:00:41 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 2.3.0-1
- Update to 2.3.0

* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-0.4.rc.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-0.3.rc.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

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

* Sat Jun 01 23:05:42 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.0-0.1.rc.2
- Release  2.0.0-rc.2

* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

* Tue Oct 03 2017 Ed Marshall <esm@logic.net> - 1.4.0-1
- First package for Fedora