mirror of
https://github.com/openRuyi-Project/openRuyi.git
synced 2026-04-28 11:03:42 +00:00
SPECS: tmux: tmux bash completion should now be provided by bash-completion.
Signed-off-by: misaka00251 <liuxin@iscas.ac.cn>
This commit is contained in:
@@ -10,14 +10,11 @@ Name: tmux
|
||||
Version: 3.6a
|
||||
Release: %autorelease
|
||||
Summary: A terminal multiplexer
|
||||
# SOURCE0 licensed under ISC AND BSD, SOURCE1 licensed under GPL-2.0-only
|
||||
License: ISC AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only
|
||||
License: ISC AND BSD-2-Clause AND BSD-3-Clause
|
||||
URL: https://tmux.github.io/
|
||||
VCS: git:https://github.com/tmux/tmux
|
||||
#!RemoteAsset: sha256:b6d8d9c76585db8ef5fa00d4931902fa4b8cbe8166f528f44fc403961a3f3759
|
||||
Source0: https://github.com/tmux/tmux/releases/download/%{version}/tmux-%{version}.tar.gz
|
||||
#!RemoteAsset: sha256:4e2179053376f4194b342249d75c243c1573c82c185bfbea008be1739048e709
|
||||
Source1: https://github.com/imomaliev/tmux-bash-completion/raw/refs/heads/master/completions/tmux
|
||||
BuildSystem: autotools
|
||||
|
||||
BuildOption(conf): --enable-sixel
|
||||
@@ -25,7 +22,6 @@ BuildOption(conf): --enable-systemd
|
||||
BuildOption(conf): --enable-utempter
|
||||
BuildOption(conf): --enable-utf8proc
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(libevent) >= 2
|
||||
BuildRequires: (pkgconfig(tinfo) or pkgconfig(ncurses) or pkgconfig(ncursesw))
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
@@ -39,14 +35,10 @@ windows) to be accessed and controlled from a single terminal. tmux is
|
||||
intended to be a simple, modern, BSD-licensed alternative to programs such
|
||||
as GNU Screen.
|
||||
|
||||
%install -a
|
||||
install -Dpm 644 %{S:1} %{buildroot}%{_datadir}/bash-completion/completions/tmux
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%{_mandir}/man1/tmux.1*
|
||||
%{_bindir}/tmux
|
||||
%{_datadir}/bash-completion/completions/tmux
|
||||
|
||||
%changelog
|
||||
%{?autochangelog}
|
||||
%autochangelog
|
||||
|
||||
Reference in New Issue
Block a user