mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
fedora: use python_sitearch, install all python #462
This commit is contained in:
parent
9c9011c4cd
commit
55195b8ed0
@ -98,7 +98,9 @@ python setup.py install --root=%{buildroot} --optimize=1
|
|||||||
%files -n python3-%{name}
|
%files -n python3-%{name}
|
||||||
%{_bindir}/notcurses-pydemo
|
%{_bindir}/notcurses-pydemo
|
||||||
%{_mandir}/man1/notcurses-pydemo.1*
|
%{_mandir}/man1/notcurses-pydemo.1*
|
||||||
%{python3_sitelib}/*egg-info/
|
%{python3_sitearch}/*egg-info/
|
||||||
|
%{python3_sitearch}/notcurses/
|
||||||
|
%{python3_sitearch}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Apr 07 2020 Nick Black <dankamongmen@gmail.com> - 1.2.9-1
|
* Tue Apr 07 2020 Nick Black <dankamongmen@gmail.com> - 1.2.9-1
|
||||||
|
Loading…
Reference in New Issue
Block a user