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