]> git.pld-linux.org Git - packages/xorg-driver-input-synaptics.git/blob - xorg-driver-input-synaptics.spec
- up to 1.8.0
[packages/xorg-driver-input-synaptics.git] / xorg-driver-input-synaptics.spec
1 Summary:        X.org input driver for Synaptics and ALPS touchpads
2 Summary(pl.UTF-8):      Sterownik wejściowy X.org do touchpadów Synaptics oraz ALPS
3 Name:           xorg-driver-input-synaptics
4 Version:        1.8.0
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-%{version}.tar.bz2
9 # Source0-md5:  27a3f2b31606a13dd6b58d419978d64f
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  libevdev-devel >= 1.2
12 BuildRequires:  mtdev-devel
13 BuildRequires:  perl-base
14 BuildRequires:  pkgconfig
15 BuildRequires:  rpmbuild(macros) >= 1.389
16 BuildRequires:  xorg-lib-libXi-devel >= 1.2
17 BuildRequires:  xorg-lib-libXtst-devel >= 1.0.99.1
18 BuildRequires:  xorg-proto-inputproto-devel >= 2.1.99.3
19 BuildRequires:  xorg-proto-randrproto-devel
20 BuildRequires:  xorg-proto-recordproto-devel
21 BuildRequires:  xorg-util-util-macros >= 1.13
22 BuildRequires:  xorg-xserver-server-devel >= 1.12
23 Requires:       xorg-lib-libXi >= 1.2
24 Requires:       xorg-lib-libXtst >= 1.0.99.1
25 Requires:       xorg-xserver-server >= 1.12
26 %{?requires_xorg_xserver_xinput}
27 Obsoletes:      X11-input-synaptics
28 Obsoletes:      X11-synaptics
29 Obsoletes:      XFree86-input-synaptics
30 Obsoletes:      xorg-app-synaptics
31 ExcludeArch:    sparc sparc64
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 X.org input driver for Synaptics touchpads.
36
37 %description -l pl.UTF-8
38 Sterownik wejściowy X.org do touchpadów Synaptics.
39
40 %package devel
41 Summary:        Header file for synaptics driver
42 Summary(pl.UTF-8):      Plik nagłówkowy sterownika synaptics
43 Group:          Development/Libraries
44
45 %description devel
46 Header file for synaptics driver.
47
48 %description devel -l pl.UTF-8
49 Plik nagłówkowy sterownika synaptics.
50
51 %prep
52 %setup -q -n xf86-input-synaptics-%{version}
53
54 %build
55 %configure \
56         --disable-silent-rules
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT
64
65 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/input/*.la
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644,root,root,755)
72 %doc COPYING ChangeLog README
73 %attr(755,root,root) %{_bindir}/synclient
74 %attr(755,root,root) %{_bindir}/syndaemon
75 %attr(755,root,root) %{_libdir}/xorg/modules/input/synaptics_drv.so
76 %{_datadir}/X11/xorg.conf.d/50-synaptics.conf
77 %{_mandir}/man1/synclient.1*
78 %{_mandir}/man1/syndaemon.1*
79 %{_mandir}/man4/synaptics.4*
80
81 %files devel
82 %defattr(644,root,root,755)
83 %{_includedir}/xorg/synaptics-properties.h
84 %{_pkgconfigdir}/xorg-synaptics.pc
This page took 0.052659 seconds and 4 git commands to generate.