Blob Blame History Raw
# Generated by go2rpm 1.3
%bcond_without check

# https://github.com/peterbourgon/ff
%global goipath         github.com/peterbourgon/ff/v3
%global forgeurl        https://github.com/peterbourgon/ff
Version:                3.0.0

%gometa

%global common_description %{expand:
Flags-first package for configuration.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Release:        2%{?dist}
Summary:        Flags-first package for configuration

# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/pelletier/go-toml)
BuildRequires:  golang(gopkg.in/yaml.v2)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Tue Jul  6 2021 Link Dupont <linkdupont@fedoraproject.org> - 3.0.0-2
- Set project URL

* Thu Jun 24 22:52:16 EDT 2021 Link Dupont <linkdupont@fedoraproject.org> - 3.0.0-1
- Initial package