[ABS] remove test2 text _tpk _tpk
authorhyokeun.jeon <hyokeun.jeon@samsung.com>
Thu, 29 Nov 2018 04:27:19 +0000 (04:27 +0000)
committerhyokeun.jeon <hyokeun.jeon@samsung.com>
Thu, 29 Nov 2018 04:27:19 +0000 (04:27 +0000)
Reference:
Commit id: f235d6c2bd980869dd987f581d3ef04344971728
Requested by: hyokeun.jeon@samsung.com
SDK rootstrap version: 20181128_2

org.tizen.analog-watch-1.0.0-arm.tpk [new file with mode: 0644]
org.tizen.analog-watch-1.0.0-x86.tpk [new file with mode: 0644]
packaging/org.tizen.analog-watch.spec [new file with mode: 0644]

diff --git a/org.tizen.analog-watch-1.0.0-arm.tpk b/org.tizen.analog-watch-1.0.0-arm.tpk
new file mode 100644 (file)
index 0000000..4cc96f7
Binary files /dev/null and b/org.tizen.analog-watch-1.0.0-arm.tpk differ
diff --git a/org.tizen.analog-watch-1.0.0-x86.tpk b/org.tizen.analog-watch-1.0.0-x86.tpk
new file mode 100644 (file)
index 0000000..28ce0b4
Binary files /dev/null and b/org.tizen.analog-watch-1.0.0-x86.tpk differ
diff --git a/packaging/org.tizen.analog-watch.spec b/packaging/org.tizen.analog-watch.spec
new file mode 100644 (file)
index 0000000..3b61a04
--- /dev/null
@@ -0,0 +1,54 @@
+Name:       org.tizen.analog-watch
+#VCS_FROM:   scm/test#f235d6c2bd980869dd987f581d3ef04344971728
+#RS_Ver:    20181128_2 
+Summary:    org.tizen.analog-watch
+Version:    1.0.0
+Release:    1
+Group:      N/A
+License:    Flora-1.1
+Source0:    %{name}-%{version}.tar.gz
+
+ExclusiveArch:  i586 x86 i486 i686 i386 armv7l arm
+ExcludeArch:  aarch64 x86_64
+
+BuildRequires:  pkgconfig(libtzplatform-config)
+Requires(post):  /usr/bin/tpk-backend
+
+%define internal_name org.tizen.analog-watch
+%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
+scm/test#f235d6c2bd980869dd987f581d3ef04344971728
+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}/*
+