X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fliblivebox-viewer.spec;h=ec545becc703af72fdbf81a5255f83a31c31af0f;hb=1056f1bff420657e491dc7777f5713d55108be10;hp=a76e45f3e04a72cc0cd0fc082c934852ff20e8bb;hpb=28f2a078174b439987b3ffafd28c30a783d5cb08;p=platform%2Fframework%2Fweb%2Flivebox-viewer.git diff --git a/packaging/liblivebox-viewer.spec b/packaging/liblivebox-viewer.spec index a76e45f..ec545be 100644 --- a/packaging/liblivebox-viewer.spec +++ b/packaging/liblivebox-viewer.spec @@ -1,8 +1,8 @@ Name: liblivebox-viewer Summary: Library for developing the application. -Version: 0.9.12 +Version: 0.14.4 Release: 1 -Group: framework/livebox +Group: HomeTF/Livebox License: Flora License Source0: %{name}-%{version}.tar.gz BuildRequires: cmake, gettext-tools, coreutils @@ -16,6 +16,7 @@ BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(db-util) BuildRequires: pkgconfig(livebox-service) +BuildRequires: pkgconfig(vconf) %description API for creating a new instance of the livebox and managing its life-cycle. @@ -32,7 +33,12 @@ Livebox viewer development library (dev) %setup -q %build -cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} +%if 0%{?tizen_build_binary_release_type_eng} +export CFLAGS="${CFLAGS} -DTIZEN_ENGINEER_MODE" +export CXXFLAGS="${CXXFLAGS} -DTIZEN_ENGINEER_MODE" +export FFLAGS="${FFLAGS} -DTIZEN_ENGINEER_MODE" +%endif +%cmake . make %{?jobs:-j%jobs} %install @@ -51,7 +57,6 @@ mkdir -p %{buildroot}/%{_datarootdir}/license %files devel %defattr(-,root,root,-) %{_includedir}/livebox-viewer/livebox.h -%{_datarootdir}/doc/livebox-viewer/livebox-viewer_PG.h %{_libdir}/pkgconfig/*.pc # End of a file