Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/docopt/docopt.go
%global goipath         github.com/docopt/docopt.go
Version:                0.6.2
%global commit          ee0de3bc6815ee19d4a46c7eb90f829db0e014b1

%gometa

%global goaltipaths         github.com/docopt/docopt-go

%global common_description %{expand:
An implementation of Docopt in the Go programming language.

Docopt helps you create beautiful command-line interfaces easily}

%global golicenses      LICENSE
%global godocs          examples README.md

Name:           %{goname}
Release:        5%{?dist}
Summary:        Command-line arguments parser in Go
License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Thu May 09 17:41:27 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.6.2-2.20190325gitee0de3b
- Update to new macros

* Sun Mar 03 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.6.2-1.20190325gitee0de3b
- First package for Fedora