projects
/
platform
/
upstream
/
python-MarkupSafe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cee80cb
)
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
patch
|
blob
|
history
diff --git
a/packaging/python-MarkupSafe.spec
b/packaging/python-MarkupSafe.spec
index eb4ca72f4801cd903934a2239a6adfe9597682ac..a623413bba11a6df217a0cb54fc0bd06060a57e8 100644
(file)
--- a/
packaging/python-MarkupSafe.spec
+++ b/
packaging/python-MarkupSafe.spec
@@
-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