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

# https://github.com/gdamore/optopia
%global goipath         github.com/gdamore/optopia
Version:                0.2.0

%gometa

%global common_description %{expand:
Yet another getopt implementation for golang.}

%global golicenses      LICENSE
%global godocs          README.adoc

Name:           %{goname}
Release:        2%{?dist}
Summary:        Yet another getopt implementation

License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Tue Oct 13 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.2.0-1
- Initial package for Fedora