Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37046415
en ru br
ALT Linux repos
S:2.10.6-alt1
5.0: 2.2.1-alt1
4.1: 2.0.3-alt0.M41.1

Group :: System/X11
RPM: xorg-drv-evdev

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _xconfdir %_sysconfdir/X11/xorg.conf.d

Name: xorg-drv-evdev
Version: 2.10.0
Release: alt1
Epoch: 2
Summary: Generic Linux input driver
License: MIT/X11
Group: System/X11
Url: http://xorg.freedesktop.org
Packager: Valery Inozemtsev <shrek at altlinux.ru>

PreReq: XORG_ABI_XINPUT = %get_xorg_abi_xinput
Provides: xorg-drv-mouse = %epoch:%version-%release xorg-drv-keyboard = %epoch:%version-%release
Obsoletes: xorg-drv-mouse xorg-drv-keyboard

Source: %name-%version.tar
Patch: %name-%version-%release.patch

BuildRequires(Pre): xorg-sdk
BuildRequires: libevdev-devel libmtdev-devel libxkbfile-devel libudev-devel xorg-xextproto-devel xorg-resourceproto-devel
BuildRequires: xorg-scrnsaverproto-devel xorg-inputproto-devel xorg-randrproto-devel xorg-xproto-devel

%description
evdev  is  an  Xorg  input  driver for Linux generic event devices.
It therefore supports all input devices that the kernel knows
about, including most mice and keyboards.

%package devel
Summary: Generic Linux input driver development package
Group: Development/C
Requires: %name = %version-%release

%description devel
Generic Linux input driver development package

%prep
%setup -q
%patch -p1

%build
%autoreconf
%configure \
--with-xorg-module-dir=%_x11modulesdir \
--disable-static
%make_build

%install
%make DESTDIR=%buildroot install

mkdir -p %buildroot%_xconfdir
install -m644 *.conf %buildroot%_xconfdir/

%files
%config(noreplace) %_xconfdir/*.conf
%_x11modulesdir/input/*.so
%_xorgsysconfigdir/*.conf
%_man4dir/*

%files devel
%_includedir/*
%_pkgconfigdir/*.pc

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin