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 \{\} \;
|
||||
|
||||
%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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user