packaging: build for riscv64 21/284421/1 accepted/tizen_8.0_base accepted/tizen_9.0_base accepted/tizen_base_dev tizen_8.0_base tizen_9.0_base accepted/tizen/8.0/base/20231005.045058 accepted/tizen/9.0/base/20241030.075040 accepted/tizen/base/20221201.220419 accepted/tizen/base/dev/20230602.080613 accepted/tizen/base/dev/20241206.041039 tizen_8.0_m2_release tizen_9.0_m2_release
authorŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 31 Aug 2022 13:58:34 +0000 (15:58 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 31 Aug 2022 13:58:34 +0000 (15:58 +0200)
Change-Id: I37d8b7791cf8f26ded382e837174a94500f31e72
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
packaging/python-MarkupSafe.spec

index eb4ca72f4801cd903934a2239a6adfe9597682ac..a623413bba11a6df217a0cb54fc0bd06060a57e8 100644 (file)
@@ -47,7 +47,7 @@ python setup.py build
 python setup.py install --prefix=%{_prefix} --install-lib=%{python_sitelib} --root=%{buildroot}
 
 # Move library
-%ifarch x86_64 aarch64
+%ifarch x86_64 aarch64 riscv64
 mkdir -p %{buildroot}%{_libdir}/python%{python_version}/site-packages/markupsafe
 mv %{buildroot}%{python_sitelib}/markupsafe/_speedups.so %{buildroot}%{_libdir}/python%{python_version}/site-packages/markupsafe
 %endif