diff --git a/python-urwid.spec b/python-urwid.spec index 31eb366..b789afa 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -1,6 +1,6 @@ Name: python-urwid Version: 2.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Console user interface library License: LGPLv2+ @@ -58,25 +58,25 @@ popd find examples -type f -exec chmod 0644 \{\} \; -%install +%check +PYTHON=%{__python2} %{__python2} setup.py test + pushd %{py3dir} -%py3_install +PYTHON=%{__python3} %{__python3} setup.py test popd +%install %py2_install -%check -%{__python2} setup.py test - pushd %{py3dir} -%{__python3} setup.py test +%py3_install popd %files -n python2-urwid %license COPYING %doc README.rst examples docs -%{python_sitearch}/urwid -%{python_sitearch}/urwid-%{version}*.egg-info +%{python2_sitearch}/urwid +%{python2_sitearch}/urwid-%{version}*.egg-info %files -n python3-urwid %license COPYING @@ -85,6 +85,9 @@ popd %{python3_sitearch}/urwid-%{version}*.egg-info %changelog +* Fri Jul 27 2018 David Cantrell - 2.0.1-4 +- Fix FTBFS issue in rawhide (#1605975) + * Sat Jul 14 2018 Fedora Release Engineering - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild