Summary: Terminal multiplexer Name: tmux Version: 2.3 Release: %mkrel 2 Source0: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz License: BSD Group: Terminals Url: http://tmux.github.io/ BuildRequires: pkgconfig(ncurses) BuildRequires: pkgconfig(libevent) %description tmux is a "terminal multiplexer". It allows a number of terminals (or windows) to be accessed and controlled from a single terminal. It is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen. %prep %setup -q %autopatch -p1 %build %configure2_5x %make_build %install %__install -d %{buildroot}%{_bindir} %__install -m 755 tmux %{buildroot}%{_bindir} %__install -d %{buildroot}%{_mandir}/man1 %__install -m 644 tmux.1 %{buildroot}%{_mandir}/man1 %files %doc README FAQ TODO CHANGES %{_bindir}/tmux %{_mandir}/man1/tmux.*