# Generated by go2rpm %bcond_without check # https://github.com/petar/GoLLRB %global goipath github.com/petar/GoLLRB %global commit 33fb24c13b99c46c93183c291836c573ac382536 %gometa %global common_description %{expand: GoLLRB is a Left-Leaning Red-Black (LLRB) implementation of 2-3 balanced binary search trees in Go language.} %global golicenses LICENSE %global godocs doc example AUTHORS README.md %global gosupfiles glide.lock glide.yaml Name: %{goname} Version: 0 Release: 0.9%{?dist} Summary: Left-Leaning Red-Black (LLRB) implementation of balanced binary search trees # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} Source1: glide.yaml Source2: glide.lock %description %{common_description} %gopkg %prep %goprep cp %{S:1} %{S:2} . %install %gopkginstall # Remove in F33 # Remove erroneous glide.lock folder %pretrans devel -p path = "%{gopath}/src/%{goipath}/glide.lock" st = posix.stat(path) if st and st.type == "directory" then os.remove(path) end %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue May 28 17:56:45 CEST 2019 Robert-André Mauchin - 0-0.9.20190528git33fb24c - Bump to commit 33fb24c13b99c46c93183c291836c573ac382536 * Fri Feb 01 2019 Fedora Release Engineering - 0-0.8.git53be0d3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 0-0.7.git53be0d3 - 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.6.git53be0d3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 21 2018 Jan Chaloupka - 0-0.5.git53be0d3 - Upload glide files * Wed Feb 07 2018 Fedora Release Engineering - 0-0.4.git53be0d3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 0-0.3.git53be0d3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0-0.2.git53be0d3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue May 02 2017 Jan Chaloupka - 0-0.1.git53be0d3 - First package for Fedora resolves: #1245962