Fix FTBFS issue in rawhide (#1605975)
This commit is contained in:
parent
520609fda6
commit
76501278af
@ -1,6 +1,6 @@
|
|||||||
Name: python-urwid
|
Name: python-urwid
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Console user interface library
|
Summary: Console user interface library
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -58,25 +58,25 @@ popd
|
|||||||
|
|
||||||
find examples -type f -exec chmod 0644 \{\} \;
|
find examples -type f -exec chmod 0644 \{\} \;
|
||||||
|
|
||||||
%install
|
%check
|
||||||
|
PYTHON=%{__python2} %{__python2} setup.py test
|
||||||
|
|
||||||
pushd %{py3dir}
|
pushd %{py3dir}
|
||||||
%py3_install
|
PYTHON=%{__python3} %{__python3} setup.py test
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
%install
|
||||||
%py2_install
|
%py2_install
|
||||||
|
|
||||||
%check
|
|
||||||
%{__python2} setup.py test
|
|
||||||
|
|
||||||
pushd %{py3dir}
|
pushd %{py3dir}
|
||||||
%{__python3} setup.py test
|
%py3_install
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%files -n python2-urwid
|
%files -n python2-urwid
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.rst examples docs
|
%doc README.rst examples docs
|
||||||
%{python_sitearch}/urwid
|
%{python2_sitearch}/urwid
|
||||||
%{python_sitearch}/urwid-%{version}*.egg-info
|
%{python2_sitearch}/urwid-%{version}*.egg-info
|
||||||
|
|
||||||
%files -n python3-urwid
|
%files -n python3-urwid
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -85,6 +85,9 @@ popd
|
|||||||
%{python3_sitearch}/urwid-%{version}*.egg-info
|
%{python3_sitearch}/urwid-%{version}*.egg-info
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user