Add default Smack manifest for opengl-es.spec 1.0_post
authorRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:09 +0000 (17:50 -0700)
committerRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:09 +0000 (17:50 -0700)
Change-Id: Ib050b730b8a9b2fe27aa9755c565c801f45d1634
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
packaging/opengl-es.manifest [new file with mode: 0644]
packaging/opengl-es.spec

diff --git a/packaging/opengl-es.manifest b/packaging/opengl-es.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 946044cd5c37c4917a57d1e1f4a6e2e3055fde7b..2cb4def35888f8699a9bf76e8af0dd8bf84cd883 100644 (file)
@@ -11,6 +11,7 @@ Release:    1
 Group:      libs
 License:    samsung
 Source0:    opengl-es-0.1.1.tar.gz
+Source1001: packaging/opengl-es.manifest 
 %ifarch %{ix86}
 Requires:   simulator-opengl
 %endif
@@ -46,6 +47,7 @@ metapackage for development files of the OpenGL ES library
 
 
 %build
+cp %{SOURCE1001} .
 
 
 %install
@@ -56,8 +58,10 @@ cp -a ./%{PKGPATH}/*.pc %{buildroot}%{_libdir}/pkgconfig/
 
 
 %files
+%manifest opengl-es.manifest
 %defattr(-,root,root,-)
 %files -n opengl-es-devel
+%manifest opengl-es.manifest
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/opengl-es-11.pc
 %{_libdir}/pkgconfig/opengl-es-20.pc