%{python_sitearch} → %{python2_sitearch}

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-07-30 00:22:26 +02:00
parent 8d96326201
commit b702ad08d7
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -84,7 +84,7 @@ CFLAGS="$RPM_OPT_FLAGS -DHAVE_UINTPTR_T=1" %{__python3} setup.py build
%if %{python2}
%files -n python2-%{srcname}
%doc AUTHORS NEWS PKG-INFO
%{python_sitearch}/
%{python2_sitearch}/
%endif
%files -n python3-%{srcname}