Blob Blame History Raw
# 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:        4%{?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 Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Mon Apr 22 23:07:23 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.1-1
- Initial package