diff options
author | Aleksandr Sapozhnik <a.sapozhnik@samsung.com> | 2017-08-23 22:03:00 +0900 |
---|---|---|
committer | Aleksandr Sapozhnik <a.sapozhnik@samsung.com> | 2017-08-23 22:03:00 +0900 |
commit | f46a9c6337353343db36336dd2115efa716f9763 (patch) | |
tree | 85ad40b218941bba33d2368817b67377b59af9f8 | |
download | phone-contacts-f46a9c6337353343db36336dd2115efa716f9763.tar.gz phone-contacts-f46a9c6337353343db36336dd2115efa716f9763.tar.bz2 phone-contacts-f46a9c6337353343db36336dd2115efa716f9763.zip |
[ABS] Rename contacts-multi-widget project to contacts-widgetsubmit/tizen_wearable_tpk/20170823.125818
Reference: submit/tizen/20170823.125818
Commit id: 7385e00c62c79914157c88562264fb08bed85502
Requested by: a.sapozhnik@samsung.com
SDK rootstrap version: 20170822_3
-rw-r--r-- | org.tizen.w-contacts-1.0.0-arm-debug.tpk | bin | 0 -> 5922639 bytes | |||
-rw-r--r-- | org.tizen.w-contacts-1.0.0-arm.tpk | bin | 0 -> 953039 bytes | |||
-rw-r--r-- | org.tizen.w-contacts-1.0.0-x86-debug.tpk | bin | 0 -> 5975158 bytes | |||
-rw-r--r-- | org.tizen.w-contacts-1.0.0-x86.tpk | bin | 0 -> 1119276 bytes | |||
-rw-r--r-- | packaging/org.tizen.w-contacts.spec | 54 |
5 files changed, 54 insertions, 0 deletions
diff --git a/org.tizen.w-contacts-1.0.0-arm-debug.tpk b/org.tizen.w-contacts-1.0.0-arm-debug.tpk Binary files differnew file mode 100644 index 0000000..d529be1 --- /dev/null +++ b/org.tizen.w-contacts-1.0.0-arm-debug.tpk diff --git a/org.tizen.w-contacts-1.0.0-arm.tpk b/org.tizen.w-contacts-1.0.0-arm.tpk Binary files differnew file mode 100644 index 0000000..e1b113d --- /dev/null +++ b/org.tizen.w-contacts-1.0.0-arm.tpk diff --git a/org.tizen.w-contacts-1.0.0-x86-debug.tpk b/org.tizen.w-contacts-1.0.0-x86-debug.tpk Binary files differnew file mode 100644 index 0000000..f153df7 --- /dev/null +++ b/org.tizen.w-contacts-1.0.0-x86-debug.tpk diff --git a/org.tizen.w-contacts-1.0.0-x86.tpk b/org.tizen.w-contacts-1.0.0-x86.tpk Binary files differnew file mode 100644 index 0000000..841dd90 --- /dev/null +++ b/org.tizen.w-contacts-1.0.0-x86.tpk diff --git a/packaging/org.tizen.w-contacts.spec b/packaging/org.tizen.w-contacts.spec new file mode 100644 index 0000000..e34f567 --- /dev/null +++ b/packaging/org.tizen.w-contacts.spec @@ -0,0 +1,54 @@ +Name: org.tizen.w-contacts +#VCS_FROM: profile/wearable/apps/native/phone-contacts#7385e00c62c79914157c88562264fb08bed85502 +#RS_Ver: 20170822_3 +Summary: w-contacts +Version: 1.0.0 +Release: 1 +Group: N/A +License: N/A +Source0: %{name}-%{version}.tar.gz + +ExclusiveArch: i586 x86 i486 i686 i386 armv7l arm + + +BuildRequires: pkgconfig(libtzplatform-config) +Requires(post): /usr/bin/tpk-backend + +%define internal_name org.tizen.w-contacts +%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/wearable/apps/native/phone-contacts#7385e00c62c79914157c88562264fb08bed85502 +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}/* + |