Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/k0kubun/go-ansi
%global goipath         github.com/k0kubun/go-ansi
%global commit          3bf9e290321332340cd6915d2386f733fbf7233a

%gometa

%global common_description %{expand:
Windows-portable ANSI escape sequence utility for Go language.}

%global golicenses      LICENSE.txt
%global godocs          README.mdf

Name:           %{goname}
Version:        0
Release:        0.5%{?dist}
Summary:        Windows-portable ANSI escape sequence utility for Go language

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5
- Second attempt - Rebuilt for
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

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

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

* Fri May 10 00:15:45 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190623git3bf9e29
- Initial package