diff options
author | Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com> | 2024-03-05 11:37:13 +0530 |
---|---|---|
committer | Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com> | 2024-03-05 11:37:13 +0530 |
commit | 0850db19201b73bf215592c01b249049f9944f4d (patch) | |
tree | 6f9d795301f4edda2bf3a59e53f1ac9b1dd16d14 | |
parent | 4f71e5c1796ada857362eee3bfbc833b2d0be993 (diff) | |
download | tray-0850db19201b73bf215592c01b249049f9944f4d.tar.gz tray-0850db19201b73bf215592c01b249049f9944f4d.tar.bz2 tray-0850db19201b73bf215592c01b249049f9944f4d.zip |
Renaming Tray spec to Apps spec. And Removing Tray tpkaccepted/tizen/unified/x/20240307.010738accepted/tizen/unified/toolchain/20240311.070129accepted/tizen/unified/dev/20240620.011307accepted/tizen/unified/20240306.094133
Change-Id: I959d248149afa0196f7a272d92e0467e506cec35
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
-rw-r--r--[-rwxr-xr-x] | packaging/org.tizen.Apps.spec (renamed from packaging/org.tizen.Tray.spec) | 6 | ||||
-rwxr-xr-x | packaging/org.tizen.TrayApplication-1.0.0.tpk | bin | 226472 -> 0 bytes |
2 files changed, 2 insertions, 4 deletions
diff --git a/packaging/org.tizen.Tray.spec b/packaging/org.tizen.Apps.spec index 466e4eb..b51354f 100755..100644 --- a/packaging/org.tizen.Tray.spec +++ b/packaging/org.tizen.Apps.spec @@ -1,5 +1,5 @@ -Name: org.tizen.Tray -Summary: org.tizen.Tray +Name: org.tizen.Apps +Summary: org.tizen.Apps Version: 1.0.0 Release: 1 Group: N/A @@ -10,7 +10,6 @@ BuildRequires: pkgconfig(libtzplatform-config) Requires(post): /usr/bin/tpk-backend %define apps_name org.tizen.Apps -%define tray_name org.tizen.TrayApplication %define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk %description @@ -25,7 +24,6 @@ This is the application to access all installed apps in the device %install rm -rf %{buildroot} mkdir -p %{buildroot}/%{preload_tpk_path} -install packaging/%{tray_name}-%{version}.tpk %{buildroot}/%{preload_tpk_path}/ install packaging/%{apps_name}-%{version}.tpk %{buildroot}/%{preload_tpk_path}/ %post diff --git a/packaging/org.tizen.TrayApplication-1.0.0.tpk b/packaging/org.tizen.TrayApplication-1.0.0.tpk Binary files differdeleted file mode 100755 index b01e82d..0000000 --- a/packaging/org.tizen.TrayApplication-1.0.0.tpk +++ /dev/null |