# Generated by go2rpm %bcond_without check # https://github.com/clbanning/x2j %global goipath github.com/clbanning/x2j Version: 1.1 %global tag 1.1 %gometa %global common_description %{expand: Unmarshal an anonymous xml doc to map[string]interface{} and json, and extract values (using wildcards, if necessary).} %global golicenses LICENSE %global godocs examples README Name: %{goname} Release: 9%{?dist} Summary: Unmarshal an anonymous xml doc to map[string]interface{} and json # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} # Dead upstream, downstream patch only Patch0: 0001-Remove-redundant-newlines-in-Println-statement.patch %description %{common_description} %gopkg %prep %goprep %patch0 -p1 %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering - 1.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 1.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 1.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jan 28 2020 Fedora Release Engineering - 1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Apr 22 23:07:23 CEST 2019 Robert-André Mauchin - 1.1-1 - Initial package