# Generated by go2rpm %bcond_without check # https://github.com/revel/config %global goipath github.com/revel/config Version: 0.21.0 %gometa %global common_description %{expand: This package implements a basic configuration file parser language which provides a structure similar to what you would find on Microsoft Windows INI files.} %global godocs README.md Doc Name: %{goname} Release: 1%{?dist} Summary: Configuration file parser for INI format # https://github.com/revel/config/issues/13 License: MPLv2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 01 18:47:06 CEST 2019 Robert-André Mauchin - 0.21.0-1 - Initial package