# Generated by go2rpm %bcond_without check # https://github.com/cockroachdb/apd %global goipath github.com/cockroachdb/apd Version: 2.0.1 %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 * Mon Apr 29 23:15:43 CEST 2019 Robert-André Mauchin - 2.0.1-1 - Initial package