[ABS] Added workspace file for ABS build
authorAleksandr Sapozhnik <a.sapozhnik@samsung.com>
Mon, 19 Sep 2016 08:45:26 +0000 (17:45 +0900)
committerAleksandr Sapozhnik <a.sapozhnik@samsung.com>
Mon, 19 Sep 2016 08:45:26 +0000 (17:45 +0900)
Reference: submit/tizen/20160919.084255
Commit id: dcae3e0175a5e2dedf72ac84a6bc43d909672d83
Requested by: a.sapozhnik@samsung.com
SDK rootstrap version: 20160919_1

org.tizen.memo-1.0.0-arm-debug.tpk [new file with mode: 0644]
org.tizen.memo-1.0.0-arm.tpk [new file with mode: 0644]
org.tizen.memo-1.0.0-i386-debug.tpk [new file with mode: 0644]
org.tizen.memo-1.0.0-i386.tpk [new file with mode: 0644]
packaging/org.tizen.memo.spec [new file with mode: 0644]

diff --git a/org.tizen.memo-1.0.0-arm-debug.tpk b/org.tizen.memo-1.0.0-arm-debug.tpk
new file mode 100644 (file)
index 0000000..2fd7148
Binary files /dev/null and b/org.tizen.memo-1.0.0-arm-debug.tpk differ
diff --git a/org.tizen.memo-1.0.0-arm.tpk b/org.tizen.memo-1.0.0-arm.tpk
new file mode 100644 (file)
index 0000000..96b0801
Binary files /dev/null and b/org.tizen.memo-1.0.0-arm.tpk differ
diff --git a/org.tizen.memo-1.0.0-i386-debug.tpk b/org.tizen.memo-1.0.0-i386-debug.tpk
new file mode 100644 (file)
index 0000000..d365841
Binary files /dev/null and b/org.tizen.memo-1.0.0-i386-debug.tpk differ
diff --git a/org.tizen.memo-1.0.0-i386.tpk b/org.tizen.memo-1.0.0-i386.tpk
new file mode 100644 (file)
index 0000000..700ed6b
Binary files /dev/null and b/org.tizen.memo-1.0.0-i386.tpk differ
diff --git a/packaging/org.tizen.memo.spec b/packaging/org.tizen.memo.spec
new file mode 100644 (file)
index 0000000..e1ff996
--- /dev/null
@@ -0,0 +1,48 @@
+Name:       org.tizen.memo
+#VCS_FROM:   profile/mobile/apps/native/memo#dcae3e0175a5e2dedf72ac84a6bc43d909672d83
+#RS_Ver:    20160919_1 
+Summary:    Memo Application
+Version:    1.0.0
+Release:    1
+Group:      Applications/Social
+License:    Apache-2.0
+Source0:    %{name}-%{version}.tar.gz
+
+ExcludeArch:  aarch64 x86_64
+BuildRequires:  pkgconfig(libtzplatform-config)
+Requires(post):  /usr/bin/tpk-backend
+
+%define internal_name org.tizen.memo
+%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk 
+
+%define build_mode %{nil}
+
+%ifarch i386 i486 i586 i686 x86_64
+%define target i386
+%else
+%ifarch arm armv7l aarch64
+%define target arm
+%else
+%define target noarch
+%endif
+%endif
+
+%description
+profile/mobile/apps/native/memo#dcae3e0175a5e2dedf72ac84a6bc43d909672d83
+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}/*