[ABS] Revert "edc: indicator paddings and scover code removed." submit/tizen_mobile_tpk/20160419.064440
authorhe.ahn <he.ahn@samsung.com>
Tue, 19 Apr 2016 06:45:38 +0000 (15:45 +0900)
committerhe.ahn <he.ahn@samsung.com>
Tue, 19 Apr 2016 06:45:38 +0000 (15:45 +0900)
Icons are not shown.

This reverts commit 2498d9b3a237e7bdaaf944286692cc397d4badc1.

Reference: submit/tizen_mobile/20160419.064440
Commit id: 8fc39557ea18a09dddf8e755fb9a4f8755da7e0a
Requested by: he.ahn@samsung.com
SDK rootstrap version:

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

diff --git a/org.tizen.indicator-1.0.0-arm.tpk b/org.tizen.indicator-1.0.0-arm.tpk
new file mode 100644 (file)
index 0000000..43b192c
Binary files /dev/null and b/org.tizen.indicator-1.0.0-arm.tpk differ
diff --git a/org.tizen.indicator-1.0.0-i386.tpk b/org.tizen.indicator-1.0.0-i386.tpk
new file mode 100644 (file)
index 0000000..918d3c2
Binary files /dev/null and b/org.tizen.indicator-1.0.0-i386.tpk differ
diff --git a/packaging/org.tizen.indicator.spec b/packaging/org.tizen.indicator.spec
new file mode 100644 (file)
index 0000000..9a89c28
--- /dev/null
@@ -0,0 +1,43 @@
+Name:       org.tizen.indicator
+#VCS_FROM:   profile/mobile/apps/native/indicator#8fc39557ea18a09dddf8e755fb9a4f8755da7e0a
+#RS_Ver:    20160419_1 
+Summary:    indicatorwindow
+Version:    1.0.0
+Release:    1
+Group:      utils
+License:    Apache-2.0
+Source0:    %{name}-%{version}.tar.gz
+
+BuildRequires:  pkgconfig(libtzplatform-config)
+Requires(post):  /usr/bin/tpk-backend
+
+%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
+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 %{name}-%{version}-%{target}.tpk %{buildroot}/%{preload_tpk_path}/
+
+%post
+
+%files
+%defattr(-,root,root,-)
+%{preload_tpk_path}/*