Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/pborman/getopt
%global goipath         github.com/pborman/getopt
%global commit          ee0cd42419d3adee9239dbd1c375717fe482dac7

%gometa

%global common_description %{expand:
Package Getopt provides traditional getopt processing for implementing commands
that use traditional command lines. The standard Go flag package cannot be used
to write a program that parses flags the way ls or ssh does, for example.}

%global golicenses      LICENSE
%global godocs          AUTHORS CONTRIBUTING.md README.md

Name:           %{goname}
Version:        0
Release:        0.2%{?dist}
Summary:        Getopt style option parsing for Go

# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Wed May 15 00:38:36 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190630gitee0cd42
- Initial package