]> git.pld-linux.org Git - SPECS.git/blob - xorg-driver-input-synaptics-alt.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / xorg-driver-input-synaptics-alt.spec
1 Summary:        XOrg/XFree86 input driver for Synaptics touchpads
2 Summary(pl.UTF-8):      Sterownik wejściowy XOrg/XFree86 do touchpadów Synaptics
3 Name:           xorg-driver-input-synaptics-alt
4 Version:        0.99.3
5 Release:        4
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://math.berkeley.edu/~vojta/xf86-input-synaptics-%{version}.tar.bz2
9 # Source0-md5:  ea67c9c3eb6a85125947672cde7d6727
10 BuildRequires:  pkgconfig
11 BuildRequires:  rpmbuild(macros) >= 1.389
12 BuildRequires:  xorg-lib-libX11-devel
13 BuildRequires:  xorg-lib-libXext-devel
14 BuildRequires:  xorg-xserver-server-devel
15 %requires_xorg_xserver_xinput
16 Requires:       xorg-driver-input-synaptics-alt = %{epoch}:%{version}-%{release}
17 Obsoletes:      X11-synaptics
18 ExcludeArch:    sparc sparc64
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 XFree86 input driver for Synaptics touchpad
23
24 %description -l pl.UTF-8
25 Sterownik wejściowy XFree86 do touchpada Synaptics.
26
27 %prep
28 %setup -q -n xf86-input-synaptics-%{version}
29
30 %build
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %defattr(644,root,root,755)
46 %attr(755,root,root) %{_libdir}/xorg/modules/input/*.so
47 %{_mandir}/man4/synaptics*
This page took 1.354875 seconds and 3 git commands to generate.