# Generated by go2rpm %bcond_without check # https://github.com/michaelklishin/rabbit-hole %global goipath github.com/michaelklishin/rabbit-hole Version: 2.0.0 %global tag v2.0.0-rc.2 %gometa %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.rc.2%{?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 * Sat Jun 01 23:05:42 CEST 2019 Robert-André Mauchin - 2.0.0-1.rc.2 - Release 2.0.0-rc.2 * Fri Feb 01 2019 Fedora Release Engineering - 1.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 1.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Oct 03 2017 Ed Marshall - 1.4.0-1 - First package for Fedora