Separate NUIGadgetViewer package from amd package
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 17 Apr 2023 06:40:57 +0000 (06:40 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 17 Apr 2023 07:04:03 +0000 (07:04 +0000)
The org.tizen.NUIGadgetViewer rpm is added.

Change-Id: I7640d5bda4e52eed9930bba50058924247019e86
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/amd.spec

index 596ce2d2bb937470935db28bb6b41469327ca6b9..ec1e2921085bba16ddf6d1a00cc126df144d866b 100644 (file)
@@ -225,6 +225,13 @@ Group:      Application Framework/Service
 %description -n amd-mod-proc-group
 This module is for managing proc groups
 
+%package -n org.tizen.NUIGadgetViewer
+Summary:    NUIGadgetViewer Application
+Group:      Application Framework/Service
+
+%description -n org.tizen.NUIGadgetViewer
+This package is for NUIGadget developers
+
 %if 0%{?gcov:1}
 %package gcov
 Summary:    AMD (gcov)
@@ -247,6 +254,7 @@ AMD gcov objects
 %setup -q
 sed -i 's|TZ_SYS_DB|%{TZ_SYS_DB}|g' %{SOURCE1001}
 cp %{SOURCE1001} .
+cp %{SOURCE1001} ./org.tizen.NUIGadgetViewer.manifest
 
 %build
 %if 0%{?gcov:1}
@@ -339,7 +347,6 @@ systemctl daemon-reload
 %{_libdir}/libamd.so.*
 %{_moddir}/conf/amd.conf
 %{_sysconfdir}/resourced/vip-process.d/amd.conf
-%{_preload_tpk_dir}/org.tizen.NUIGadgetViewer-1.0.0.tpk
 
 %files devel
 %{_includedir}/amd/*.h*
@@ -461,6 +468,11 @@ systemctl daemon-reload
 %license LICENSE
 %{_moddir}/mod/libamd-mod-proc-group.so
 
+%files -n org.tizen.NUIGadgetViewer
+%manifest %{name}.manifest
+%license LICENSE
+%{_preload_tpk_dir}/org.tizen.NUIGadgetViewer-1.0.0.tpk
+
 %if 0%{?gcov:1}
 %files gcov
 %{_datadir}/gcov/*