Blame golang-github-cockroachdb-apd.spec

e80294d
# Generated by go2rpm
4a4bca0
%ifnarch %{ix86} %{arm}
e80294d
%bcond_without check
4a4bca0
%endif
e80294d
e80294d
# https://github.com/cockroachdb/apd
e80294d
%global goipath         github.com/cockroachdb/apd
35e8c1c
Version:                2.0.2
e80294d
e80294d
%gometa
e80294d
e80294d
%global common_description %{expand:
e80294d
Apd is an arbitrary-precision decimal package for Go.
e80294d
e80294d
Apd implements much of the decimal specification from the General Decimal
e80294d
Arithmetic description. This is the same specification implemented by python’s
e80294d
decimal module and GCC’s decimal extension.}
e80294d
e80294d
%global golicenses      LICENSE
e80294d
%global godocs          README.md
e80294d
e80294d
Name:           %{goname}
d690d30
Release:        2%{?dist}
e80294d
Summary:        Arbitrary-precision decimals for Go
e80294d
e80294d
# Upstream license specification: Apache-2.0
e80294d
License:        ASL 2.0
e80294d
URL:            %{gourl}
e80294d
Source0:        %{gosource}
e80294d
e80294d
BuildRequires:  golang(github.com/pkg/errors)
e80294d
e80294d
%description
e80294d
%{common_description}
e80294d
e80294d
%gopkg
e80294d
e80294d
%prep
e80294d
%goprep
e80294d
e80294d
%install
e80294d
%gopkginstall
e80294d
e80294d
%if %{with check}
e80294d
%check
e80294d
%gocheck
e80294d
%endif
e80294d
e80294d
%gopkgfiles
e80294d
e80294d
%changelog
d690d30
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-2
d690d30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d690d30
35e8c1c
* Sat Jul 25 06:26:17 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.2-1
35e8c1c
- Update to 2.0.2
35e8c1c
7e12707
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-3
7e12707
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
7e12707
bc919df
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
bc919df
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
bc919df
e80294d
* Mon Apr 29 23:15:43 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.1-1
e80294d
- Initial package