From: MyungJoo Ham Date: Fri, 9 Sep 2016 08:07:39 +0000 (+0000) Subject: Remove unnecessary profile dependencies from build spec X-Git-Tag: accepted/tizen/3.0/common/20161114.105206^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_wearable;p=platform%2Fcore%2Fapi%2Femail.git Remove unnecessary profile dependencies from build spec If TV profile does not need this, update meta-tv.git and build project so that it does not include this package. If it already does not include this, the code being deleted is already a dead code that you did not need anyway. Change-Id: Iccaa00276757ae3ba29604f43b228d423718e906 Signed-off-by: MyungJoo Ham --- diff --git a/packaging/capi-messaging-email.spec b/packaging/capi-messaging-email.spec index cc50025..3d8d3e4 100644 --- a/packaging/capi-messaging-email.spec +++ b/packaging/capi-messaging-email.spec @@ -7,10 +7,6 @@ License: Apache-2.0 Source0: %{name}-%{version}.tar.gz Source1001: capi-messaging-email.manifest -%if "%{?profile}" == "tv" -ExcludeArch: %{arm} %ix86 x86_64 -%endif - BuildRequires: cmake BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(glib-2.0)