Modifying spec file 22/278722/1 accepted/tizen/unified/20220725.105805 submit/tizen/20220725.102749
authorshivamv <shivam.v2@samsung.com>
Mon, 25 Jul 2022 10:20:06 +0000 (15:50 +0530)
committershivamv <shivam.v2@samsung.com>
Mon, 25 Jul 2022 10:20:06 +0000 (15:50 +0530)
Change-Id: Ie2a972c7f812e6cb049dfe13a381dff3314498da
Signed-off-by: shivamv <shivam.v2@samsung.com>
packaging/org.tizen.Apps.spec [deleted file]
packaging/org.tizen.Tray.spec [new file with mode: 0755]
packaging/org.tizen.TrayApplication.spec [deleted file]

diff --git a/packaging/org.tizen.Apps.spec b/packaging/org.tizen.Apps.spec
deleted file mode 100644 (file)
index e829632..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-Name:       org.tizen.Apps
-Summary:    org.tizen.Apps
-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.Apps
-%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk
-
-%description
-This is the application to access all installed apps in the device
-
-%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}/*
diff --git a/packaging/org.tizen.Tray.spec b/packaging/org.tizen.Tray.spec
new file mode 100755 (executable)
index 0000000..16a5f45
--- /dev/null
@@ -0,0 +1,38 @@
+Name:       org.tizen.Tray
+Summary:    org.tizen.Tray
+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 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
+%setup -q
+
+%build
+
+%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
+
+%files
+%defattr(-,root,root,-)
+%{preload_tpk_path}/*
diff --git a/packaging/org.tizen.TrayApplication.spec b/packaging/org.tizen.TrayApplication.spec
deleted file mode 100644 (file)
index a4dde1d..0000000
+++ /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}/*