# Generated by go2rpm %bcond_without check # https://github.com/sdboyer/constext %global goipath github.com/sdboyer/constext %global commit 836a144573533ea4da4e6929c235fd348aed1c80 %gometa %global common_description %{expand: Constext allows you to cons Contexts together as a pair, conjoining them for the purpose of all Context behaviors: - If either parent context is canceled, the constext is canceled. The err is set to whatever the err of the parent that was canceled. - If either parent has a deadline, the constext uses that same deadline. If both have a deadline, it uses the sooner/lesser one. - Values from both parents are unioned together. When a key is present in both parent trees, the left (first) context supercedes the right (second). Paired contexts can be recombined using the standard context.With*() functions.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.5%{?dist} Summary: Cons Contexts together as a pair License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Jun 03 16:01:37 CEST 2019 Robert-André Mauchin - 0-0.5.20180315git836a144 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 0-0.4.git836a144 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 0-0.3.git836a144 - 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.git836a144 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Mar 15 2018 Jan Chaloupka - 0-0.1.20180315git836a144 - First package for Fedora resolves: #1556894