SPECS: X11-driver-evdev.spec (NEW) - evdev driver for input devices.

pluto pluto at pld-linux.org
Sun Aug 21 16:32:16 CEST 2005


Author: pluto                        Date: Sun Aug 21 14:32:16 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- evdev driver for input devices.

---- Files affected:
SPECS:
   X11-driver-evdev.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/X11-driver-evdev.spec
diff -u /dev/null SPECS/X11-driver-evdev.spec:1.1
--- /dev/null	Sun Aug 21 16:32:16 2005
+++ SPECS/X11-driver-evdev.spec	Sun Aug 21 16:32:08 2005
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary:	An input device driver for X
+Name:		X11-driver-evdev
+Version:	0.2
+Release:	1
+License:	MIT/X
+Group:		X11
+# https://bugs.freedesktop.org/attachment.cgi?id=1745
+Source0:	evdev-driver-%{version}.tar.gz
+# Source0-md5:	08ab3b281793aec8f31dab793871d852
+Patch0:		http://straw.sh.nu/evdev_drv/evdev-latest-CVS-1.9.patch
+Patch1:		http://straw.sh.nu/evdev_drv/evdev-Xfuncproto-is-stale.patch
+Patch2:		evdev-includes.patch
+URL:		http://xorg.freedesktop.org/wiki/
+BuildRequires:	X11-Xserver-devel >= 6.8.2
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libtool
+Requires:	X11-modules >= 6.8.2
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_prefix		/usr/X11R6
+
+%description
+This driver uses the linux input layer directly and can handle both
+mice and keyboards. Please read and comment at:
+https://bugs.freedesktop.org/show_bug.cgi?id=968
+
+%prep
+%setup -q -n evdev-driver-%{version}
+%patch0
+%patch1
+%patch2 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+cp -f /usr/share/automake/config.sub .
+
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog README
+%attr(644,root,root) %{_libdir}/modules/input/evdev_drv.o
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/08/21 14:32:08  pluto
+- evdev driver for input devices.
================================================================



More information about the pld-cvs-commit mailing list