Name: playitagainsam Version: 0.5.0 Release: 1%{?dist} Summary: Record and replay interactive terminal sessions License: MIT URL: https://github.com/rfk/playitagainsam Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools Requires: python3-psutil >= 2.0 Requires: python3-six # shortcut and executable name Provides: pias = %{version}-%{release} %description Playitagainsam is a tool and a corresponding file format for recording and replaying interactive terminal sessions. It takes inspiration from the Unix commands "script" and "ttyrec" and the Python tool "playerpiano". Useful features include: * ability to replay with fake typing for enhanced "interactivity" * ability to replay synchronized output in multiple terminals %prep %autosetup -n %{name}-%{version} # Shebang removal sed -i '1d' %{name}/__main__.py %build %py3_build %install %py3_install %files %license LICENSE.txt %doc README.rst ChangeLog.txt %{_bindir}/pias %{python3_sitelib}/%{name} %{python3_sitelib}/%{name}-%{version}-py?.?.egg-info %changelog * Thu Nov 24 2016 Miro HronĨok - 0.5.0-1 - Initial package