]> git.pld-linux.org Git - packages/xorg-driver-input-fpit.git/blame - xorg-driver-input-fpit.spec
- track xserver input deps
[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 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
27options) of the Stylistic 500, 1000 and 2300.
28
a1d1953c
JR
29%description -l pl.UTF-8
30Sterownik wejściowy X.org dla komputerów Fujitsu Stylistic Tablet. Ten
31sterownik obsługuje ekrany dotykowe Stylistic LT i (ze specjalnymi
19f76521
JB
32opcjami) Stylistic 500, 1000 i 2300.
33
34%prep
35%setup -q -n xf86-input-fpit-%{version}
36
37%build
38%{__libtoolize}
39%{__aclocal}
40%{__autoconf}
41%{__autoheader}
42%{__automake}
43%configure \
44 --disable-static
45
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
7fd4baad 52 DESTDIR=$RPM_BUILD_ROOT
19f76521
JB
53
54rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
f21609a5 61%doc COPYING ChangeLog readme.txt
19f76521 62%attr(755,root,root) %{_libdir}/xorg/modules/input/fpit_drv.so
7fd4baad 63%{_mandir}/man4/fpit.4*
This page took 0.076472 seconds and 4 git commands to generate.