Fix build error at python 3.7.3 aarch64 11/215811/1 accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20191031.022057 accepted/tizen/5.5/unified/mobile/hotfix/20201027.090004 accepted/tizen/5.5/unified/wearable/hotfix/20201027.112644 accepted/tizen/unified/20191017.105741 submit/tizen/20191017.060053 submit/tizen_5.5/20191031.000004 submit/tizen_5.5_mobile_hotfix/20201026.185104 submit/tizen_5.5_wearable_hotfix/20201026.184304 tizen_5.5.m2_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 16 Oct 2019 06:46:43 +0000 (15:46 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 16 Oct 2019 06:47:36 +0000 (15:47 +0900)
Change python macro at spec file
 python3-sitelib -> python3-sitearch

Change-Id: I2158ac6151fa6cd09397ef35f630f83db743049e
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
packaging/yaca.spec

index 0419bb4..665da8c 100644 (file)
@@ -36,7 +36,7 @@ make -k %{?jobs:-j%jobs}
 
 %install
 %make_install
-%py3_compile %{buildroot}/%{python3_sitelib}
+%py3_compile %{buildroot}/%{python3_sitearch}
 
 %clean
 rm -rf %{buildroot}
@@ -78,4 +78,4 @@ Requires:       yaca = %{version}-%{release}
 The package provides Yet Another Crypto API bindings for Python3.
 
 %files -n python3-yaca
-%{python3_sitelib}/%{name}
+%{python3_sitearch}/%{name}