diff options
-rw-r--r-- | org.tizen.share-panel_common-1.0.0-riscv64.tpk | bin | 0 -> 140616 bytes | |||
-rw-r--r-- | packaging/org.tizen.share-panel_common.spec | 5 |
2 files changed, 4 insertions, 1 deletions
diff --git a/org.tizen.share-panel_common-1.0.0-riscv64.tpk b/org.tizen.share-panel_common-1.0.0-riscv64.tpk Binary files differnew file mode 100644 index 0000000..c162ea0 --- /dev/null +++ b/org.tizen.share-panel_common-1.0.0-riscv64.tpk diff --git a/packaging/org.tizen.share-panel_common.spec b/packaging/org.tizen.share-panel_common.spec index a56f8d1..477a201 100644 --- a/packaging/org.tizen.share-panel_common.spec +++ b/packaging/org.tizen.share-panel_common.spec @@ -8,7 +8,7 @@ Group: Applications/Core Applications License: Apache-2.0 Source0: %{name}-%{version}.tar.gz -ExclusiveArch: x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm +ExclusiveArch: x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm riscv64 BuildRequires: pkgconfig(libtzplatform-config) @@ -25,6 +25,9 @@ Requires(post): /usr/bin/tpk-backend %ifarch aarch64 %define target aarch64 %endif +%ifarch riscv64 +%define target riscv64 +%endif %ifarch x86_64 %define target x86_64 %endif |