# Generated by go2rpm %bcond_without check # https://github.com/karlseguin/ccache %global goipath github.com/karlseguin/ccache Version: 2.0.3 %gometa %global common_description %{expand: CCache is an LRU Cache, written in Go, focused on supporting high concurrency. Lock contention on the list is reduced by: - Introducing a window which limits the frequency that an item can get promoted - Using a buffered channel to queue promotions for a single worker - Garbage collecting within the same thread as the worker} %global golicenses license.txt %global godocs readme.md Name: %{goname} Release: 1%{?dist} Summary: Golang LRU Cache for high concurrency License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/karlseguin/expect) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 31 15:45:36 CEST 2019 Robert-André Mauchin - 2.0.3-1 - Release 2.0.3 * Fri Feb 01 2019 Fedora Release Engineering - 2.0.2-0.9.gita2d6215 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 2.0.2-0.8.gita2d6215 - 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 - 2.0.2-0.7.gita2d6215 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Jun 17 2018 Jan Chaloupka - 2.0.2-0.6.gita2d6215 - Upload glide files * Thu Mar 01 2018 Jan Chaloupka - 2.0.2-0.5.20161103gita2d6215 - Autogenerate some parts using the new macros * Wed Feb 07 2018 Fedora Release Engineering - 2.0.2-0.4.gita2d6215 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 2.0.2-0.3.gita2d6215 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 2.0.2-0.2.gita2d6215 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Feb 01 2017 Jan Chaloupka - 2.0.2-0.1.gita2d6215 - First package for Fedora resolves: #1418371