Fixed the wrong value in install and file section 73/296273/1 accepted/tizen_9.0_unified accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_riscv tizen tizen_9.0 accepted/tizen/9.0/unified/20241030.234514 accepted/tizen/unified/20240104.012432 accepted/tizen/unified/dev/20240620.011242 accepted/tizen/unified/riscv/20230725.120059 accepted/tizen/unified/riscv/20240102.011745 tizen_9.0_m2_release
authorwchang kim <wchang.kim@samsung.com>
Mon, 24 Jul 2023 21:25:29 +0000 (06:25 +0900)
committerwchang kim <wchang.kim@samsung.com>
Mon, 24 Jul 2023 21:25:29 +0000 (06:25 +0900)
Change-Id: I13961cb4a076e1c949f2891e11b386adc676adb1

packaging/org.tizen.cssetting-account.spec

index 1db5c2f3fe3a308ec7b7c204e85b49692fa05b06..2923e48abda47744900742091024f0855bda4a15 100644 (file)
@@ -23,8 +23,8 @@ NUI application for managing setting account functionalities
 
 %install
 rm -rf %{buildroot}
-mkdir -p %{buildroot}/%{preload_tpk_path}
-install packaging/%{internal_name}-%{version}.tpk %{buildroot}/%{preload_tpk_path}/
+mkdir -p %{buildroot}/%{preload_rpk_path}
+install packaging/%{rpk_pkgid}-%{version}.rpk %{buildroot}/%{preload_rpk_path}/
 
 %post
 # Uncomment following lines to test rpk installation
@@ -38,4 +38,4 @@ cyad -s -k MANIFESTS_GLOBAL -c User::Pkg::%{rpk_pkgid} -u 5001 -p http://tizen.o
 
 %files
 %defattr(-,root,root,-)
-%{preload_tpk_path}/*
\ No newline at end of file
+%{preload_rpk_path}/*