Fix spec file for python 3.9.1 upgrade 39/251239/1 accepted/tizen/unified/20210112.031145 submit/tizen/20210112.020339
authorDongsun Lee <ds73.lee@samsung.com>
Tue, 12 Jan 2021 02:00:31 +0000 (11:00 +0900)
committerDongsun Lee <ds73.lee@samsung.com>
Tue, 12 Jan 2021 02:00:31 +0000 (11:00 +0900)
Change-Id: Iceabbee8e355233b1784307cccbac576573e64cd
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
packaging/yaca.spec

index 86d02ad..038d98a 100644 (file)
@@ -45,7 +45,7 @@ make -k %{?jobs:-j%jobs}
 
 %install
 %make_install
-%py3_compile %{buildroot}/%{python3_sitearch}
+%py3_compile %{buildroot}/%{python3_sitelib}
 
 %clean
 rm -rf %{buildroot}
@@ -99,7 +99,7 @@ Requires:       yaca = %{version}-%{release}
 The package provides Yet Another Crypto API bindings for Python3.
 
 %files -n python3-yaca
-%{python3_sitearch}/%{name}
+%{python3_sitelib}/%{name}
 
 ## Coverage Package ###########################################################
 %if "%{build_type}" == "COVERAGE"