]> git.pld-linux.org Git - packages/xorg-driver-input-evdev.git/blobdiff - xorg-driver-input-evdev.spec
- updated to 2.10.6
[packages/xorg-driver-input-evdev.git] / xorg-driver-input-evdev.spec
index 394da13c9007eca75d604d3249585aff9a9ba00c..06ed01492fbe1fff5696d767c13c4c57c6f5a984 100644 (file)
@@ -1,25 +1,29 @@
 Summary:       X.org input driver for Linux generic event devices
 Summary(pl.UTF-8):     Sterownik wejściowy X.org dla ogólnych urządzeń linuksowych generujących zdarzenia
 Name:          xorg-driver-input-evdev
-Version:       2.3.2
-Release:       2
+Version:       2.10.6
+Release:       1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-input-evdev-%{version}.tar.bz2
-# Source0-md5: b2bfe368022eedf2671ee28daba31efc
-URL:           http://xorg.freedesktop.org/
-BuildRequires: autoconf >= 2.57
+Source0:       https://xorg.freedesktop.org/releases/individual/driver/xf86-input-evdev-%{version}.tar.bz2
+# Source0-md5: e8bd1edc6751f92e425cae7eba3c61eb
+URL:           https://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.60
 BuildRequires: automake
+BuildRequires: libevdev-devel >= 0.4
 BuildRequires: libtool
+BuildRequires: mtdev-devel
 BuildRequires: pkgconfig >= 1:0.19
 BuildRequires: rpmbuild(macros) >= 1.389
-BuildRequires: xorg-proto-inputproto-devel
+BuildRequires: udev-devel
+BuildRequires: xorg-proto-inputproto-devel >= 2.2
 BuildRequires: xorg-proto-kbproto-devel
-BuildRequires: xorg-util-util-macros >= 0.99.2
-BuildRequires: xorg-xserver-server-devel >= 1.5.3
-%requires_xorg_xserver_xinput
-Requires:      hal
-Requires:      xorg-xserver-server >= 1.5.3
+BuildRequires: xorg-proto-xproto-devel
+BuildRequires: xorg-util-util-macros >= 1.8
+BuildRequires: xorg-xserver-server-devel >= 1.12
+%{?requires_xorg_xserver_xinput}
+Requires:      libevdev >= 0.4
+Requires:      xorg-xserver-server >= 1.12
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -59,19 +63,19 @@ Plik nagłówkowy sterownika evdev.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING ChangeLog
+%doc COPYING ChangeLog README
 %attr(755,root,root) %{_libdir}/xorg/modules/input/evdev_drv.so
+%{_datadir}/X11/xorg.conf.d/10-evdev.conf
 %{_mandir}/man4/evdev.4*
 
 %files devel
This page took 0.347452 seconds and 4 git commands to generate.