]> git.pld-linux.org Git - packages/xorg-driver-input-wacom.git/blob - xorg-driver-input-wacom.spec
- xserver rebuild
[packages/xorg-driver-input-wacom.git] / xorg-driver-input-wacom.spec
1 Summary:        X.org input driver for Wacom tablets
2 Summary(pl.UTF-8):      Sterownik wejściowy X.org dla tabletów Wacom
3 Name:           xorg-driver-input-wacom
4 Version:        0.23.0
5 Release:        3
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://downloads.sourceforge.net/linuxwacom/xf86-input-wacom-%{version}.tar.bz2
9 # Source0-md5:  353642b8a3f2dde089e913be32955aae
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  doxygen >= 1.6.1
14 BuildRequires:  pkgconfig
15 BuildRequires:  udev-devel
16 BuildRequires:  xorg-lib-libX11-devel
17 BuildRequires:  xorg-lib-libXi-devel
18 BuildRequires:  xorg-lib-libXinerama-devel
19 BuildRequires:  xorg-lib-libXrandr-devel
20 BuildRequires:  xorg-proto-inputproto-devel
21 BuildRequires:  xorg-proto-kbproto-devel
22 BuildRequires:  xorg-proto-randrproto-devel
23 BuildRequires:  xorg-proto-xproto-devel
24 BuildRequires:  xorg-util-util-macros >= 1.8
25 BuildRequires:  xorg-xserver-server-devel >= 1.7.0
26 Requires:       xorg-xserver-server >= 1.7.0
27 %requires_xorg_xserver_xinput
28 Obsoletes:      linuxwacom
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 X.org input driver for Wacom tablets.
33
34 %description -l pl.UTF-8
35 Sterownik wejściowy X.org dla tabletów Wacom
36
37 %package devel
38 Summary:        Header file for wacom driver
39 Summary(pl.UTF-8):      Plik nagłówkowy sterownika wacom
40 Group:          X11/Development/Libraries
41 Requires:       xorg-proto-xproto-devel
42
43 %description devel
44 Header file for wacom driver
45
46 %description devel -l pl.UTF-8
47 Plik nagłówkowy sterownika wacom
48
49 %prep
50 %setup -q -n xf86-input-wacom-%{version}
51
52 %build
53 %{__libtoolize}
54 %{__aclocal}
55 %{__autoconf}
56 %{__autoheader}
57 %{__automake}
58 %configure \
59         --enable-debug
60
61 %{__make}
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT
67
68 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/input/wacom_drv.la
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files
74 %defattr(644,root,root,755)
75 %doc AUTHORS ChangeLog README
76 %attr(755,root,root) %{_bindir}/xsetwacom
77 %attr(755,root,root) %{_libdir}/xorg/modules/input/wacom_drv.so
78 %{_datadir}/X11/xorg.conf.d/50-wacom.conf
79 %{_mandir}/man1/xsetwacom.1*
80 %{_mandir}/man4/wacom.4*
81
82 %files devel
83 %defattr(644,root,root,755)
84 %attr(755,root,root) %{_bindir}/isdv4-serial-debugger
85 %{_includedir}/xorg/Xwacom.h
86 %{_includedir}/xorg/wacom-properties.h
87 %{_includedir}/xorg/wacom-util.h
88 %{_includedir}/xorg/isdv4.h
89 %{_pkgconfigdir}/xorg-wacom.pc
This page took 0.056554 seconds and 4 git commands to generate.