[ABS] TizenRefApp-8539 [Call UI] Convert project into Tizen 4.0 accepted/tizen/4.0/unified/20170918.094034 submit/tizen_4.0_mobile_tpk/20170915.073626
authorIgor Olshevskyi <i.olshevskyi@samsung.com>
Fri, 15 Sep 2017 07:38:22 +0000 (16:38 +0900)
committerIgor Olshevskyi <i.olshevskyi@samsung.com>
Fri, 15 Sep 2017 07:38:22 +0000 (16:38 +0900)
Reference: submit/tizen_4.0/20170915.073626
Commit id: 0a3c73a379cf738b33793c06fb3f16f1787bdbae
Requested by: i.olshevskyi@samsung.com
SDK rootstrap version: 20170915_1

org.tizen.call-ui-1.0.0-aarch64-debug.tpk [new file with mode: 0644]
org.tizen.call-ui-1.0.0-aarch64.tpk [new file with mode: 0644]
org.tizen.call-ui-1.0.0-arm-debug.tpk [new file with mode: 0644]
org.tizen.call-ui-1.0.0-arm.tpk [new file with mode: 0644]
org.tizen.call-ui-1.0.0-x86-debug.tpk [new file with mode: 0644]
org.tizen.call-ui-1.0.0-x86.tpk [new file with mode: 0644]
org.tizen.call-ui-1.0.0-x86_64-debug.tpk [new file with mode: 0644]
org.tizen.call-ui-1.0.0-x86_64.tpk [new file with mode: 0644]
packaging/org.tizen.call-ui.spec [new file with mode: 0644]

diff --git a/org.tizen.call-ui-1.0.0-aarch64-debug.tpk b/org.tizen.call-ui-1.0.0-aarch64-debug.tpk
new file mode 100644 (file)
index 0000000..55a06b7
Binary files /dev/null and b/org.tizen.call-ui-1.0.0-aarch64-debug.tpk differ
diff --git a/org.tizen.call-ui-1.0.0-aarch64.tpk b/org.tizen.call-ui-1.0.0-aarch64.tpk
new file mode 100644 (file)
index 0000000..9782651
Binary files /dev/null and b/org.tizen.call-ui-1.0.0-aarch64.tpk differ
diff --git a/org.tizen.call-ui-1.0.0-arm-debug.tpk b/org.tizen.call-ui-1.0.0-arm-debug.tpk
new file mode 100644 (file)
index 0000000..9ead77d
Binary files /dev/null and b/org.tizen.call-ui-1.0.0-arm-debug.tpk differ
diff --git a/org.tizen.call-ui-1.0.0-arm.tpk b/org.tizen.call-ui-1.0.0-arm.tpk
new file mode 100644 (file)
index 0000000..f16b451
Binary files /dev/null and b/org.tizen.call-ui-1.0.0-arm.tpk differ
diff --git a/org.tizen.call-ui-1.0.0-x86-debug.tpk b/org.tizen.call-ui-1.0.0-x86-debug.tpk
new file mode 100644 (file)
index 0000000..e4db10a
Binary files /dev/null and b/org.tizen.call-ui-1.0.0-x86-debug.tpk differ
diff --git a/org.tizen.call-ui-1.0.0-x86.tpk b/org.tizen.call-ui-1.0.0-x86.tpk
new file mode 100644 (file)
index 0000000..c9e46c2
Binary files /dev/null and b/org.tizen.call-ui-1.0.0-x86.tpk differ
diff --git a/org.tizen.call-ui-1.0.0-x86_64-debug.tpk b/org.tizen.call-ui-1.0.0-x86_64-debug.tpk
new file mode 100644 (file)
index 0000000..3db1e11
Binary files /dev/null and b/org.tizen.call-ui-1.0.0-x86_64-debug.tpk differ
diff --git a/org.tizen.call-ui-1.0.0-x86_64.tpk b/org.tizen.call-ui-1.0.0-x86_64.tpk
new file mode 100644 (file)
index 0000000..f964ee1
Binary files /dev/null and b/org.tizen.call-ui-1.0.0-x86_64.tpk differ
diff --git a/packaging/org.tizen.call-ui.spec b/packaging/org.tizen.call-ui.spec
new file mode 100644 (file)
index 0000000..4b430fe
--- /dev/null
@@ -0,0 +1,54 @@
+Name:       org.tizen.call-ui
+#VCS_FROM:   profile/mobile/apps/native/call-ui#0a3c73a379cf738b33793c06fb3f16f1787bdbae
+#RS_Ver:    20170915_1 
+Summary:    call-ui
+Version:    1.0.0
+Release:    1
+Group:      N/A
+License:    N/A
+Source0:    %{name}-%{version}.tar.gz
+
+ExclusiveArch:  x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm
+
+
+BuildRequires:  pkgconfig(libtzplatform-config)
+Requires(post):  /usr/bin/tpk-backend
+
+%define internal_name org.tizen.call-ui
+%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/mobile/apps/native/call-ui#0a3c73a379cf738b33793c06fb3f16f1787bdbae
+This is a container package which have preload TPK 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}/*
+