]> git.pld-linux.org Git - packages/xorg-driver-input-evdev.git/blobdiff - xorg-driver-input-evdev.spec
- up to 2.7.0
[packages/xorg-driver-input-evdev.git] / xorg-driver-input-evdev.spec
index 47372cb39c6cf074f16ebb04ec3db65d4d441f0a..787e31e97340ffcd1ac3f1dd8898e00e5baee0f6 100644 (file)
@@ -1,22 +1,24 @@
 Summary:       X.org input driver for Linux generic event devices
-Summary(pl):   Sterownik wej¶ciowy X.org dla ogólnych urz±dzeñ linuksowych generuj±cych zdarzenia
+Summary(pl.UTF-8):     Sterownik wejściowy X.org dla ogólnych urządzeń linuksowych generujących zdarzenia
 Name:          xorg-driver-input-evdev
-Version:       1.1.1
-Release:       0.1
+Version:       2.7.0
+Release:       1
 License:       MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-input-evdev-%{version}.tar.bz2
-# Source0-md5: 1fe5ef6abf138ef4f334f28d58a986dc
+# Source0-md5: 4449b2e94900e98d2f41c2f46dd0397e
 URL:           http://xorg.freedesktop.org/
-BuildRequires: autoconf >= 2.57
+BuildRequires: autoconf >= 2.60
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: rpmbuild(macros) >= 1.389
 BuildRequires: xorg-proto-inputproto-devel
-BuildRequires: xorg-proto-randrproto-devel
-BuildRequires: xorg-util-util-macros >= 0.99.2
-BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
-Requires:      xorg-xserver-server >= 1.0.99.901
+BuildRequires: xorg-proto-kbproto-devel
+BuildRequires: xorg-util-util-macros >= 1.8
+BuildRequires: xorg-xserver-server-devel >= 1.5.3
+%{?requires_xorg_xserver_xinput}
+Requires:      xorg-xserver-server >= 1.5.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -24,10 +26,21 @@ X.org input driver for Linux generic event devices. It supports all
 input devices that the kernel knows about, including most mice and
 keyboards.
 
-%description -l pl
-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.
+%description -l pl.UTF-8
+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}
@@ -49,13 +62,18 @@ 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
 %{_mandir}/man4/evdev.4*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/xorg/evdev-properties.h
+%{_pkgconfigdir}/xorg-evdev.pc
This page took 0.781427 seconds and 4 git commands to generate.