diff --git a/python-urwid.spec b/python-urwid.spec index 9e37d0d..260cd47 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -64,8 +64,6 @@ popd find examples -type f -exec chmod 0644 \{\} \; %install -rm -rf %{buildroot} - pushd %{py3dir} %py3_install popd @@ -79,17 +77,12 @@ pushd %{py3dir} %{__python3} setup.py test popd -%clean -rm -rf %{buildroot} - %files -n python2-urwid -%defattr(-,root,root,-) %doc COPYING README.rst examples docs %{python_sitearch}/urwid %{python_sitearch}/urwid-%{version}*.egg-info %files -n python3-urwid -%defattr(-,root,root,-) %doc COPYING README.rst examples docs %{python3_sitearch}/urwid %{python3_sitearch}/urwid-%{version}*.egg-info