X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fliblivebox-viewer.spec;h=a05b31a6defee9d0e1d72fd227bc8dd8f3eead73;hb=bb76f03955d7ec98c63a921efeb5507bf57dee39;hp=ffa855468db85b0faf90188d076838252bf10e52;hpb=4d74367f70160f9ef31a6e8f1bf2769fa19fdf1f;p=platform%2Fframework%2Fweb%2Flivebox-viewer.git diff --git a/packaging/liblivebox-viewer.spec b/packaging/liblivebox-viewer.spec index ffa8554..a05b31a 100644 --- a/packaging/liblivebox-viewer.spec +++ b/packaging/liblivebox-viewer.spec @@ -1,11 +1,11 @@ Name: liblivebox-viewer -Summary: Library for the development of a livebox viewer -Version: 0.8.8 +Summary: Library for developing the application. +Version: 0.14.5 Release: 1 -Group: main/app +Group: HomeTF/Livebox License: Flora License Source0: %{name}-%{version}.tar.gz -BuildRequires: cmake, gettext-tools +BuildRequires: cmake, gettext-tools, coreutils BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(aul) BuildRequires: pkgconfig(glib-2.0) @@ -16,12 +16,13 @@ BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(db-util) BuildRequires: pkgconfig(livebox-service) +BuildRequires: pkgconfig(vconf) %description -Livebox viewer development library +API for creating a new instance of the livebox and managing its life-cycle. %package devel -Summary: Files for livebox viewer development. +Summary: Header and package configuration files for the livebox viewer development. Group: Development/Libraries Requires: %{name} = %{version}-%{release} @@ -32,24 +33,30 @@ 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 rm -rf %{buildroot} %make_install -mkdir -p %{buildroot}/usr/share/license +mkdir -p %{buildroot}/%{_datarootdir}/license %post %files -n liblivebox-viewer %manifest liblivebox-viewer.manifest %defattr(-,root,root,-) -/usr/lib/*.so* -/usr/share/license/* +%{_libdir}/*.so* +%{_datarootdir}/license/* %files devel %defattr(-,root,root,-) -/usr/include/livebox-viewer/livebox.h -/usr/share/doc/livebox-viewer/livebox-viewer_PG.h -/usr/lib/pkgconfig/*.pc +%{_includedir}/livebox-viewer/livebox.h +%{_libdir}/pkgconfig/*.pc + +# End of a file