# Generated by go2rpm %bcond_without check # https://github.com/dsnet/golib %global goipath github.com/dsnet/golib %global commit 1ea1667757804fdcccc5a1810e09aba618885ac2 %gometa %global common_description %{expand: This repository stores a collection of mostly unrelated helper libraries. Functionality that the author (Joe Tsai) found common among his various projects are pulled out and placed here.} %global golicenses LICENSE.md %global godocs README.md Name: %{goname} Version: 0 Release: 0.5%{?dist} Summary: Collection of mostly unrelated helper Go packages # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/google/go-cmp/cmp) BuildRequires: golang(github.com/google/go-cmp/cmp/cmpopts) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat May 25 00:11:00 CEST 2019 Robert-André Mauchin - 0-0.5.20180326git1ea1667 - Update to new macros * Thu Jan 31 2019 Fedora Release Engineering - 0-0.4.git1ea1667 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 0-0.3.git1ea1667 - 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/ * Fri Jul 13 2018 Fedora Release Engineering - 0-0.2.git1ea1667 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Mar 26 2018 Dominik Mierzejewski - 0-0.1.20180326git1ea1667 - First package for Fedora