]> 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 d00482a570afb94928b0b97d960e9313f993fc86..06ed01492fbe1fff5696d767c13c4c57c6f5a984 100644 (file)
@@ -1,24 +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.0.1
+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: 061c4558316b1ec9ee71478bdf68b10c
-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: xorg-proto-inputproto-devel
+BuildRequires: rpmbuild(macros) >= 1.389
+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.1.0
-BuildRequires:  rpmbuild(macros) >= 1.389
-%requires_xorg_xserver_xinput
-Requires:      xorg-xserver-server >= 1.1.0
+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
@@ -31,6 +36,17 @@ Sterownik wejściowy X.org dla ogólnych urządzeń linuksowych
 generujących zdarzenia. Obsługuje wszystkie urządzenia wejściowe znane
 przez jądro, w tym większość myszy i klawiatur.
 
+%package devel
+Summary:       Header file for evdev driver
+Summary(pl.UTF-8):     Plik nagłówkowy sterownika evdev
+Group:         Development/Libraries
+
+%description devel
+Header file for evdev driver.
+
+%description devel -l pl.UTF-8
+Plik nagłówkowy sterownika evdev.
+
 %prep
 %setup -q -n xf86-input-evdev-%{version}
 
@@ -47,17 +63,22 @@ przez jądro, w tym większość myszy i klawiatur.
 
 %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
+%defattr(644,root,root,755)
+%{_includedir}/xorg/evdev-properties.h
+%{_pkgconfigdir}/xorg-evdev.pc
This page took 0.61408 seconds and 4 git commands to generate.