# Generated by go2rpm 1.3 %bcond_without check # https://github.com/insomniacslk/xjson %global goipath github.com/insomniacslk/xjson %global commit 1589ccfd1a1add37673a8f1dca0f1d70af12af7f %gometa %global common_description %{expand: Extended JSON marshallers and unmarshallers (like URL, Time, etc).} %global golicenses COPYING Name: %{goname} Version: 0 Release: 0.5%{?dist} Summary: Extended JSON marshallers and unmarshallers (like URL, Time, etc) # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering - 0-0.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sun Jun 20 2021 Davide Cavalca - 0-0.1.20210620git1589ccf - Bump to 1589ccfd1a1add37673a8f1dca0f1d70af12af7f * Mon Jan 4 2021 Davide Cavalca - 0-0.1.20210104gitbc4ec6a - Initial package