From: alone Date: Thu, 29 Oct 2020 13:25:43 +0000 (+0900) Subject: [ABS] Remove dependency on Clalendar & Clock apps X-Git-Tag: submit/tizen_6.0_mobile_tpk/20201029.205505^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_6.0_unified;p=profile%2Fmobile%2Fapps%2Fnative%2Fug-setting-notification-efl.git [ABS] Remove dependency on Clalendar & Clock apps Reference: submit/tizen_6.0/20201029.205505 Commit id: 0f7f15b8acc8b91c86c4a3a3633cf5831d1bb862 Requested by: None SDK rootstrap version: 20201028_1 --- aef48b060344326185c02a9bd48e8c3ef4a145f7 diff --git a/org.tizen.setting-notification-1.0.0-arm-debug.tpk b/org.tizen.setting-notification-1.0.0-arm-debug.tpk new file mode 100644 index 0000000..0c1b6f6 Binary files /dev/null and b/org.tizen.setting-notification-1.0.0-arm-debug.tpk differ diff --git a/org.tizen.setting-notification-1.0.0-arm.tpk b/org.tizen.setting-notification-1.0.0-arm.tpk new file mode 100644 index 0000000..07df58c Binary files /dev/null and b/org.tizen.setting-notification-1.0.0-arm.tpk differ diff --git a/org.tizen.setting-notification-1.0.0-i586-debug.tpk b/org.tizen.setting-notification-1.0.0-i586-debug.tpk new file mode 100644 index 0000000..39844e2 Binary files /dev/null and b/org.tizen.setting-notification-1.0.0-i586-debug.tpk differ diff --git a/org.tizen.setting-notification-1.0.0-i586.tpk b/org.tizen.setting-notification-1.0.0-i586.tpk new file mode 100644 index 0000000..3f8a02e Binary files /dev/null and b/org.tizen.setting-notification-1.0.0-i586.tpk differ diff --git a/packaging/org.tizen.setting-notification.spec b/packaging/org.tizen.setting-notification.spec new file mode 100644 index 0000000..42791a9 --- /dev/null +++ b/packaging/org.tizen.setting-notification.spec @@ -0,0 +1,54 @@ +Name: org.tizen.setting-notification +#VCS_FROM: profile/mobile/apps/native/ug-setting-notification-efl#0f7f15b8acc8b91c86c4a3a3633cf5831d1bb862 +#RS_Ver: 20201028_1 +Summary: org.tizen.setting-notification +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 + + +BuildRequires: pkgconfig(libtzplatform-config) +Requires(post): /usr/bin/tpk-backend + +%define internal_name org.tizen.setting-notification +%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 i586 +%endif + +%description +profile/mobile/apps/native/ug-setting-notification-efl#0f7f15b8acc8b91c86c4a3a3633cf5831d1bb862 +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}/* +