[ABS] Corrected ABS Build Errors accepted/tizen/mobile/20160512.051110 submit/tizen_mobile_tpk/20160510.125257
authorRahul Dadhich <r.dadhich@samsung.com>
Tue, 10 May 2016 12:54:19 +0000 (21:54 +0900)
committerRahul Dadhich <r.dadhich@samsung.com>
Tue, 10 May 2016 12:54:19 +0000 (21:54 +0900)
Reference: submit/tizen_mobile/20160510.125257
Commit id: 35bb19e1aed7b69b4c0d71f1c1bfdd8453cae3a5
Requested by: r.dadhich@samsung.com
SDK rootstrap version: 20160509_2

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

diff --git a/org.tizen.myfile-1.0.0-arm.tpk b/org.tizen.myfile-1.0.0-arm.tpk
new file mode 100644 (file)
index 0000000..9b4a272
Binary files /dev/null and b/org.tizen.myfile-1.0.0-arm.tpk differ
diff --git a/org.tizen.myfile-1.0.0-i386.tpk b/org.tizen.myfile-1.0.0-i386.tpk
new file mode 100644 (file)
index 0000000..51a61dd
Binary files /dev/null and b/org.tizen.myfile-1.0.0-i386.tpk differ
diff --git a/packaging/org.tizen.myfile.spec b/packaging/org.tizen.myfile.spec
new file mode 100644 (file)
index 0000000..74c86ec
--- /dev/null
@@ -0,0 +1,45 @@
+Name:       org.tizen.myfile
+#VCS_FROM:   profile/mobile/apps/native/myfiles#35bb19e1aed7b69b4c0d71f1c1bfdd8453cae3a5
+#RS_Ver:    20160509_2 
+Summary:    Myfile Application v1.0
+Version:    1.0.0
+Release:    1
+Group:      Applications
+License:    Apache-2.0
+Source0:    %{name}-%{version}.tar.gz
+
+BuildRequires:  pkgconfig(libtzplatform-config)
+Requires(post):  /usr/bin/tpk-backend
+
+%define internal_name org.tizen.myfile
+%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk 
+
+%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/myfiles#35bb19e1aed7b69b4c0d71f1c1bfdd8453cae3a5
+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}.tpk %{buildroot}/%{preload_tpk_path}/
+
+%post
+
+%files
+%defattr(-,root,root,-)
+%{preload_tpk_path}/*