]> git.pld-linux.org Git - SPECS.git/blob - xorg-driver-input-mouse.spec
SPECS updated Sun 1 Aug 15:50:02 CEST 2021
[SPECS.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.3
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/driver/xf86-input-mouse-%{version}.tar.bz2
9 # Source0-md5:  a2104693bbcfe1413397f7905eecd3dc
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:  xorg-proto-inputproto-devel
17 BuildRequires:  xorg-proto-xproto-devel
18 BuildRequires:  xorg-util-util-macros >= 1.8
19 BuildRequires:  xorg-xserver-server-devel >= 1.7
20 %{?requires_xorg_xserver_xinput}
21 Requires:       xorg-xserver-server >= 1.7
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 %package devel
33 Summary:        Header file for mouse driver
34 Summary(pl.UTF-8):      Plik nagłówkowy sterownika myszy
35 Group:          Development/Libraries
36
37 %description devel
38 Header file for mouse driver.
39
40 %description devel -l pl.UTF-8
41 Plik nagłówkowy sterownika myszy.
42
43 %prep
44 %setup -q -n xf86-input-mouse-%{version}
45
46 %build
47 %{__libtoolize}
48 %{__aclocal}
49 %{__autoconf}
50 %{__autoheader}
51 %{__automake}
52 %configure
53
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files
68 %defattr(644,root,root,755)
69 %doc COPYING ChangeLog README
70 %attr(755,root,root) %{_libdir}/xorg/modules/input/mouse_drv.so
71 %{_mandir}/man4/mousedrv.4*
72
73 %files devel
74 %defattr(644,root,root,755)
75 %{_includedir}/xorg/xf86-mouse-properties.h
76 %{_pkgconfigdir}/xorg-mouse.pc
This page took 0.196726 seconds and 3 git commands to generate.