# Generated by go2rpm %bcond_without check # https://github.com/buger/jsonparser %global goipath github.com/buger/jsonparser %global commit bf1c66bbce23153d89b23f8960071a680dbef54b %gometa %global common_description %{expand: Alternative JSON parser for Go. It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It is up to 10 times faster than standard encoding/json package (depending on payload size and usage), allocates no memory.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.6%{?dist} Summary: Alternative JSON parser for Go that does not require schema License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep # remove test benchmarks of other JSON libraries to limit dependencies rm benchmark/benchmark_{codecgen,easyjson,ffjson,{large,medium,small}_payload_test}.go %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Jun 02 18:13:40 CEST 2019 Robert-André Mauchin - 0-0.6.20190602gitbf1c66b - Bump to commit bf1c66bbce23153d89b23f8960071a680dbef54b * Thu Jan 31 2019 Fedora Release Engineering - 0-0.5.git52c6e14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Nov 13 2018 Robert-André Mauchin - 0-0.4.20181113git52c6e14 - Bump to commit 52c6e1462ebdfb4f59765ca13bd8fa1c31b1d7eb * Tue Oct 23 2018 Nicolas Mailhot - 0-0.3.20180322git2cac668 - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering - 0-0.2.git2cac668.git2cac668 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Mar 22 2018 Dominik Mierzejewski - 0-0.1.20180322git2cac668 - First package for Fedora