# Generated by go2rpm # https://github.com/chzyer/logex/issues/4 %bcond_with check # https://github.com/chzyer/logex %global goipath gopkg.in/logex.v1 %global forgeurl https://github.com/chzyer/logex Version: 1.1.10 %gometa %global goaltipaths github.com/chzyer/logex %global common_description %{expand: A Golang log library, supports tracking and level, wrap by standard log lib.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 9%{?dist} Summary: Log library, supports tracking and level, wrap by standard log lib License: MIT URL: %{gourl} Source0: %{gosource} Source1: https://raw.githubusercontent.com/chzyer/logex/master/LICENSE %description %{common_description} %gopkg %prep %goprep cp %{S:1} . %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Apr 23 12:26:24 CEST 2019 Robert-André Mauchin - 1.1.10-9 - Update to new macros * Wed Feb 20 2019 Robert-André Mauchin - 1.1.10-8 - Disable tests until bug is solved * Thu Jan 31 2019 Fedora Release Engineering - 1.1.10-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Nov 12 2018 Robert-André Mauchin - 1.1.10-6 - SPEC refresh * Tue Oct 23 2018 Nicolas Mailhot - 1.1.10-5 - 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 - 1.1.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Mar 08 2018 Robert-André Mauchin - 1.1.10-3 - Update with the new Go packaging * Wed Feb 07 2018 Fedora Release Engineering - 1.1.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Sep 29 2017 Robert-André Mauchin - 1.1.10-1 - First package for Fedora