diff --git a/tmux-3.2a.tar.gz b/tmux-3.2a.tar.gz deleted file mode 100644 index a526fb084c2d93f594b8a3f719443d9e09b6be87..0000000000000000000000000000000000000000 Binary files a/tmux-3.2a.tar.gz and /dev/null differ diff --git a/tmux-3.3a.tar.gz b/tmux-3.3a.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c5221a1c8b3014f4ac24e8f3bab7c7ebe1410b02 Binary files /dev/null and b/tmux-3.3a.tar.gz differ diff --git a/tmux.spec b/tmux.spec index e1645a11ead0cf20857e72abe6e440bc278d4562..50aa837fac9fe253887dd2fa4183dd449121f1e0 100644 --- a/tmux.spec +++ b/tmux.spec @@ -2,7 +2,7 @@ %global _hardened_build 1 Name: tmux -Version: 3.2a +Version: 3.3a Release: %{anolis_release}%{?dist} Summary: A terminal multiplexer @@ -27,6 +27,14 @@ 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. +%package doc +Summary: Documents for %{name} +BuildArch: noarch +Requires: %{name} = %{version}-%{release} + +%description doc +Doc pages for %{name}. + %prep %autosetup @@ -60,12 +68,18 @@ if [ "$1" = 0 ] && [ -f %{_sysconfdir}/shells ] ; then fi %files -%doc CHANGES -%doc example_tmux.conf %{_bindir}/tmux %{_mandir}/man1/tmux.1.* %{_datadir}/bash-completion/completions/tmux +%files doc +%doc CHANGES +%doc example_tmux.conf + %changelog +* Mon Mar 13 2023 Feng Su - 3.3a-1 +- update to v3.3a +- add doc package + * Wed Apr 13 2022 Chunmei Xu - 3.2a-1 - init from upstream