You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
2.8 KiB
96 lines
2.8 KiB
9 months ago
|
## START: Set by rpmautospec
|
||
|
## (rpmautospec version 0.3.5)
|
||
|
## RPMAUTOSPEC: autorelease, autochangelog
|
||
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||
|
release_number = 2;
|
||
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||
|
print(release_number + base_release_number - 1);
|
||
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||
|
## END: Set by rpmautospec
|
||
|
|
||
|
# Generated by go2rpm 1.3
|
||
|
%bcond_without check
|
||
|
|
||
|
# https://github.com/golang/term
|
||
|
%global goipath golang.org/x/term
|
||
|
%global forgeurl https://github.com/golang/term
|
||
|
Version: 0.8.0
|
||
|
|
||
|
%gometa
|
||
|
|
||
|
%global common_description %{expand:
|
||
|
Go terminal and console support.}
|
||
|
|
||
|
%global golicenses LICENSE PATENTS
|
||
|
%global godocs AUTHORS CONTRIBUTING.md CONTRIBUTORS README.md
|
||
|
|
||
|
Name: %{goname}
|
||
|
Release: %autorelease
|
||
|
Summary: Go terminal and console support
|
||
|
|
||
|
# Upstream license specification: BSD-3-Clause
|
||
|
License: BSD
|
||
|
URL: %{gourl}
|
||
|
Source0: %{gosource}
|
||
|
|
||
|
BuildRequires: golang(golang.org/x/sys/unix) >= 0.8
|
||
|
|
||
|
%description
|
||
|
%{common_description}
|
||
|
|
||
|
%gopkg
|
||
|
|
||
|
%prep
|
||
|
%goprep
|
||
|
|
||
|
%install
|
||
|
%gopkginstall
|
||
|
|
||
|
%if %{with check}
|
||
|
%check
|
||
|
%gocheck
|
||
|
%endif
|
||
|
|
||
|
%gopkgfiles
|
||
|
|
||
|
%changelog
|
||
|
* Mon Apr 22 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.8.0-2
|
||
|
- Rebuilt for MSVSphere 9.4
|
||
|
|
||
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||
|
|
||
|
* Sun May 07 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.8.0-1
|
||
|
- Update to latest version (#2175600)
|
||
|
|
||
|
* Sat Feb 25 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.5.0-1
|
||
|
- Update to latest version
|
||
|
|
||
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||
|
|
||
|
* Mon Jan 02 2023 Maxwell G <gotmax@e.email> - 0.3.0-1
|
||
|
- Update to 0.3.0.
|
||
|
|
||
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.8
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||
|
|
||
|
* Sat Jan 29 2022 Maxwell G <gotmax@e.email> - 0-0.7
|
||
|
- Bump to commit 03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50.
|
||
|
|
||
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||
|
|
||
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||
|
|
||
|
* Tue Jun 15 20:02:36 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.3.20210615git6886f2d
|
||
|
- Bump to commit 6886f2dfbf5b25f595b4fe4279c49956e867c59b
|
||
|
|
||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||
|
|
||
|
* Thu Jan 07 17:36:41 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20210107git2321bbc
|
||
|
- Initial package
|
||
|
|