]> git.pld-linux.org Git - packages/xorg-driver-input-fpit.git/blob - xorg-driver-input-fpit.spec
dd756e64ebb89f56972a327e33f040cc515bc410
[packages/xorg-driver-input-fpit.git] / xorg-driver-input-fpit.spec
1 Summary:        X.org input driver for Fujitsu Stylistic Tablet PCs
2 Summary(pl.UTF-8):      Sterownik wejściowy X.org dla komputerów Fujitsu Stylistic Tablet
3 Name:           xorg-driver-input-fpit
4 Version:        1.4.0
5 Release:        3
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-input-fpit-%{version}.tar.bz2
9 # Source0-md5:  042c95fec145d8b57ca62714131ff3f1
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-proto-inputproto-devel
16 BuildRequires:  xorg-proto-randrproto-devel
17 BuildRequires:  xorg-util-util-macros >= 1.12
18 BuildRequires:  xorg-xserver-server-devel >= 1.10.0
19 BuildRequires:  rpmbuild(macros) >= 1.389
20 %{?requires_xorg_xserver_xinput}
21 Requires:       xorg-xserver-server >= 1.10.0
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 X.org input driver for Fujitsu Stylistic Tablet PCs. This driver
26 supports the touchscreen of the Stylistic LT and (with special
27 options) of the Stylistic 500, 1000, 1200, 2300 and 3400. Modern
28 FinePoint MP800 devices will also work with this driver.
29
30 %description -l pl.UTF-8
31 Sterownik wejściowy X.org dla komputerów Fujitsu Stylistic Tablet. Ten
32 sterownik obsługuje ekrany dotykowe Stylistic LT i (ze specjalnymi
33 opcjami) Stylistic 500, 1000, 1200, 2300 i 3400. Nowe urządzenia
34 FinePoint MP800 także będą działać z tym sterownikiem.
35
36 %prep
37 %setup -q -n xf86-input-fpit-%{version}
38
39 %build
40 %{__libtoolize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure
46
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc COPYING ChangeLog README readme.txt
63 %attr(755,root,root) %{_libdir}/xorg/modules/input/fpit_drv.so
64 %{_datadir}/X11/xorg.conf.d/50-fpit.conf
65 %{_mandir}/man4/fpit.4*
This page took 0.410214 seconds and 3 git commands to generate.