summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2013-05-03 10:15:17 +0900
committerSung-jae Park <nicesj.park@samsung.com>2013-05-03 10:15:17 +0900
commit012831213df735ead896907e610ca9f1a5673269 (patch)
tree08ca58a3343abfaae0b24107e84a8f8c71fa7153
parentaf70aa83ac19764fb9f5a188b461329d97da1db0 (diff)
downloaddata-provider-master-012831213df735ead896907e610ca9f1a5673269.tar.gz
data-provider-master-012831213df735ead896907e610ca9f1a5673269.tar.bz2
data-provider-master-012831213df735ead896907e610ca9f1a5673269.zip
Fix the build error
Clear the invalid package dependencies. Change-Id: Iab47e6e656210f82ef73969b5566281bee88b8eb
-rw-r--r--packaging/data-provider-master.spec5
1 files changed, 0 insertions, 5 deletions
diff --git a/packaging/data-provider-master.spec b/packaging/data-provider-master.spec
index b1f8314..6f9d269 100644
--- a/packaging/data-provider-master.spec
+++ b/packaging/data-provider-master.spec
@@ -34,7 +34,6 @@ BuildRequires: pkgconfig(pkgmgr)
BuildRequires: pkgconfig(livebox-service)
BuildRequires: pkgconfig(notification)
BuildRequires: pkgconfig(badge)
-BuildRequires: sec-product-features
%description
Manage the 2nd stage livebox service provider and communicate with the viewer application.
@@ -44,11 +43,7 @@ Keep trace on the life-cycle of the livebox and status of the service providers,
%setup -q
%build
-%if 0%(test "%{?sec_build_conf_tizen_product_group}" == "baltic" && echo 1)
-cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DPRODUCT=baltic
-%else
cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DPRODUCT=private
-%endif
CFLAGS="${CFLAGS} -Wall -Winline -Werror" LDFLAGS="${LDFLAGS}" make %{?jobs:-j%jobs}