# Generated by go2rpm %bcond_without check # https://github.com/mgutz/ansi %global goipath github.com/mgutz/ansi %global commit d51e80ef957dba7f19388ca64afefbd5a096af30 %gometa %global common_description %{expand: Package Ansi is a small, fast library to create ANSI colored strings and codes.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.9%{?dist} Summary: Small, fast library to create ANSI colored strings and codes License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/mattn/go-colorable) %description %{common_description} %gopkg %prep %goprep %build for cmd in cmd/* ; do %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd done %install %gopkginstall install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %if %{with check} %check %gocheck %endif %files %license %{golicenses} %doc %{godocs} %{_bindir}/* %gopkgfiles %changelog * Wed Jul 29 21:48:29 CEST 2020 Robert-André Mauchin - 0-0.9.20200729gitd51e80e - Bump to commit d51e80ef957dba7f19388ca64afefbd5a096af30 * Mon Jul 27 2020 Fedora Release Engineering - 0-0.8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0-0.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 0-0.6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Apr 26 21:44:30 CEST 2019 Robert-André Mauchin - 0-0.5.20170206git9520e82 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 0-0.4.20170206git9520e82 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.3.20170206git9520e82 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0-0.2.20170206git9520e82 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Mar 04 2017 Ed Marshall - 0-0.1.20170206git9520e82 - First package for Fedora