# Generated by go2rpm 1.3 %bcond_without check # https://github.com/uber-go/automaxprocs %global goipath go.uber.org/automaxprocs %global forgeurl https://github.com/uber-go/automaxprocs Version: 1.4.0 %gometa %global common_description %{expand: Automatically set GOMAXPROCS to match Linux container CPU quota.} %global golicenses LICENSE %global godocs CHANGELOG.md README.md CODE_OF_CONDUCT.md\\\ CONTRIBUTING.md Name: %{goname} Release: 1%{?dist} Summary: Automatically set GOMAXPROCS to match Linux container CPU quota 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 * Tue Apr 27 20:32:15 CEST 2021 Olivier Lemasle - 1.4.0-1 - Initial package