From: Alexandru Cornea Date: Mon, 1 Jul 2013 17:20:10 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215646^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen%2Fivi%2Fgenivi;p=platform%2Fupstream%2Flibvpx.git resetting manifest requested domain to floor --- diff --git a/packaging/libvpx.manifest b/packaging/libvpx.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libvpx.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libvpx.spec b/packaging/libvpx.spec index 3d7c0ed..06431e8 100644 --- a/packaging/libvpx.spec +++ b/packaging/libvpx.spec @@ -7,6 +7,7 @@ Summary: VP8 codec library Url: http://www.webmproject.org/ Group: Productivity/Multimedia/Other Source0: http://webm.googlecode.com/files/%{name}-v%{version}%{patchlevel}.tar.bz2 +Source1001: libvpx.manifest BuildRequires: yasm %description @@ -49,6 +50,7 @@ The WebM file structure is based on the Matroska container. %prep %setup -q -n %name-v%version%patchlevel +cp %{SOURCE1001} . %build cd build @@ -80,15 +82,18 @@ cd build %postun -n %{name} -p /sbin/ldconfig %files -n vpx-tools +%manifest %{name}.manifest %defattr(-,root,root) %{_bindir}/* %files +%manifest %{name}.manifest %defattr(-, root, root) %license LICENSE %{_libdir}/libvpx.so.* %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_includedir}/vpx/ %{_libdir}/pkgconfig/vpx.pc