# Generated by go2rpm %bcond_without check # https://github.com/pebbe/zmq4 %global goipath github.com/pebbe/zmq4 Version: 1.0.0 %gometa %global godevelheader %{expand: Requires: zeromq-devel >= 4.0.1} %global common_description %{expand: A Go interface to ZeroMQ version 4.} %global golicenses LICENSE.txt %global godocs examples README.md Name: %{goname} Release: 1%{?dist} Summary: Go interface to ZeroMQ version 4 # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/pborman/uuid) BuildRequires: zeromq-devel >= 4.0.1 %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Jun 02 00:38:35 CEST 2019 Robert-André Mauchin - 1.0.0-4 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 1.0.0-2 - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Wed Oct 10 2018 Elliott Sales de Andrade - 1.0.0-1 - Update to tagged version * Fri Jul 13 2018 Fedora Release Engineering - 0-0.3.git5b443b6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jun 11 2018 Elliott Sales de Andrade - 0-0.2.20180610git5b443b6 - Add explicit zeromq Req * Sun Jun 10 2018 Elliott Sales de Andrade - 0-0.1.20180610git5b443b6 - First package for Fedora