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

diff --git a/packaging/xorg-glproto.manifest b/packaging/xorg-glproto.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 16c169f..867292a 100644 (file)
@@ -7,6 +7,7 @@ Group:      Development/System
 License:    MIT
 URL:        http://www.x.org
 Source0:    http://xorg.freedesktop.org/releases/individual/proto/glproto-%{version}.tar.bz2
+Source1001: packaging/xorg-glproto.manifest 
 # >> gbp-patch-tags         # auto-added by gbp
 # << gbp-patch-tags         # auto-added by gbp
 Provides:   glproto
@@ -23,6 +24,7 @@ glproto is the protocol for the client to send 3D rendering commands to the X se
 # << gbp-apply-patches    # auto-added by gbp
 
 %build
+cp %{SOURCE1001} .
 
 %configure --disable-static \
     --libdir=%{_datadir}
@@ -40,6 +42,7 @@ rm -rf %{buildroot}
 
 
 %files
+%manifest xorg-glproto.manifest
 %defattr(-,root,root,-)
 %{_datadir}/pkgconfig/glproto.pc
 %{_includedir}/GL/glxmd.h