]> git.pld-linux.org Git - packages/xorg-driver-input-mouse.git/blob - xorg-driver-input-mouse.spec
- updated to 1.9.5
[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.9.5
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/driver/xf86-input-mouse-%{version}.tar.xz
9 # Source0-md5:  9e2c33131f804476053c618859193dd1
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  rpmbuild(macros) >= 1.389
16 BuildRequires:  tar >= 1:1.22
17 BuildRequires:  xorg-proto-inputproto-devel
18 BuildRequires:  xorg-proto-xproto-devel
19 BuildRequires:  xorg-util-util-macros >= 1.8
20 BuildRequires:  xorg-xserver-server-devel >= 1.7
21 BuildRequires:  xz
22 %{?requires_xorg_xserver_xinput}
23 Requires:       xorg-xserver-server >= 1.7
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 X.org mouse input driver. It supports most available mouse types and
28 interfaces, including USB and PS/2.
29
30 %description -l pl.UTF-8
31 Sterownik wejściowy myszy dla X.org. Obsługuje większość dostępnych
32 rodzajów myszy i interfejsów, w tym USB i PS/2.
33
34 %package devel
35 Summary:        Header file for mouse driver
36 Summary(pl.UTF-8):      Plik nagłówkowy sterownika myszy
37 Group:          Development/Libraries
38
39 %description devel
40 Header file for mouse driver.
41
42 %description devel -l pl.UTF-8
43 Plik nagłówkowy sterownika myszy.
44
45 %prep
46 %setup -q -n xf86-input-mouse-%{version}
47
48 %build
49 %{__libtoolize}
50 %{__aclocal}
51 %{__autoconf}
52 %{__autoheader}
53 %{__automake}
54 %configure
55
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files
70 %defattr(644,root,root,755)
71 %doc COPYING ChangeLog README
72 %attr(755,root,root) %{_libdir}/xorg/modules/input/mouse_drv.so
73 %{_mandir}/man4/mousedrv.4*
74
75 %files devel
76 %defattr(644,root,root,755)
77 %{_includedir}/xorg/xf86-mouse-properties.h
78 %{_pkgconfigdir}/xorg-mouse.pc
This page took 0.097961 seconds and 4 git commands to generate.