]> git.pld-linux.org Git - packages/xorg-driver-input-fpit.git/blame - xorg-driver-input-fpit.spec
- release 3
[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
4c0d5522 4Version: 1.3.0
58a8effc 5Release: 3
19f76521
JB
6License: MIT
7Group: X11/Applications
843a855c 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-fpit-%{version}.tar.bz2
4c0d5522 9# Source0-md5: e5bfda480f25121e3c4222e5e1eb5880
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
7fd4baad 17BuildRequires: xorg-util-util-macros >= 0.99.2
843a855c 18BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
1d0a787f
AM
19BuildRequires: rpmbuild(macros) >= 1.389
20%requires_xorg_xserver_xinput
843a855c 21Requires: xorg-xserver-server >= 1.0.99.901
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}
45%configure \
46 --disable-static
47
48%{__make}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52
53%{__make} install \
7fd4baad 54 DESTDIR=$RPM_BUILD_ROOT
19f76521
JB
55
56rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(644,root,root,755)
f21609a5 63%doc COPYING ChangeLog readme.txt
19f76521 64%attr(755,root,root) %{_libdir}/xorg/modules/input/fpit_drv.so
7fd4baad 65%{_mandir}/man4/fpit.4*
This page took 0.088447 seconds and 4 git commands to generate.