]> git.pld-linux.org Git - packages/xorg-driver-input-mouse.git/blob - xorg-driver-input-mouse.spec
- up to 1.1.1
[packages/xorg-driver-input-mouse.git] / xorg-driver-input-mouse.spec
1 Summary:        X.org mouse input driver
2 Summary(pl):    Sterownik wej¶ciowy myszy dla X.org
3 Name:           xorg-driver-input-mouse
4 Version:        1.1.1
5 Release:        1
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:  760dccf9578abb9b968fcb213a131506
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 >= 0.99.2
18 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
19 Requires:       xorg-xserver-server >= 1.0.99.901
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 X.org mouse input driver. It supports most available mouse types and
24 interfaces, including USB and PS/2.
25
26 %description -l pl
27 Sterownik wej¶ciowy myszy dla X.org. Obs³uguje wiêkszo¶æ dostêpnych
28 rodzajów myszy i interfejsów, w tym USB i PS/2.
29
30 %prep
31 %setup -q -n xf86-input-mouse-%{version}
32
33 %build
34 %{__libtoolize}
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure \
40         --disable-static
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 # conflict with general mouse(4) manual
51 mv -f $RPM_BUILD_ROOT%{_mandir}/man4/{mouse,mouse_drv}.4
52
53 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc COPYING ChangeLog README
61 %attr(755,root,root) %{_libdir}/xorg/modules/input/mouse_drv.so
62 %{_mandir}/man4/mouse_drv.4*
This page took 0.071194 seconds and 4 git commands to generate.