# 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: 1%{?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 * Mon Apr 22 23:07:23 CEST 2019 Robert-André Mauchin - 1.1-1 - Initial package