resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 17:10:36 +0000 (20:10 +0300)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 7 Nov 2014 16:31:56 +0000 (17:31 +0100)
packaging/libogg.manifest [new file with mode: 0644]
packaging/libogg.spec

diff --git a/packaging/libogg.manifest b/packaging/libogg.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 574917d..6d3d982 100644 (file)
@@ -7,6 +7,7 @@ Url:            http://www.vorbis.com/
 Group:          Multimedia/Audio
 Source:         %{name}-%{version}.tar.gz
 Source2:        baselibs.conf
+Source1001:    libogg.manifest
 BuildRequires:  pkg-config
 
 %description
@@ -28,6 +29,7 @@ to compile and develop applications that use libogg.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 # Fix optimization level
@@ -51,11 +53,13 @@ make check
 %postun  -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %defattr(0644,root,root,0755)
 %license COPYING 
 %{_libdir}/libogg.so.*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(0644,root,root,0755)
 %{_includedir}/ogg
 %{_libdir}/libogg.so