Blame golang-github-json-iterator.spec

d2a44ab
# Generated by go2rpm
d2a44ab
%bcond_without check
d2a44ab
d2a44ab
# https://github.com/json-iterator/go
d2a44ab
%global goipath         github.com/json-iterator/go
5dcfaa3
Version:                1.1.10
d2a44ab
d2a44ab
%gometa
d2a44ab
d2a44ab
%global common_description %{expand:
d2a44ab
A high-performance 100% compatible drop-in replacement of "encoding/json".}
d2a44ab
d2a44ab
%global golicenses      LICENSE
d2a44ab
%global godocs          README.md fuzzy_mode_convert_table.md
d2a44ab
d2a44ab
Name:           %{goname}
5dcfaa3
Release:        1%{?dist}
d2a44ab
Summary:        High-performance 100% compatible drop-in replacement of "encoding/json"
d2a44ab
d2a44ab
License:        MIT
d2a44ab
URL:            %{gourl}
d2a44ab
Source0:        %{gosource}
d2a44ab
d2a44ab
BuildRequires:  golang(github.com/modern-go/concurrent)
d2a44ab
BuildRequires:  golang(github.com/modern-go/reflect2)
d2a44ab
d2a44ab
%if %{with check}
d2a44ab
# Tests
d2a44ab
BuildRequires:  golang(github.com/stretchr/testify/require)
d2a44ab
%endif
d2a44ab
d2a44ab
%description
d2a44ab
%{common_description}
d2a44ab
d2a44ab
%gopkg
d2a44ab
d2a44ab
%prep
d2a44ab
%goprep
d2a44ab
d2a44ab
%install
d2a44ab
%gopkginstall
d2a44ab
d2a44ab
%if %{with check}
d2a44ab
%check
d2a44ab
%gocheck
d2a44ab
%endif
d2a44ab
d2a44ab
%gopkgfiles
d2a44ab
d2a44ab
%changelog
5dcfaa3
* Tue Jul 28 15:31:23 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.10-1
5dcfaa3
- Update to 1.1.10
5dcfaa3
63cdd82
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-2
63cdd82
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
63cdd82
9768950
* Wed Feb 05 18:54:26 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.9-1
9768950
- Update to 1.1.9
9768950
7c5557b
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-3
7c5557b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
7c5557b
bf5a819
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-2
bf5a819
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
bf5a819
d2a44ab
* Sat Apr 27 15:15:43 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.6-1
d2a44ab
- Initial package