From: Eunyoung Lee Date: Mon, 26 Sep 2022 03:05:22 +0000 (+0000) Subject: [ABS] Fix build errors X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_mobile_tpk;p=profile%2Fmobile%2Fapps%2Fnative%2Fquickpanel.git [ABS] Fix build errors VCS: e7d3f86915fce719e428e1f80babe664e47cf232 --- diff --git a/org.tizen.quickpanel-1.0.0-arm-debug.tpk b/org.tizen.quickpanel-1.0.0-arm-debug.tpk deleted file mode 100644 index 79fd9ef..0000000 Binary files a/org.tizen.quickpanel-1.0.0-arm-debug.tpk and /dev/null differ diff --git a/org.tizen.quickpanel-1.0.0-arm.tpk b/org.tizen.quickpanel-1.0.0-arm.tpk index 853c234..d9b0472 100644 Binary files a/org.tizen.quickpanel-1.0.0-arm.tpk and b/org.tizen.quickpanel-1.0.0-arm.tpk differ diff --git a/org.tizen.quickpanel-1.0.0-i586.tpk b/org.tizen.quickpanel-1.0.0-i586.tpk new file mode 100644 index 0000000..83b8997 Binary files /dev/null and b/org.tizen.quickpanel-1.0.0-i586.tpk differ diff --git a/org.tizen.quickpanel-1.0.0-x86-debug.tpk b/org.tizen.quickpanel-1.0.0-x86-debug.tpk deleted file mode 100644 index 359b218..0000000 Binary files a/org.tizen.quickpanel-1.0.0-x86-debug.tpk and /dev/null differ diff --git a/org.tizen.quickpanel-1.0.0-x86.tpk b/org.tizen.quickpanel-1.0.0-x86.tpk deleted file mode 100644 index fb2a54b..0000000 Binary files a/org.tizen.quickpanel-1.0.0-x86.tpk and /dev/null differ diff --git a/packaging/org.tizen.quickpanel.spec b/packaging/org.tizen.quickpanel.spec index 019dd43..0470022 100644 --- a/packaging/org.tizen.quickpanel.spec +++ b/packaging/org.tizen.quickpanel.spec @@ -1,6 +1,6 @@ Name: org.tizen.quickpanel -#VCS_FROM: profile/mobile/apps/native/quickpanel#e7d3f86915fce719e428e1f80babe664e47cf232 -#RS_Ver: 20200205_2 +#VCS_FROM: #e7d3f86915fce719e428e1f80babe664e47cf232 +#RS_Ver: 20220924_110540 Summary: Quick access panel for the notifications and various kinds of services. Version: 1.0.0 Release: 1 @@ -10,7 +10,6 @@ Source0: %{name}-%{version}.tar.gz ExclusiveArch: i586 x86 i486 i686 i386 armv7l arm - BuildRequires: pkgconfig(libtzplatform-config) Requires(post): /usr/bin/tpk-backend @@ -29,11 +28,11 @@ Requires(post): /usr/bin/tpk-backend %define target x86_64 %endif %ifarch i386 i486 i586 i686 -%define target x86 +%define target i586 %endif %description -profile/mobile/apps/native/quickpanel#e7d3f86915fce719e428e1f80babe664e47cf232 +__VCS__ This is a container package which have preload TPK/WGT files %prep @@ -51,4 +50,3 @@ install %{internal_name}-%{version}-%{target}%{build_mode}.tpk %{buildroot}/%{pr %files %defattr(-,root,root,-) %{preload_tpk_path}/* -