]> git.pld-linux.org Git - packages/xorg-driver-input-fpit.git/blame - xorg-driver-input-fpit.spec
- tabs in preamble
[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
843a855c 4Version: 1.1.0
19f76521
JB
5Release: 0.1
6License: MIT
7Group: X11/Applications
843a855c
JB
8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-fpit-%{version}.tar.bz2
9# Source0-md5: a31066a2076d18619ceaea67f6d89698
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
JB
18BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
19Requires: xorg-xserver-server >= 1.0.99.901
19f76521
JB
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23X.org input driver for Fujitsu Stylistic Tablet PCs. This driver
24supports the touchscreen of the Stylistic LT and (with special
25options) of the Stylistic 500, 1000 and 2300.
26
a1d1953c
JR
27%description -l pl.UTF-8
28Sterownik wejściowy X.org dla komputerów Fujitsu Stylistic Tablet. Ten
29sterownik obsługuje ekrany dotykowe Stylistic LT i (ze specjalnymi
19f76521
JB
30opcjami) Stylistic 500, 1000 i 2300.
31
32%prep
33%setup -q -n xf86-input-fpit-%{version}
34
35%build
36%{__libtoolize}
37%{__aclocal}
38%{__autoconf}
39%{__autoheader}
40%{__automake}
41%configure \
42 --disable-static
43
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
7fd4baad 50 DESTDIR=$RPM_BUILD_ROOT
19f76521
JB
51
52rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
f21609a5 59%doc COPYING ChangeLog readme.txt
19f76521 60%attr(755,root,root) %{_libdir}/xorg/modules/input/fpit_drv.so
7fd4baad 61%{_mandir}/man4/fpit.4*
This page took 0.075306 seconds and 4 git commands to generate.