# Generated by go2rpm %bcond_without check # https://github.com/fatih/set %global goipath github.com/fatih/set Version: 0.2.1 %gometa %global common_description %{expand: Set is a basic and simple, hash-based, Set data structure implementation in Go. Set provides both threadsafe and non-threadsafe implementations of a generic set data structure. The thread safety encompasses all operations on one set. Operations on multiple sets are consistent in that the elements of each set used was valid at exactly one point in time between the start and the end of the operation. Because it's thread safe, you can use it concurrently with your goroutines.} %global golicenses LICENSE.md %global godocs examples README.md Name: %{goname} Release: 3%{?dist} Summary: Set data structure for Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon May 27 17:25:33 CEST 2019 Robert-André Mauchin - 0.2.1-3 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 0.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Aug 9 2018 Gabe - 0.2.1-1 - First package for Fedora