Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/mvo5/goconfigparser
%global goipath         github.com/mvo5/goconfigparser
Version:                0.2
%global commit          6a365a5a3f41851b9e63e1234181bf9b0cf0be8c

%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:        2%{?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
* 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