resetting manifest requested domain to floor 16/5016/1 accepted/tizen/20130710.214246 accepted/tizen/20130910.123603 accepted/tizen/20130910.183529 accepted/tizen/20130910.195139 accepted/tizen/20130910.205419 accepted/tizen/20130910.210015 submit/tizen/20130710.135847 submit/tizen/20130910.025033
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 03:15:59 +0000 (06:15 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 03:15:59 +0000 (06:15 +0300)
packaging/xf86-input-evdev.manifest [new file with mode: 0644]
packaging/xf86-input-evdev.spec

diff --git a/packaging/xf86-input-evdev.manifest b/packaging/xf86-input-evdev.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 3d19916..2e07f32 100644 (file)
@@ -7,6 +7,7 @@ Url:            http://xorg.freedesktop.org/
 Group:          System/X11/Servers/XF86_4
 Source0:        http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 Source1:        evdev.conf
+Source1001:    xf86-input-evdev.manifest
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(inputproto)
 BuildRequires:  pkgconfig(libudev)
@@ -34,6 +35,7 @@ including most mice, keyboards, tablets and touchscreens.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %configure
@@ -58,6 +60,7 @@ udevadm trigger --subsystem-match=input --action=change
 exit 0
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %doc COPYING
 %{_sysconfdir}/X11/xorg.conf.d/10-evdev.conf
@@ -65,6 +68,7 @@ exit 0
 %{_libdir}/xorg/modules/input/evdev_drv.so
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_includedir}/xorg/evdev-properties.h
 %{_libdir}/pkgconfig/xorg-evdev.pc