2b5cb70
# Generated by go2rpm
2b5cb70
%bcond_without check
f61acc3
f61acc3
# https://github.com/mvo5/goconfigparser
2b5cb70
%global goipath         github.com/mvo5/goconfigparser
2b5cb70
Version:                0.2
2b5cb70
%global commit          6a365a5a3f41851b9e63e1234181bf9b0cf0be8c
f61acc3
2b5cb70
%gometa
f61acc3
2b5cb70
%global common_description %{expand:
2b5cb70
This parser is build as a Go equivalent of the Python ConfigParser module and is
2b5cb70
aimed for maximum compatibility for both the file format and the API. This
2b5cb70
should make it easy to use existing python style configuration files from Go and
2b5cb70
also ease the porting of existing python code.}
f61acc3
2b5cb70
%global golicenses      COPYING
2b5cb70
%global godocs          README.md
f61acc3
2b5cb70
Name:           %{goname}
31f2408
Release:        2%{?dist}
2b5cb70
Summary:        Golang implementation of Python ConfigParser
f61acc3
2b5cb70
License:        MIT
2b5cb70
URL:            %{gourl}
2b5cb70
Source0:        %{gosource}
f61acc3
2b5cb70
%if %{with check}
2b5cb70
# Tests
2b5cb70
BuildRequires:  golang(gopkg.in/check.v1)
f61acc3
%endif
f61acc3
2b5cb70
%description
2b5cb70
%{common_description}
f61acc3
2b5cb70
%gopkg
f61acc3
f61acc3
%prep
2b5cb70
%goprep
f61acc3
f61acc3
%install
2b5cb70
%gopkginstall
f61acc3
2b5cb70
%if %{with check}
f61acc3
%check
2b5cb70
%gocheck
f61acc3
%endif
f61acc3
2b5cb70
%gopkgfiles
f61acc3
f61acc3
%changelog
31f2408
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-2
31f2408
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
31f2408
2b5cb70
* Wed May 29 20:15:44 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2-1.20190529git6a365a5
2b5cb70
- Release 0.2, commit 6a365a5a3f41851b9e63e1234181bf9b0cf0be8c
2b5cb70
bdbed81
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.7.gitefba970
bdbed81
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
bdbed81
c49c4b9
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.6.gitefba970
c49c4b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
c49c4b9
e05f3e6
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5.gitefba970
e05f3e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e05f3e6
d201285
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4.gitefba970
d201285
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
d201285
5dbc6c9
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3.gitefba970
5dbc6c9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5dbc6c9
587522c
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.gitefba970
587522c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
587522c
f61acc3
* Fri Jun 10 2016 Zygmunt Krynicki <me@zygoon.pl> - 0-0.1.git2642627
f61acc3
- First package for Fedora