diff --git a/py3status.spec b/py3status.spec index 07db209..936e07a 100644 --- a/py3status.spec +++ b/py3status.spec @@ -1,12 +1,16 @@ %global sum An extensible i3status wrapper written in python +%if 0%{?fedora} <= 25 +%bcond_with doc +%else %bcond_without doc +%endif # test are somehow broken, so it's disabled now %bcond_with test Name: py3status Version: 3.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} Group: User Interface/Desktops @@ -88,6 +92,9 @@ tox %changelog +* Thu Aug 24 2017 Jakub Jedelsky - 3.5-2 +- don't build -doc subpackage for F25, there is a weird error + * Thu Aug 24 2017 Jakub Jedelsky - 3.5-1 - update to version 3.6 - add -doc subpackage