From 55195b8ed0316b977763f446d2385713286ff9ef Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 11 Apr 2020 02:05:44 -0400 Subject: [PATCH] fedora: use python_sitearch, install all python #462 --- tools/notcurses.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/notcurses.spec b/tools/notcurses.spec index ccc44cf18..5f971497a 100644 --- a/tools/notcurses.spec +++ b/tools/notcurses.spec @@ -98,7 +98,9 @@ python setup.py install --root=%{buildroot} --optimize=1 %files -n python3-%{name} %{_bindir}/notcurses-pydemo %{_mandir}/man1/notcurses-pydemo.1* -%{python3_sitelib}/*egg-info/ +%{python3_sitearch}/*egg-info/ +%{python3_sitearch}/notcurses/ +%{python3_sitearch}/*.so %changelog * Tue Apr 07 2020 Nick Black - 1.2.9-1