Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/mvo5/goconfigparser
%global goipath         github.com/mvo5/goconfigparser
Version:                0.2.2
%global tag             0.2.2

%gometa

%global common_description %{expand:
This parser is build as a Go equivalent of the Python ConfigParser module and is
aimed for maximum compatibility for both the file format and the API. This
should make it easy to use existing python style configuration files from Go and
also ease the porting of existing python code.}

%global golicenses      COPYING
%global godocs          README.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        Golang implementation of Python ConfigParser

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

%if %{with check}
# Tests
BuildRequires:  golang(gopkg.in/check.v1)
%endif

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Sun Jan 10 19:52:55 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.2-1
- Update to 0.2.2

* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-5
- Second attempt - Rebuilt for
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

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

* Wed May 29 20:15:44 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2-1.20190529git6a365a5
- Release 0.2, commit 6a365a5a3f41851b9e63e1234181bf9b0cf0be8c

* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.7.gitefba970
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.6.gitefba970
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5.gitefba970
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4.gitefba970
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3.gitefba970
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.gitefba970
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

* Fri Jun 10 2016 Zygmunt Krynicki <me@zygoon.pl> - 0-0.1.git2642627
- First package for Fedora