]> 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 81363f5a93ae11a17347c34ca12068f6d6de7efd..d685b3055914a9411eb658de86c78bb977859a0c 100644 (file)
@@ -1,33 +1,43 @@
-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
+BuildRequires: autoconf >= 2.57
 BuildRequires: automake
-BuildRequires: pkgconfig >= 0.19
+BuildRequires: libtool
+BuildRequires: pkgconfig >= 1:0.19
+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}
 
 %build
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --disable-static
 
 %{__make}
 
@@ -37,12 +47,13 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*{.la,.a}
+rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/xorg/modules/*/*.so
-%{_mandir}/man4x/*.4x*
+%doc COPYING ChangeLog README
+%attr(755,root,root) %{_libdir}/xorg/modules/input/mouse_drv.so
+%{_mandir}/man4/mousedrv.4*
This page took 0.037199 seconds and 4 git commands to generate.