From b702ad08d7544386b681f8a914e352bdc8b51365 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 30 Jul 2018 00:22:26 +0200 Subject: [PATCH] =?UTF-8?q?%{python=5Fsitearch}=20=E2=86=92=20%{python2=5F?= =?UTF-8?q?sitearch}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Igor Gnatenko --- rpy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpy.spec b/rpy.spec index 081293a..c91a437 100644 --- a/rpy.spec +++ b/rpy.spec @@ -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}