Fix FTBFS issue in rawhide (#1605975)
This commit is contained in:
parent
520609fda6
commit
76501278af
@ -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 <dcantrell@redhat.com> - 2.0.1-4
|
||||
- Fix FTBFS issue in rawhide (#1605975)
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user