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