# Generated by go2rpm %bcond_without check # https://github.com/google/btree %global goipath github.com/google/btree Version: 1.0.0 %gometa %global common_description %{expand: This package provides an in-memory B-Tree implementation for Go, useful as an ordered, mutable data structure. The API is based off of the wonderful http://godoc.org/github.com/petar/GoLLRB/llrb, and is meant to allow btree to act as a drop-in replacement for gollrb trees.} %global golicenses LICENSE %global godocs README.md %global gosupfiles glide.lock glide.yaml Name: %{goname} Release: 1%{?dist} Summary: BTree implementation for Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} Source1: glide.yaml Source2: glide.lock %description %{common_description} %gopkg %prep %goprep cp %{S:1} %{S:2} . %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Apr 21 23:27:51 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Release 1.0.0 * Thu Mar 14 2019 Robert-André Mauchin - 0-0.18.20190314git4030bb1 - Bump to commit 4030bb1f1f0c35b30ca7009e9ebd06849dd45306 * Fri Feb 01 2019 Fedora Release Engineering - 0-0.17.git925471a - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 0-0.16.git925471a - 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.15.git925471a - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jun 11 2018 Jan Chaloupka - 0-0.14.git925471a - Upload glide files * Wed Feb 28 2018 Jan Chaloupka - 0-0.13.20161005git925471a - Autogenerate some parts using the new macros * Wed Feb 07 2018 Fedora Release Engineering - 0-0.12.git925471a - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 0-0.11.git925471a - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0-0.10.git925471a - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Mar 16 2017 Jan Chaloupka - 0-0.9.git925471a - Bump to upstream 925471ac9e2131377a91e1595defec898166fe49 related: #1250460 * Fri Feb 10 2017 Fedora Release Engineering - 0-0.8.git7d79101 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sat Dec 17 2016 Jan Chaloupka - 0-0.7.git7d79101 - Polish the spec file related: #1250460 * Mon Aug 01 2016 jchaloup - 0-0.6.git7d79101 - Bump to upstream 7d79101e329e5a3adf994758c578dab82b90c017 related: #1250460 * Thu Jul 21 2016 Fedora Release Engineering - 0-0.5.gitcc6329d - https://fedoraproject.org/wiki/Changes/golang1.7 * Mon Feb 22 2016 Fedora Release Engineering - 0-0.4.gitcc6329d - https://fedoraproject.org/wiki/Changes/golang1.6 * Wed Feb 03 2016 Fedora Release Engineering - 0-0.3.gitcc6329d - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sat Sep 12 2015 jchaloup - 0-0.2.gitcc6329d - Update to spec-2.1 resolves: #1250460 * Tue Jul 28 2015 jchaloup - 0-0.1.gitcc6329d - First package for Fedora resolves: #1245967