Blame golang-github-docopt.spec

3631318
# Generated by go2rpm
b4724a4
%bcond_without check
b4724a4
3631318
# https://github.com/docopt/docopt.go
3631318
%global goipath         github.com/docopt/docopt.go
3631318
Version:                0.6.2
b4724a4
%global commit          ee0de3bc6815ee19d4a46c7eb90f829db0e014b1
b4724a4
3631318
%gometa
3631318
3631318
%global goaltipaths         github.com/docopt/docopt-go
3631318
b4724a4
%global common_description %{expand:
3631318
An implementation of Docopt in the Go programming language.
b4724a4
3631318
Docopt helps you create beautiful command-line interfaces easily}
b4724a4
3631318
%global golicenses      LICENSE
3631318
%global godocs          examples README.md
b4724a4
b4724a4
Name:           %{goname}
503333c
Release:        5%{?dist}
3631318
Summary:        Command-line arguments parser in Go
b4724a4
License:        MIT
b4724a4
URL:            %{gourl}
b4724a4
Source0:        %{gosource}
b4724a4
b4724a4
%description
b4724a4
%{common_description}
b4724a4
3631318
%gopkg
b4724a4
b4724a4
%prep
3631318
%goprep
b4724a4
b4724a4
%install
3631318
%gopkginstall
b4724a4
b4724a4
%if %{with check}
b4724a4
%check
3631318
%gocheck
b4724a4
%endif
b4724a4
3631318
%gopkgfiles
b4724a4
b4724a4
%changelog
503333c
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-5
503333c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
503333c
7ebc9b1
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-4
7ebc9b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
7ebc9b1
a5efc34
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-3
a5efc34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a5efc34
3631318
* Thu May 09 17:41:27 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.6.2-2.20190325gitee0de3b
3631318
- Update to new macros
3631318
b4724a4
* Sun Mar 03 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.6.2-1.20190325gitee0de3b
b4724a4
- First package for Fedora