summaryrefslogtreecommitdiff
path: root/packaging/data-provider-master.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/data-provider-master.spec')
-rw-r--r--packaging/data-provider-master.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/packaging/data-provider-master.spec b/packaging/data-provider-master.spec
index 293a6d7..ded42fe 100644
--- a/packaging/data-provider-master.spec
+++ b/packaging/data-provider-master.spec
@@ -1,8 +1,8 @@
Name: data-provider-master
Summary: Master service provider for liveboxes.
-Version: 0.18.1
+Version: 0.18.3
Release: 1
-Group: framework/livebox
+Group: HomeTF/Livebox
License: Flora License
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake, gettext-tools, smack, coreutils
@@ -32,6 +32,7 @@ BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(pkgmgr)
BuildRequires: pkgconfig(livebox-service)
+BuildRequires: sec-product-features
%description
Manage the 2nd stage livebox service provider and communicate with the viewer application.
@@ -41,7 +42,12 @@ 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}
%install