# Generated by go2rpm %ifnarch %{ix86} %{arm} %bcond_without check %endif # https://github.com/cockroachdb/apd %global goipath github.com/cockroachdb/apd Version: 2.0.2 %gometa %global goaltipaths github.com/cockroachdb/apd/v2 %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: 8%{?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 19 2023 Fedora Release Engineering - 2.0.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 2.0.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 2.0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 2.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sat Jan 30 00:04:21 CET 2021 Robert-André Mauchin - 2.0.2-4 - Add alternate import path * Tue Jan 26 2021 Fedora Release Engineering - 2.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 2.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat Jul 25 06:26:17 CEST 2020 Robert-André Mauchin - 2.0.2-1 - Update to 2.0.2 * Tue Jan 28 2020 Fedora Release Engineering - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 2.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Apr 29 23:15:43 CEST 2019 Robert-André Mauchin - 2.0.1-1 - Initial package