# Generated by go2rpm %bcond_without check %global debug_package %{nil} # https://github.com/emirpasic/gods %global goipath github.com/emirpasic/gods/v2 Version: 2.0.0 %global tag v2.0.0-alpha %global date 20240106 %gometa %global common_description %{expand: GoDS (Go Data Structures) Implementation of various data structures and algorithms in Go. Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON} %global golicenses LICENSE %global godocs examples README.md Name: golang-github-emirpasic-gods2 Release: %autorelease Summary: Implementation of various data structures and algorithms in Go License: BSD-2-Clause AND ISC URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog