]> git.pld-linux.org Git - packages/xorg-driver-input-mouse.git/blobdiff - xorg-driver-input-mouse.spec
- release 2 (by relup.sh)
[packages/xorg-driver-input-mouse.git] / xorg-driver-input-mouse.spec
index 5c713320158fcb89b5beddfacf9b2c8727416caa..d2f660b1279e4146e5b062568e34794978509676 100644 (file)
@@ -1,24 +1,24 @@
 Summary:       X.org mouse input driver
 Summary(pl.UTF-8):     Sterownik wejściowy myszy dla X.org
 Name:          xorg-driver-input-mouse
-Version:       1.4.0
+Version:       1.8.1
 Release:       2
 License:       MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mouse-%{version}.tar.bz2
-# Source0-md5: e7dc0759c14a9bfd373917a49e5f7c7d
+# Source0-md5: f314c56e4ac6c8fc0cc2710892d5776e
 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
-BuildRequires:  rpmbuild(macros) >= 1.389
-%requires_xorg_xserver_xinput
-Requires:      xorg-xserver-server >= 1.0.99.901
+BuildRequires: xorg-proto-xproto-devel
+BuildRequires: xorg-util-util-macros >= 1.8
+BuildRequires: xorg-xserver-server-devel >= 1.7
+%{?requires_xorg_xserver_xinput}
+Requires:      xorg-xserver-server >= 1.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -29,6 +29,17 @@ interfaces, including USB and PS/2.
 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.
 
+%package devel
+Summary:       Header file for mouse driver
+Summary(pl.UTF-8):     Plik nagłówkowy sterownika myszy
+Group:         Development/Libraries
+
+%description devel
+Header file for mouse driver.
+
+%description devel -l pl.UTF-8
+Plik nagłówkowy sterownika myszy.
+
 %prep
 %setup -q -n xf86-input-mouse-%{version}
 
@@ -38,8 +49,7 @@ rodzajów myszy i interfejsów, w tym USB i PS/2.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure \
-       --disable-static
+%configure
 
 %{__make}
 
@@ -49,7 +59,7 @@ 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
@@ -59,3 +69,8 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING ChangeLog README
 %attr(755,root,root) %{_libdir}/xorg/modules/input/mouse_drv.so
 %{_mandir}/man4/mousedrv.4*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/xorg/xf86-mouse-properties.h
+%{_pkgconfigdir}/xorg-mouse.pc
This page took 0.697449 seconds and 4 git commands to generate.