Name: py3status Version: 2.9 Release: 1%{?dist} Summary: An extensible i3status wrapper written in python Group: User Interface/Desktops License: BSD URL: https://github.com/ultrabug/py3status Source0: https://github.com/ultrabug/py3status/archive/%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools Requires: i3status %description Using py3status, you can take control of your i3bar easily by: - writing your own modules and have their output displayed on your bar - handling click events on your i3bar and play with them in no time - seeing your clock tick every second whatever your i3status interval No extra configuration file needed, just install & enjoy ! %prep %setup -q -n py3status-%{version} %build %py3_build %install %py3_install %files %license LICENSE %doc README.rst CHANGELOG %{_bindir}/py3status %dir %{python3_sitelib}/py3status %{python3_sitelib}/py3status/* %{python3_sitelib}/*.egg-info %changelog * Thu Apr 21 2016 Jakub Jedelsky - 2.9-1 - update to version 2.9 - use python3 support as default (BZ#1282483) * Thu Feb 04 2016 Fedora Release Engineering - 2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Nov 12 2015 Jakub Jedelsky - 2.7-1 - update to version 2.7 * Mon Aug 31 2015 Jakub Jedelsky - 2.6-2 - fix modules location, it won't be used in %doc anymore * Mon Aug 31 2015 Jakub Jedelsky - 2.6-1 - update to version 2.6 * Tue Aug 25 2015 Jakub Jedelsky - 2.5-1 - update to version 2.5 * Thu Jul 16 2015 Jakub Jedelsky - 2.4-1 - update to version 2.4 * Thu Jun 18 2015 Fedora Release Engineering - 2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Jan 29 2015 Jakub Jedelsky - 2.2-2 - move modules dir into docs * Thu Jan 22 2015 Jakub Jedelsky - 2.2-1 - update to new version * Mon Oct 27 2014 Jakub Jedelsky - 1.6-1 - inital package