## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.6.0 # https://github.com/rabbitmq/amqp091-go %global goipath github.com/rabbitmq/amqp091-go Version: 1.5.0 %gometa %global common_description %{expand: An AMQP 0-9-1 Go client maintained by the RabbitMQ team. Originally by @streadway: `streadway/amqp`.} %global golicenses LICENSE %global godocs _examples CODE_OF_CONDUCT.md CONTRIBUTING.md\\\ README.md Name: %{goname} Release: %autorelease Summary: An AMQP 0-9-1 Go client maintained by the RabbitMQ team # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: go-rpm-macros %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %gopkgfiles %changelog * Thu Sep 08 2022 Mark E. Fuller 1.5.0-1 - update to v1.5.0 * Thu Jul 21 2022 Fedora Release Engineering 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jul 19 2022 Mark E. Fuller 1.4.0-1 - update to v1.4.0 * Wed Jun 29 2022 Mark E. Fuller 1.3.4-1 - initial commit - closes BZ #2100567