# Generated by go2rpm %bcond_without check # https://github.com/src-d/gcfg %global goipath github.com/src-d/gcfg Version: 1.4.0 %gometa %global common_description %{expand: Package gcfg reads "INI-style" text-based configuration files with "name=value" pairs grouped into sections (gcfg files).} %global golicenses LICENSE %global godocs README Name: %{goname} Release: 1%{?dist} Summary: Read "INI-style" text-based configuration files # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(gopkg.in/warnings.v0) %if %{with check} # Tests BuildRequires: golang(github.com/pkg/errors) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Apr 28 08:34:09 CEST 2019 Robert-André Mauchin - 1.4.0-1 - Release 1.4.0 * Fri Feb 01 2019 Fedora Release Engineering - 1.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 1.3.0-3 - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering - 1.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Apr 05 2018 Dominik Mierzejewski - 1.3.0-1 - use the release rather than the corresponding git commit * Fri Mar 30 2018 Dominik Mierzejewski - 0-0.1.20180330gitf187355 - First package for Fedora