From: Dongsun Lee Date: Tue, 12 Jan 2021 02:00:31 +0000 (+0900) Subject: Fix spec file for python 3.9.1 upgrade X-Git-Tag: accepted/tizen/unified/20210112.031145^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc58b66cb5f85c6ca708e40d0e64665d10510eb6;p=platform%2Fcore%2Fsecurity%2Fyaca.git Fix spec file for python 3.9.1 upgrade Change-Id: Iceabbee8e355233b1784307cccbac576573e64cd Signed-off-by: Dongsun Lee --- diff --git a/packaging/yaca.spec b/packaging/yaca.spec index 86d02ad..038d98a 100644 --- a/packaging/yaca.spec +++ b/packaging/yaca.spec @@ -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"