# Generated by go2rpm %bcond_without check # https://github.com/nsf/termbox-go %global goipath github.com/nsf/termbox-go %global commit 288510b9734e30e7966ec2f22b87c5f8e67345e3 %gometa %global common_description %{expand: Termbox is a library that provides a minimalistic API which allows the programmer to write text-based user interfaces. The library is crossplatform and has both terminal-based implementations on *nix operating systems and a winapi console based implementation for windows operating systems. The basic idea is an abstraction of the greatest common subset of features available on all major terminals and other terminal-like APIs in a minimalistic fashion. Small API means it is easy to implement, test, maintain and learn it, that's what makes the termbox a distinct library in its area.} %global golicenses LICENSE %global godocs AUTHORS README.md Name: %{goname} Version: 0 Release: 0.9%{?dist} Summary: Pure Go termbox implementation License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/mattn/go-runewidth) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 23 17:26:56 CEST 2019 Robert-André Mauchin - 0-0.9.20190523git288510b - Bump to commit 288510b9734e30e7966ec2f22b87c5f8e67345e3 * Sat Mar 02 2019 Robert-André Mauchin - 0-0.8.20190302git0298023 - Bump to commit 02980233997d87bbda048393d47b4d453f7a398d * Fri Feb 01 2019 Fedora Release Engineering - 0-0.7.git5c94acc - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 0-0.6.git5c94acc - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering - 0-0.5.git5c94acc - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Robert-André Mauchin - 0-0.4.20180628git5c94acc - Bump to commit 5c94acc5e6eb520f1bcd183974e01171cc4c23b3 * Fri Mar 09 2018 Robert-André Mauchin - 0-0.3.20180314gite2050e4 - Update with the new Go packaging - Upstream GIT revision e2050e4 * Wed Feb 07 2018 Fedora Release Engineering - 0-0.2.20171104gitaa4a75b - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Dec 07 2017 Robert-André Mauchin - 0-0.1.20171104gitaa4a75b - Upstream GIT revision aa4a75b * Mon Jul 24 2017 Robert-André Mauchin - 0-0.1.20170710git4ed959e - First package for Fedora