resetting manifest requested domain to floor 05/5205/1 accepted/tizen/ivi/genivi tizen_ivi_genivi accepted/tizen/20130710.215646 accepted/tizen/20130912.102004 accepted/tizen/20130912.102247 accepted/tizen/20130912.151609 accepted/tizen/20130912.191442 accepted/tizen/20130912.195505 accepted/tizen/ivi/genivi/20140131.025229 ivi_oct_m2 submit/tizen/20130710.132906 submit/tizen/20130912.080047 submit/tizen/20130912.090354 submit/tizen_ivi_genivi/20140131.023402
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 17:20:10 +0000 (20:20 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 17:20:10 +0000 (20:20 +0300)
packaging/libvpx.manifest [new file with mode: 0644]
packaging/libvpx.spec

diff --git a/packaging/libvpx.manifest b/packaging/libvpx.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 3d7c0ed..06431e8 100644 (file)
@@ -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