summaryrefslogtreecommitdiff
path: root/packaging/xf86-input-evdevmultitouch.spec
diff options
context:
space:
mode:
authorSung-Jin Park <sj76.park@samsung.com>2013-09-03 04:44:26 -0400
committerSung-Jin Park <sj76.park@samsung.com>2013-09-03 04:53:21 -0400
commit9b0b18af6a269e0b13b952b42962cabca3a3f872 (patch)
tree87ccaafd79ccc94d3804943fefd0295df1380d84 /packaging/xf86-input-evdevmultitouch.spec
parent12a1de02cec1e67401a6ffa8e3f25f00b745c8db (diff)
downloadxf86-input-evdevmultitouch-9b0b18af6a269e0b13b952b42962cabca3a3f872.tar.gz
xf86-input-evdevmultitouch-9b0b18af6a269e0b13b952b42962cabca3a3f872.tar.bz2
xf86-input-evdevmultitouch-9b0b18af6a269e0b13b952b42962cabca3a3f872.zip
Change-Id: I47af82fc9fb8dd46b8845b3af3ddcaab502f109c
Diffstat (limited to 'packaging/xf86-input-evdevmultitouch.spec')
-rw-r--r--packaging/xf86-input-evdevmultitouch.spec64
1 files changed, 64 insertions, 0 deletions
diff --git a/packaging/xf86-input-evdevmultitouch.spec b/packaging/xf86-input-evdevmultitouch.spec
new file mode 100644
index 0000000..d85c69d
--- /dev/null
+++ b/packaging/xf86-input-evdevmultitouch.spec
@@ -0,0 +1,64 @@
+#sbs-git:slp/pkgs/xorg/driver/xserver-xorg-input-evdev-multitouch xserver-xorg-input-evdev-multitouch 2.3.2 b89f300e6969a0b8cef3bbe5720ec5300baf4ad3
+Name: xf86-input-evdevmultitouch
+Summary: X.Org evdev multitouch input driver.
+Version: 2.3.4
+Release: 4
+Group: TO_BE/FILLED_IN
+License: TO BE FILLED IN
+Source0: %{name}-%{version}.tar.gz
+BuildRequires: pkgconfig(xorg-macros)
+BuildRequires: pkgconfig(xorg-server)
+BuildRequires: pkgconfig(xproto)
+BuildRequires: pkgconfig(randrproto)
+BuildRequires: pkgconfig(inputproto)
+BuildRequires: pkgconfig(kbproto)
+BuildRequires: pkgconfig(resourceproto)
+BuildRequires: pkgconfig(xkbfile)
+
+%description
+X.Org X server -- evdev input multitouch driver This package provides the driver for input devices using evdev, the Linux
+ kernel's event delivery mechanism. This driver allows for multiple keyboards
+ and mice to be treated as separate input devices.
+ .
+ More information about X.Org can be found at:
+ <URL:http://www.X.org>
+ <URL:http://xorg.freedesktop.org>
+ <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
+ .
+ This package is built from the evdev multitouch driver module.
+
+%package devel
+Summary: Development files for xorg evdev multitouch driver
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+This package contains xorg evdev multitouch development files
+
+%prep
+%setup -q
+
+%build
+export CFLAGS+=" -Wall -g -D_F_SUPPORT_PREFERRED_NAME_ -D_F_GESTURE_EXTENSION_ "
+
+%autogen --disable-static
+%configure --disable-static
+make %{?jobs:-j%jobs}
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/usr/share/license
+cp -af COPYING %{buildroot}/usr/share/license/%{name}
+%make_install
+
+
+%files
+%defattr(-,root,root,-)
+/usr/lib/xorg/modules/input/evdevmultitouch_drv.so
+/usr/share/license/%{name}
+
+%files devel
+%defattr(-,root,root,-)
+/usr/include/xorg/evdevmultitouch-properties.h
+/usr/lib/pkgconfig/xorg-evdev-multitouch.pc
+/usr/share/man/man4/evdevmultitouch.4.gz