Name: kaaedit Version: 0.44.0 Release: 4%{?dist} Summary: Console text editor License: MIT URL: http://kaaedit.github.io/ Source0: https://pypi.python.org/packages/source/k/%{name}/%{name}-%{version}.tar.gz Source1: kaa.1 Patch1: kaa.license.patch Provides: kaa == %{version}-%{release} BuildRequires: kaadbg BuildRequires: ncurses-devel BuildRequires: python3-curses_ex BuildRequires: python3-devel BuildRequires: python3-pyjf3 BuildRequires: python3-setproctitle BuildRequires: python3-setuptools Requires: ncurses Requires: python3-curses_ex Requires: python3-setproctitle Requires: python3-pyjf3 Recommends: kaadbg Enhances: python3-enchant %description Kaa is a small and easy command line text editor. Kaa is very easy to learn in spite of its rich functionality. Only thing you need to remember is "To display menu: F1 key or alt+'m' key". %prep %setup -q -n %{name}-%{version} rm -rf %{name}.egg.info %patch1 %build %py3_build %install umask 022 %py3_install install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/kaa.1 %check #https://github.com/kaaedit/kaa/issues/132 %files %license LICENSE %doc README.rst README-JA.rst %{python3_sitearch}/* %{_mandir}/man1/* %{_bindir}/* %changelog * Wed Dec 09 2015 William Moreno Reyes - 0.44.0-4 - Rebuild * Fri Nov 20 2015 William Moreno Reyes - 0.44.0-3 - From review: Enable test in build - From review: Fix %%files to excluve %%{python3_sitearch} ownership * Mon Oct 05 2015 William Moreno Reyes - 0.44.0-2 - Fix requires * Mon Aug 03 2015 William Moreno Reyes - 0.44.0-1 - Initial Packaging