# Generated by go2rpm %bcond_without check # https://github.com/tchap/go-patricia %global goipath github.com/tchap/go-patricia Version: 2.3.0 %gometa %global common_description %{expand: A generic patricia trie (also called radix tree) implemented in Go (Golang). The patricia trie as implemented in this library enables fast visiting of items in some particular ways: - visit all items saved in the tree, - visit all items matching particular prefix (visit subtree), or - given a string, visit all items matching some prefix of that string. } %global golicenses LICENSE %global godocs AUTHORS README.md Name: %{goname} Release: 1%{?dist} Summary: Generic patricia trie (also called radix tree) implemented in Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun May 05 18:58:29 CEST 2019 Robert-André Mauchin - 2.3.0-1 - Initial package * Wed Feb 13 2019 Jan Chaloupka - 1.0.1-15 - Fix formatting error resolves: #1675037 * Fri Feb 01 2019 Fedora Release Engineering - 1.0.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 1.0.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 1.0.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 1.0.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 1.0.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jul 21 2016 Fedora Release Engineering - 1.0.1-9 - https://fedoraproject.org/wiki/Changes/golang1.7 * Wed Mar 16 2016 jchaloup - 1.0.1-8 - Polish the spec file resolves: #1318341 * Mon Feb 22 2016 Fedora Release Engineering - 1.0.1-7 - https://fedoraproject.org/wiki/Changes/golang1.6 * Wed Feb 03 2016 Fedora Release Engineering - 1.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering - 1.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Jul 30 2014 Lokesh Mandvekar - 1.0.1-4 - Resolves: rhbz#1117562 - package review request - Remove conditional for fedora/rhel (separately deal with el6) * Thu Jul 24 2014 Lokesh Mandvekar - 1.0.1-3 - disable debuginfo * Wed Jul 16 2014 Lokesh Mandvekar - 1.0.1-2 - From: Vincent Batts - use macros from golang >= 1.2.1-3 - preserve timestamps of copied source - do not own directories owned by golang * Tue Jul 08 2014 Lokesh Mandvekar - 1.0.1-1 - Initial fedora package