Fix unresolvable error
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 28 Mar 2013 02:30:50 +0000 (02:30 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 28 Mar 2013 02:30:50 +0000 (02:30 +0000)
Remove product feature dependency

Change-Id: Ic0dbf6ab34eb12123c0fe69c8a4babfebd12851f

packaging/data-provider-master.spec

index 4faf5e2..66cacf0 100644 (file)
@@ -32,7 +32,6 @@ 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.
@@ -42,11 +41,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}