diff options
author | shivamv <shivam.v2@samsung.com> | 2022-07-25 15:50:06 +0530 |
---|---|---|
committer | shivamv <shivam.v2@samsung.com> | 2022-07-25 15:50:06 +0530 |
commit | fc323c83529f71730be437e0e83289232aae2bf5 (patch) | |
tree | cee4309af166a0fd2b9f082c9b0475d5a256c2d9 | |
parent | d2aa3bcda20acfd2d755b0eadd899c9abef3a99e (diff) | |
download | tray-fc323c83529f71730be437e0e83289232aae2bf5.tar.gz tray-fc323c83529f71730be437e0e83289232aae2bf5.tar.bz2 tray-fc323c83529f71730be437e0e83289232aae2bf5.zip |
Modifying spec filesubmit/tizen/20220725.102749accepted/tizen/unified/20220725.105805
Change-Id: Ie2a972c7f812e6cb049dfe13a381dff3314498da
Signed-off-by: shivamv <shivam.v2@samsung.com>
-rwxr-xr-x[-rw-r--r--] | packaging/org.tizen.Tray.spec (renamed from packaging/org.tizen.Apps.spec) | 11 | ||||
-rw-r--r-- | packaging/org.tizen.TrayApplication.spec | 36 |
2 files changed, 7 insertions, 40 deletions
diff --git a/packaging/org.tizen.Apps.spec b/packaging/org.tizen.Tray.spec index e829632..16a5f45 100644..100755 --- a/packaging/org.tizen.Apps.spec +++ b/packaging/org.tizen.Tray.spec @@ -1,5 +1,5 @@ -Name: org.tizen.Apps -Summary: org.tizen.Apps +Name: org.tizen.Tray +Summary: org.tizen.Tray Version: 1.0.0 Release: 1 Group: N/A @@ -12,10 +12,12 @@ ExclusiveArch: %{ix86} %{arm} aarch64 BuildRequires: pkgconfig(libtzplatform-config) Requires(post): /usr/bin/tpk-backend -%define internal_name org.tizen.Apps +%define apps_name org.tizen.Apps +%define tray_name org.tizen.TrayApplication %define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk %description +profile/iot/apps/dotnet/tray This is the application to access all installed apps in the device %prep @@ -26,7 +28,8 @@ This is the application to access all installed apps in the device %install rm -rf %{buildroot} mkdir -p %{buildroot}/%{preload_tpk_path} -install packaging/%{internal_name}-%{version}.tpk %{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.spec b/packaging/org.tizen.TrayApplication.spec deleted file mode 100644 index a4dde1d..0000000 --- a/packaging/org.tizen.TrayApplication.spec +++ /dev/null @@ -1,36 +0,0 @@ -Name: org.tizen.TrayApplication -Summary: org.tizen.TrayApplication -Version: 1.0.0 -Release: 1 -Group: N/A -License: Apache-2.0 -Source0: %{name}-%{version}.tar.gz - -ExclusiveArch: %{ix86} %{arm} aarch64 - - -BuildRequires: pkgconfig(libtzplatform-config) -Requires(post): /usr/bin/tpk-backend - -%define internal_name org.tizen.TrayApplication -%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk - -%description -profile/iot/apps/dotnet/music-player -This is application to access recent apps and device settings - -%prep -%setup -q - -%build - -%install -rm -rf %{buildroot} -mkdir -p %{buildroot}/%{preload_tpk_path} -install packaging/%{internal_name}-%{version}.tpk %{buildroot}/%{preload_tpk_path}/ - -%post - -%files -%defattr(-,root,root,-) -%{preload_tpk_path}/* |