Fix the build error
authorSung-jae Park <nicesj.park@samsung.com>
Fri, 3 May 2013 01:15:17 +0000 (10:15 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Fri, 3 May 2013 01:15:17 +0000 (10:15 +0900)
Clear the invalid package dependencies.

Change-Id: Iab47e6e656210f82ef73969b5566281bee88b8eb

packaging/data-provider-master.spec

index b1f8314..6f9d269 100644 (file)
@@ -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}