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