resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 17:20:10 +0000 (20:20 +0300)
committerxroche <xavier.roche@open.eurogiciel.org>
Wed, 12 Nov 2014 08:58:18 +0000 (09:58 +0100)
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