Summary: Canto RSS curses client Name: canto-curses Version: 0.8.4 Release: 1%{?dist} License: GPLv2 Group: Applications/Internet Source: http://codezen.org/static/canto-curses-0.8.4.tar.gz URL: http://codezen.org/canto-ng/ BuildRequires:python3-devel,ncurses-devel python3-setuptools Requires: python3,canto-daemon,ncurses #version numbers required %global canto_ver 0.8.4 %global py3_ver %(echo `%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])"`) %prep %setup -q %build %{__python3} setup.py build %install %{__python3} setup.py install -O1 --skip-build --root %{buildroot} %clean rm -rf %{buildroot} %files %defattr(644,root,root,-) %attr(755,root,root) %{_bindir}/canto-curses %{python3_sitearch}/canto_curses %{python3_sitearch}/Canto_curses-%{canto_ver}-py%{py3_ver}.egg-info %{_mandir}/man1/canto-curses.1.gz %defattr(644,root,root,-) %doc README %doc COPYING %description Canto-curses is an Atom/RSS feed client for the related server. It is meant to be quick, concise, and colorful. Allowing you to crank through feeds like you've never cranked before by providing a minimal, yet information packed interface. No navigating menus. No dense blocks of unreadable white text. An interface with almost infinite customization and extend-ability using the excellent Python programming language. %changelog *Fri Apr 12 2013 - walshy86@gmail.com - 0.8.4-1 - initial build