Compare commits
1 Commits
rawhide
...
main-riscv
Author | SHA1 | Date | |
---|---|---|---|
4f692f8348 |
@ -5,7 +5,7 @@
|
||||
Name: python3-%{module_name}
|
||||
Summary: Python bindings to libcangjie
|
||||
Version: 1.5.0
|
||||
Release: %{autorelease}
|
||||
Release: %autorelease -e 0.riscv64
|
||||
%forgemeta
|
||||
License: LGPL-3.0-only
|
||||
URL: https://gitlab.freedesktop.org/cangjie/pycangjie
|
||||
@ -42,7 +42,11 @@ find %{buildroot} -name '*.la' -exec rm -f '{}' \;
|
||||
|
||||
%check
|
||||
export CANGJIE_DB=/usr/share/libcangjie/cangjie.db
|
||||
%ifnarch riscv64
|
||||
%meson_test
|
||||
%else
|
||||
%meson_test --timeout-multiplier 10
|
||||
%endif
|
||||
|
||||
|
||||
%files
|
||||
|
Loading…
x
Reference in New Issue
Block a user