]> git.pld-linux.org Git - packages/xorg-driver-input-mouse.git/blobdiff - xorg-driver-input-mouse.spec
- tabs in preamble
[packages/xorg-driver-input-mouse.git] / xorg-driver-input-mouse.spec
index 741dc9c9c7cc0d27ff57ae838e324ba8063f232c..d685b3055914a9411eb658de86c78bb977859a0c 100644 (file)
@@ -1,27 +1,31 @@
-Summary:       X.org mouse driver
-Summary(pl):   Sterownik myszy dla X.org
+Summary:       X.org mouse input driver
+Summary(pl.UTF-8):     Sterownik wejściowy myszy dla X.org
 Name:          xorg-driver-input-mouse
-Version:       1.0.0.1
-Release:       0.1
+Version:       1.2.1
+Release:       1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-input-mouse-%{version}.tar.bz2
-# Source0-md5: fb2a899ea620b992918981e50e7ac2f8
+Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mouse-%{version}.tar.bz2
+# Source0-md5: 72b07e65bbea6ab484d84c048f6835fb
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 1:0.19
-BuildRequires: xorg-proto-xproto-devel
-BuildRequires: xorg-util-util-macros >= 0.99.1
-BuildRequires: xorg-xserver-server-devel
+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
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-X.org mouse driver.
+X.org mouse input driver. It supports most available mouse types and
+interfaces, including USB and PS/2.
 
-%description -l pl
-Sterownik myszy dla X.org.
+%description -l pl.UTF-8
+Sterownik wejściowy myszy dla X.org. Obsługuje większość dostępnych
+rodzajów myszy i interfejsów, w tym USB i PS/2.
 
 %prep
 %setup -q -n xf86-input-mouse-%{version}
@@ -41,8 +45,7 @@ Sterownik myszy dla X.org.
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       drivermandir=%{_mandir}/man4
+       DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
 
@@ -51,6 +54,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
-%attr(755,root,root) %{_libdir}/xorg/modules/input/*.so
-%{_mandir}/man4/*.4x*
+%doc COPYING ChangeLog README
+%attr(755,root,root) %{_libdir}/xorg/modules/input/mouse_drv.so
+%{_mandir}/man4/mousedrv.4*
This page took 0.054427 seconds and 4 git commands to generate.