%{python_sitearch} → %{python2_sitearch}
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
8d96326201
commit
b702ad08d7
2
rpy.spec
2
rpy.spec
@ -84,7 +84,7 @@ CFLAGS="$RPM_OPT_FLAGS -DHAVE_UINTPTR_T=1" %{__python3} setup.py build
|
|||||||
%if %{python2}
|
%if %{python2}
|
||||||
%files -n python2-%{srcname}
|
%files -n python2-%{srcname}
|
||||||
%doc AUTHORS NEWS PKG-INFO
|
%doc AUTHORS NEWS PKG-INFO
|
||||||
%{python_sitearch}/
|
%{python2_sitearch}/
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n python3-%{srcname}
|
%files -n python3-%{srcname}
|
||||||
|
Loading…
Reference in New Issue
Block a user