Blame golang-github-zyedidia-terminal.spec

d3fbe3d
# Generated by go2rpm
834034c
%bcond_without check
23a0922
d3fbe3d
# https://github.com/zyedidia/terminal
834034c
%global goipath         github.com/zyedidia/terminal
d3fbe3d
%global commit          533c623e241584694ef5438ff56fa66a8b71d8db
23a0922
834034c
%gometa
23a0922
d3fbe3d
%global common_description %{expand:
d3fbe3d
Package Terminal is a vt10x terminal emulation backend, influenced largely by
d3fbe3d
st, rxvt, xterm, and iTerm as reference. Use it for terminal muxing, a terminal
d3fbe3d
emulation frontend, or wherever else you need terminal emulation.}
23a0922
d3fbe3d
%global golicenses      LICENSE
d3fbe3d
%global godocs          README.md
23a0922
d3fbe3d
Name:           %{goname}
d3fbe3d
Version:        0
954013b
Release:        0.11%{?dist}
d3fbe3d
Summary:        Vt10x terminal emulation backend
d3fbe3d
d3fbe3d
License:        MIT
d3fbe3d
URL:            %{gourl}
d3fbe3d
Source0:        %{gosource}
23a0922
d3fbe3d
BuildRequires:  golang(github.com/nsf/termbox-go)
d3fbe3d
BuildRequires:  golang(github.com/zyedidia/pty)
23a0922
d3fbe3d
%description
834034c
%{common_description}
23a0922
d3fbe3d
%gopkg
23a0922
23a0922
%prep
d3fbe3d
%goprep
23a0922
834034c
%install
d3fbe3d
%gopkginstall
23a0922
834034c
%if %{with check}
23a0922
%check
d3fbe3d
%gocheck
23a0922
%endif
23a0922
d3fbe3d
%gopkgfiles
23a0922
23a0922
%changelog
954013b
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.11
954013b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
954013b
a072ac5
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.10
a072ac5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a072ac5
22cf681
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.9
22cf681
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
22cf681
d3fbe3d
* Thu May 23 17:15:36 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.8.20190523git533c623
d3fbe3d
- Bump to commit 533c623e241584694ef5438ff56fa66a8b71d8db
d3fbe3d
8feecdd
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.7.git1760577
8feecdd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
8feecdd
d3fbe3d
* Tue Oct 23 2018 Nicolas Mailhot <nim@fedoraproject.org> - 0-0.6.git1760577
c32ce18
- redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias
c32ce18
- https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/
c32ce18
ba15876
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5.git1760577
ba15876
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
ba15876
fe7a2ef
* Tue Mar 20 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.4.20180314git1760577
fe7a2ef
- Replace original "j4k.co/terminal" with the fork
fe7a2ef
589586f
* Tue Mar 20 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.3.20180314git1760577
589586f
- Replace forked dependency with original one
589586f
834034c
* Fri Mar 09 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.2.20180314git1760577
834034c
- Update with the new Go packaging
834034c
834034c
* Fri Jan 26 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20180125git1760577
23a0922
- Initial package for Fedora