From: Amritanshu Date: Wed, 1 Jul 2020 05:53:27 +0000 (+0900) Subject: [ABS] Modify profile mobile -> tizeniot X-Git-Tag: submit/tizen_tizeniot_tpk/20200701.053743^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c56a38261b62aaedc6d84c301c39b12ca6f371f7;p=profile%2Fiot%2Fapps%2Fnative%2Fvideo-player.git [ABS] Modify profile mobile -> tizeniot Reference: submit/tizen/20200701.053743 Commit id: c7c3e24d3064500043b701a40140b84e49a4e0f6 Requested by: a.pandia1@samsung.com SDK rootstrap version: 20200630_1 --- c56a38261b62aaedc6d84c301c39b12ca6f371f7 diff --git a/org.tizen.videos_common-1.0.0-aarch64-debug.tpk b/org.tizen.videos_common-1.0.0-aarch64-debug.tpk new file mode 100644 index 0000000..ef78262 Binary files /dev/null and b/org.tizen.videos_common-1.0.0-aarch64-debug.tpk differ diff --git a/org.tizen.videos_common-1.0.0-aarch64.tpk b/org.tizen.videos_common-1.0.0-aarch64.tpk new file mode 100644 index 0000000..50e9fa9 Binary files /dev/null and b/org.tizen.videos_common-1.0.0-aarch64.tpk differ diff --git a/org.tizen.videos_common-1.0.0-arm-debug.tpk b/org.tizen.videos_common-1.0.0-arm-debug.tpk new file mode 100644 index 0000000..4ef6189 Binary files /dev/null and b/org.tizen.videos_common-1.0.0-arm-debug.tpk differ diff --git a/org.tizen.videos_common-1.0.0-arm.tpk b/org.tizen.videos_common-1.0.0-arm.tpk new file mode 100644 index 0000000..07e2e4d Binary files /dev/null and b/org.tizen.videos_common-1.0.0-arm.tpk differ diff --git a/packaging/org.tizen.videos_common.spec b/packaging/org.tizen.videos_common.spec new file mode 100644 index 0000000..6dfe0f7 --- /dev/null +++ b/packaging/org.tizen.videos_common.spec @@ -0,0 +1,54 @@ +Name: org.tizen.videos_common +#VCS_FROM: profile/iot/apps/native/video-player#c7c3e24d3064500043b701a40140b84e49a4e0f6 +#RS_Ver: 20200630_1 +Summary: video library & store +Version: 1.0.0 +Release: 1 +Group: Applications +License: Apache-2.0 +Source0: %{name}-%{version}.tar.gz + +ExclusiveArch: aarch64 armv7l arm + + +BuildRequires: pkgconfig(libtzplatform-config) +Requires(post): /usr/bin/tpk-backend + +%define internal_name org.tizen.videos_common +%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk + +%define build_mode %{nil} + +%ifarch arm armv7l +%define target arm +%endif +%ifarch aarch64 +%define target aarch64 +%endif +%ifarch x86_64 +%define target x86_64 +%endif +%ifarch i386 i486 i586 i686 +%define target x86 +%endif + +%description +profile/iot/apps/native/video-player#c7c3e24d3064500043b701a40140b84e49a4e0f6 +This is a container package which have preload TPK/WGT files + +%prep +%setup -q + +%build + +%install +rm -rf %{buildroot} +mkdir -p %{buildroot}/%{preload_tpk_path} +install %{internal_name}-%{version}-%{target}%{build_mode}.tpk %{buildroot}/%{preload_tpk_path}/ + +%post + +%files +%defattr(-,root,root,-) +%{preload_tpk_path}/* +