remove legacy stuff
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
1fe2b700be
commit
cb8436be3a
@ -64,8 +64,6 @@ popd
|
|||||||
find examples -type f -exec chmod 0644 \{\} \;
|
find examples -type f -exec chmod 0644 \{\} \;
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
pushd %{py3dir}
|
pushd %{py3dir}
|
||||||
%py3_install
|
%py3_install
|
||||||
popd
|
popd
|
||||||
@ -79,17 +77,12 @@ pushd %{py3dir}
|
|||||||
%{__python3} setup.py test
|
%{__python3} setup.py test
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -n python2-urwid
|
%files -n python2-urwid
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc COPYING README.rst examples docs
|
%doc COPYING README.rst examples docs
|
||||||
%{python_sitearch}/urwid
|
%{python_sitearch}/urwid
|
||||||
%{python_sitearch}/urwid-%{version}*.egg-info
|
%{python_sitearch}/urwid-%{version}*.egg-info
|
||||||
|
|
||||||
%files -n python3-urwid
|
%files -n python3-urwid
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc COPYING README.rst examples docs
|
%doc COPYING README.rst examples docs
|
||||||
%{python3_sitearch}/urwid
|
%{python3_sitearch}/urwid
|
||||||
%{python3_sitearch}/urwid-%{version}*.egg-info
|
%{python3_sitearch}/urwid-%{version}*.egg-info
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user