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

diff --git a/packaging/xorg-x11-drv-synaptics.manifest b/packaging/xorg-x11-drv-synaptics.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index df1d080..4da0ec5 100644 (file)
@@ -11,6 +11,7 @@ URL:        http://www.x.org
 Source0:    http://xorg.freedesktop.org/releases/individual/driver/xf86-input-synaptics-%{version}.tar.bz2
 Source1:    66-xorg-synaptics.rules
 Source2:    51-synaptics-quirks.conf
+Source1001: packaging/xorg-x11-drv-synaptics.manifest 
 # >> gbp-patch-tags         # auto-added by gbp
 Patch0:     TimeBackwardSetting.patch
 Patch1:     Enabe-tap-whatever-left-button-exists.patch
@@ -49,6 +50,7 @@ Development libraries and header files for  %{name}
 # << gbp-apply-patches    # auto-added by gbp
 
 %build
+cp %{SOURCE1001} .
 
 %configure --disable-static
 make %{?jobs:-j%jobs}
@@ -72,6 +74,7 @@ install -m 644 %{SOURCE1} %{buildroot}/lib/udev/rules.d
 
 
 %files
+%manifest xorg-x11-drv-synaptics.manifest
 %defattr(-,root,root,-)
 %(pkg-config xorg-server --variable=moduledir )/input/synaptics_drv.so
 %{_bindir}/synclient
@@ -86,6 +89,7 @@ install -m 644 %{SOURCE1} %{buildroot}/lib/udev/rules.d
 
 
 %files devel
+%manifest xorg-x11-drv-synaptics.manifest
 %defattr(-,root,root,-)
 %{_includedir}/xorg/synaptics-properties.h
 %{_includedir}/xorg/synaptics.h