resetting manifest requested domain to floor 96/5396/2 accepted/tizen/20130710.221206 submit/tizen/20130710.125120
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 15:40:07 +0000 (18:40 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Wed, 3 Jul 2013 07:16:27 +0000 (10:16 +0300)
Change-Id: I6c699e33510dfdba67946da1c790f86177a7177d

packaging/libtbm.manifest [new file with mode: 0644]
packaging/libtbm.spec

diff --git a/packaging/libtbm.manifest b/packaging/libtbm.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 843910d..5302194 100644 (file)
@@ -5,6 +5,7 @@ License:        MIT
 Summary:        Tizen Buffer Manager Library
 Group:          System/Libraries
 Source0:        %{name}-%{version}.tar.gz
+Source1001:    libtbm.manifest
 
 BuildRequires:  pkgconfig(pthread-stubs)
 BuildRequires:  pkgconfig(libdrm)
@@ -25,6 +26,7 @@ Development Files.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 
@@ -48,12 +50,14 @@ rm -rf %{buildroot}
 
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 /usr/share/license/%{name}
 %{_libdir}/libtbm.so.*
 %{_libdir}/libdrm_slp.so.*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %dir %{_includedir}
 %{_includedir}/tbm_bufmgr.h