Blame golang-github-pierrec-cmdflag.spec

9df14ef
# Generated by go2rpm 1
9df14ef
%bcond_without check
9df14ef
9df14ef
# https://github.com/pierrec/cmdflag
9df14ef
%global goipath         github.com/pierrec/cmdflag
9df14ef
Version:                0.0.2
9df14ef
9df14ef
%gometa
9df14ef
9df14ef
%global common_description %{expand:
9df14ef
Building on top of the excellent flag package from the standard library, cmdflag
9df14ef
adds a simple way of specifying nested commands. Its intent is to blend with the
9df14ef
usage of flag by keeping its idioms and simply augment it with commands.}
9df14ef
9df14ef
%global golicenses      LICENSE
9df14ef
%global godocs          examples README.md
9df14ef
9df14ef
Name:           %{goname}
0494557
Release:        4%{?dist}
9df14ef
Summary:        Augment the flag package with commands
9df14ef
9df14ef
# Upstream license specification: BSD-3-Clause
9df14ef
License:        BSD
9df14ef
URL:            %{gourl}
9df14ef
Source0:        %{gosource}
9df14ef
9df14ef
%description
9df14ef
%{common_description}
9df14ef
9df14ef
%gopkg
9df14ef
9df14ef
%prep
9df14ef
%goprep
9df14ef
9df14ef
%install
9df14ef
%gopkginstall
9df14ef
9df14ef
%if %{with check}
9df14ef
%check
9df14ef
%gocheck
9df14ef
%endif
9df14ef
9df14ef
%gopkgfiles
9df14ef
9df14ef
%changelog
0494557
* Fri Jan 08 2021 Tommi Rantala <tommi.t.rantala@nokia.com> - 0.0.2-4
0494557
- Remove needless BuildRequires
0494557
6137545
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2-3
6137545
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
6137545
83b0099
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2-2
83b0099
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
83b0099
9df14ef
* Thu Jul 25 15:49:19 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.0.2-1
9df14ef
- Initial package