summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}