X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Flibmm-camcorder.spec;h=d3cb6b7c31632ce23490f6c29ba550cb0642e252;hb=refs%2Fchanges%2F44%2F64744%2F2;hp=760c77e3f31ef7e770d7ac1a2c21c813616780c9;hpb=341e039008477fd99eb9202e898d479869af27a2;p=platform%2Fcore%2Fmultimedia%2Flibmm-camcorder.git diff --git a/packaging/libmm-camcorder.spec b/packaging/libmm-camcorder.spec index 760c77e..d3cb6b7 100644 --- a/packaging/libmm-camcorder.spec +++ b/packaging/libmm-camcorder.spec @@ -2,7 +2,7 @@ Name: libmm-camcorder Summary: Camera and recorder library -Version: 0.10.33 +Version: 0.10.41 Release: 0 Group: Multimedia/Libraries License: Apache-2.0 @@ -30,6 +30,7 @@ BuildRequires: pkgconfig(storage) BuildRequires: pkgconfig(murphy-resource) BuildRequires: pkgconfig(murphy-glib) BuildRequires: pkgconfig(ttrace) +BuildRequires: pkgconfig(libtzplatform-config) %description Camera and recorder function supported library. @@ -51,9 +52,9 @@ Camera and recorder function supported library for development. %build %if %{with wayland} -export CFLAGS+=" -DHAVE_WAYLAND" +export CFLAGS+=" -DHAVE_WAYLAND -DGST_USE_UNSTABLE_API" %endif -export CFLAGS+=" -D_LARGEFILE64_SOURCE" +export CFLAGS+=" -D_LARGEFILE64_SOURCE -DSYSCONFDIR=\\\"%{_sysconfdir}\\\" -DTZ_SYS_ETC=\\\"%{TZ_SYS_ETC}\\\"" ./autogen.sh %configure \ %if %{with wayland} @@ -63,8 +64,8 @@ export CFLAGS+=" -D_LARGEFILE64_SOURCE" make %{?jobs:-j%jobs} %install -mkdir -p %{buildroot}/usr/share/license -cp LICENSE.APLv2 %{buildroot}/usr/share/license/%{name} +mkdir -p %{buildroot}%{_datadir}/license +cp LICENSE.APLv2 %{buildroot}%{_datadir}/license/%{name} %make_install @@ -78,12 +79,11 @@ cp LICENSE.APLv2 %{buildroot}/usr/share/license/%{name} %defattr(-,root,root,-) %{_bindir}/* %{_libdir}/*.so.* -/usr/share/sounds/mm-camcorder/* +%{_datadir}/sounds/mm-camcorder/* %{_datadir}/license/%{name} %files devel %defattr(-,root,root,-) %{_includedir}/mmf/mm_camcorder.h -%{_includedir}/mmf/mm_camcorder_client.h %{_libdir}/pkgconfig/mm-camcorder.pc %{_libdir}/*.so