resetting manifest requested domain to floor 84/4584/1 submit/tizen/20130710.125401 submit/tizen/20130724.004022
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 17:18:56 +0000 (20:18 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 17:18:56 +0000 (20:18 +0300)
packaging/SDL.manifest [new file with mode: 0644]
packaging/SDL.spec

diff --git a/packaging/SDL.manifest b/packaging/SDL.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 8314b68..957edb3 100644 (file)
@@ -9,6 +9,7 @@ Url:            http://www.libsdl.org/
 Group:          System/Libraries
 Source:         http://www.libsdl.org/release/SDL-%{version}.tar.gz
 Source2:        baselibs.conf
+Source1001:    SDL.manifest
 # PATCH-FIX-OPENSUSE SDL-1.2.13-x11-keytounicode.patch
 Patch0:         SDL-1.2.13-x11-keytounicode.patch
 BuildRequires:  autoconf
@@ -59,6 +60,7 @@ library.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 %patch0
 
 # remove the file to provide sufficient evidence that we are
@@ -87,11 +89,13 @@ make %{?_smp_mflags}
 %postun -n libSDL -p /sbin/ldconfig
 
 %files -n libSDL
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %doc COPYING
 %{_libdir}/*.so.*
 
 %files -n libSDL-devel
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_bindir}/*
 %{_libdir}/*.so