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