diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-07-01 20:20:10 +0300 |
---|---|---|
committer | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-12-16 11:39:10 +0100 |
commit | de885582cb02ecc35e5ddb79deb9f2f53e3e244c (patch) | |
tree | 1fdacc6e37e1a938539d87d98e0f8a290f78f76c | |
parent | 8793f0cc28bf58cb893e6fb47386f0e46c906356 (diff) | |
download | libvpx-de885582cb02ecc35e5ddb79deb9f2f53e3e244c.tar.gz libvpx-de885582cb02ecc35e5ddb79deb9f2f53e3e244c.tar.bz2 libvpx-de885582cb02ecc35e5ddb79deb9f2f53e3e244c.zip |
resetting manifest requested domain to floor
-rw-r--r-- | packaging/libvpx.manifest | 5 | ||||
-rw-r--r-- | packaging/libvpx.spec | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/packaging/libvpx.manifest b/packaging/libvpx.manifest new file mode 100644 index 000000000..017d22d3a --- /dev/null +++ b/packaging/libvpx.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/libvpx.spec b/packaging/libvpx.spec index 3d7c0ed70..06431e8e0 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 |