X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fliblivebox-viewer.spec;h=f26a2dd4a5b1e163f87d71cc03908c2e76abc8a0;hb=0c3a14733ad3c1b1c2df8cc4fe1c25b87b6fb59a;hp=f24782dd429915668c37ccfbcaeaff052cd30c62;hpb=e5a6a140ea364b09f7769d63921fdbe470a7d6df;p=platform%2Fframework%2Fweb%2Flivebox-viewer.git diff --git a/packaging/liblivebox-viewer.spec b/packaging/liblivebox-viewer.spec index f24782d..f26a2dd 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.9 +Version: 0.14.1 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