]> git.pld-linux.org Git - packages/xorg-driver-input-mouse.git/blob - xorg-driver-input-mouse.spec
- updated deps
[packages/xorg-driver-input-mouse.git] / xorg-driver-input-mouse.spec
1 Summary:        X.org mouse input driver
2 Summary(pl.UTF-8):      Sterownik wejściowy myszy dla X.org
3 Name:           xorg-driver-input-mouse
4 Version:        1.5.0
5 Release:        3
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mouse-%{version}.tar.bz2
9 # Source0-md5:  c58629fddf0782dad5c02da6aeb35521
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-proto-inputproto-devel
16 BuildRequires:  xorg-proto-randrproto-devel
17 BuildRequires:  xorg-util-util-macros >= 1.3
18 BuildRequires:  xorg-xserver-server-devel >= 1.5.99.901
19 BuildRequires:  rpmbuild(macros) >= 1.389
20 %requires_xorg_xserver_xinput
21 Requires:       xorg-xserver-server >= 1.5.99.901
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 X.org mouse input driver. It supports most available mouse types and
26 interfaces, including USB and PS/2.
27
28 %description -l pl.UTF-8
29 Sterownik wejściowy myszy dla X.org. Obsługuje większość dostępnych
30 rodzajów myszy i interfejsów, w tym USB i PS/2.
31
32 %prep
33 %setup -q -n xf86-input-mouse-%{version}
34
35 %build
36 %{__libtoolize}
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure \
42         --disable-static
43
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc COPYING ChangeLog README
60 %attr(755,root,root) %{_libdir}/xorg/modules/input/mouse_drv.so
61 %{_mandir}/man4/mousedrv.4*
This page took 0.111962 seconds and 4 git commands to generate.