diff --git a/wezterm.changes b/wezterm.changes index 7aafd88..25f6b40 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Oct 29 06:30:01 UTC 2023 - Soc Virnyl Estela + +- Set wezterm-terminfo as noarch + +------------------------------------------------------------------- +Sun Oct 29 06:11:15 UTC 2023 - Soc Virnyl Estela + +- Create subpackage wezterm-terminfo + ------------------------------------------------------------------- Mon Oct 9 14:14:36 UTC 2023 - Soc Virnyl Estela diff --git a/wezterm.spec b/wezterm.spec index 508e32f..823bd2f 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -61,6 +61,7 @@ BuildRequires: pkgconfig(libssh2) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(tic) BuildRequires: pkgconfig(xcb) +Recommends: %{name}-terminfo %description Wezterm is a GPU-accelerated terminal emulator written in Rust. It supports @@ -74,6 +75,14 @@ Recommends: %{name} = %{version} %description mux-server Multiplexer server for wezterm for running on a headless system. +%package terminfo +Summary: Terminfo for %{name} +Supplements: (%{name}-terminfo and terminfo) +BuildArch: noarch + +%description terminfo +Terminfo file for wezterm. + %package bash-completion Summary: Bash Completion for %{name} Requires: bash-completion @@ -148,7 +157,6 @@ install -D -m 0644 assets/shell-completion/fish %{buildroot}%{_datadir}/fish/ven %{_bindir}/wezterm %{_bindir}/wezterm-gui %{_bindir}/strip-ansi-escapes -%{_datadir}/terminfo/w/wezterm %{_datadir}/applications/org.wezfurlong.wezterm.desktop %{_datadir}/icons/hicolor/scalable/apps/org.wezfurlong.wezterm.svg %{_datadir}/metainfo/org.wezfurlong.wezterm.appdata.xml @@ -160,6 +168,10 @@ install -D -m 0644 assets/shell-completion/fish %{buildroot}%{_datadir}/fish/ven %doc README.md CONTRIBUTING.md %{_bindir}/wezterm-mux-server +%files terminfo +%license LICENSE.md +%{_datadir}/terminfo/w/wezterm + %files bash-completion %dir %{_datadir}/bash-completion %dir %{_datadir}/bash-completion/completions