# Generated by go2rpm 1.3 %bcond_without check # https://github.com/cockroachdb/apd %global goipath github.com/cockroachdb/apd/v2 %global forgeurl https://github.com/cockroachdb/apd Version: 2.0.2 %gometa %global common_description %{expand: apd is an arbitrary-precision decimal package for Go. apd implements much of the decimal specification from the General Decimal Arithmetic description. This is the same specification implemented by python’s decimal module and GCC’s decimal extension.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Arbitrary-precision decimals for Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/pkg/errors) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 28 17:09:09 CET 2021 Robert-André Mauchin - 2.0.2-1 - Initial package