# Generated by go2rpm %bcond_without check # https://github.com/uber-go/atomic %global goipath go.uber.org/atomic %global forgeurl https://github.com/uber-go/atomic Version: 1.3.2 %gometa %global common_description %{expand: Package Atomic provides simple wrappers around numerics to enforce atomic access.} %global golicenses LICENSE.txt %global godocs README.md Name: %{goname} Release: 2%{?dist} Summary: Wrapper types for sync/atomic which enforce atomic access License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Apr 26 21:17:34 CEST 2019 Robert-André Mauchin - 1.3.2-2 - Update to new macros * Thu Mar 14 2019 Robert-André Mauchin - 1.3.2-1 - First package for Fedora