## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # 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 ## START: Generated by rpmautospec * Wed Jul 23 2025 Fedora Release Engineering - 2.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Tue Mar 11 2025 Tom Rix - 2.0.0-1 - Initial package ## END: Generated by rpmautospec