Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/json-iterator/go
%global goipath         github.com/json-iterator/go
Version:                1.1.10

%gometa

%global common_description %{expand:
A high-performance 100% compatible drop-in replacement of "encoding/json".}

%global golicenses      LICENSE
%global godocs          README.md fuzzy_mode_convert_table.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        High-performance 100% compatible drop-in replacement of "encoding/json"

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/modern-go/concurrent)
BuildRequires:  golang(github.com/modern-go/reflect2)

%if %{with check}
# Tests
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 Jul 28 15:31:23 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.10-1
- Update to 1.1.10

* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Wed Feb 05 18:54:26 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.9-1
- Update to 1.1.9

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Sat Apr 27 15:15:43 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.6-1
- Initial package