forked from pool/wezterm
This commit is contained in:
parent
96351b1909
commit
99065d2891
@ -57,7 +57,6 @@ BuildRequires: pkgconfig(libssh2)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(tic)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
Recommends: %{name}-mux-server
|
||||
|
||||
%description
|
||||
Wezterm is a GPU-accelerated terminal emulator written in Rust. It supports
|
||||
@ -66,6 +65,7 @@ and multiplex terminal panes.
|
||||
|
||||
%package mux-server
|
||||
Summary: Multiplexer server for %{name}
|
||||
Recommends: %{name} = %{version}
|
||||
|
||||
%description mux-server
|
||||
Multiplexer server for wezterm for running on a headless system.
|
||||
@ -139,9 +139,5 @@ install -D -m 0644 assets/shell-completion/fish %{buildroot}%{_datadir}/fish/ven
|
||||
%license LICENSE.md
|
||||
%doc README.md CONTRIBUTING.md
|
||||
%{_bindir}/wezterm-mux-server
|
||||
%{_bindir}/wezterm
|
||||
%{_bindir}/strip-ansi-escapes
|
||||
%{_datadir}/terminfo/w/wezterm
|
||||
%config %{_sysconfdir}/profile.d/wezterm.sh
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user