Adding riscv64 tpk
authorwchang kim <wchang.kim@samsung.com>
Fri, 2 Jun 2023 07:20:36 +0000 (16:20 +0900)
committerwchang kim <wchang.kim@samsung.com>
Fri, 2 Jun 2023 07:20:36 +0000 (16:20 +0900)
Change-Id: If71a1c3e6d7d355cdf20e3df3f331ce76730f386

org.tizen.image-viewer_common-1.0.0-riscv64.tpk [new file with mode: 0644]
packaging/org.tizen.image-viewer_common.spec

diff --git a/org.tizen.image-viewer_common-1.0.0-riscv64.tpk b/org.tizen.image-viewer_common-1.0.0-riscv64.tpk
new file mode 100644 (file)
index 0000000..1e4910b
Binary files /dev/null and b/org.tizen.image-viewer_common-1.0.0-riscv64.tpk differ
index d5eb8bd389cb47c8065f5b1000c39beb36bbe026..09f3ed27be1162c9f8b3f6688e034d1a80dce770 100644 (file)
@@ -9,7 +9,7 @@ License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 
 #ExclusiveArch: x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm
-ExclusiveArch:  aarch64 x86_64 arm armv7l i586 i486 i686 i386 x86 i586 i486 i686 i386 x86
+ExclusiveArch:  aarch64 x86_64 arm armv7l i586 i486 i686 i386 x86 i586 i486 i686 i386 x86 riscv64
 
 BuildRequires:  pkgconfig(libtzplatform-config)
 Requires(post):  /usr/bin/tpk-backend
@@ -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