]> git.pld-linux.org Git - packages/xorg-driver-input-wacom.git/blob - xorg-driver-input-wacom.spec
- release 2 (by relup.sh)
[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.16.0
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://downloads.sourceforge.net/project/linuxwacom/xf86-input-wacom/xf86-input-wacom-%{version}.tar.bz2
9 # Source0-md5:  aeee2bd339c825a9b1215df6a2e5e50b
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autogen
12 BuildRequires:  automake
13 BuildRequires:  pkg-config
14 BuildRequires:  xorg-util-util-macros
15 BuildRequires:  xorg-xserver-server-devel
16 %requires_xorg_xserver_xinput
17 Obsoletes:      linuxwacom
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 X.org input driver for Wacom tablets.
22
23 %description -l pl.UTF-8
24 Sterownik wejściowy X.org dla tabletów Wacom
25
26 %package devel
27 Summary:        Header file for wacom driver
28 Summary(pl.UTF-8):      Plik nagłówkowy sterownika wacom
29 Group:          Development/Libraries
30
31 %description devel
32 Header file for wacom driver
33
34 %description devel -l pl.UTF-8
35 Plik nagłówkowy sterownika wacom
36
37 %prep
38 %setup -q -n xf86-input-wacom-%{version}
39
40 %build
41 %{__libtoolize}
42 %{__aclocal}
43 %{__autoconf}
44 %{__autoheader}
45 %{__automake}
46 %configure \
47         --enable-shared \
48         --enable-static \
49         --enable-debug
50
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc AUTHORS README
64 %attr(755,root,root) %{_libdir}/xorg/modules/input/wacom_drv.*
65 %attr(755,root,root) %{_bindir}/xsetwacom
66 %{_datadir}/X11/xorg.conf.d/50-wacom.conf
67 %{_mandir}/man1/xsetwacom.1*
68 %{_mandir}/man4/wacom.4*
69
70 %files devel
71 %defattr(644,root,root,755)
72 %attr(755,root,root) %{_bindir}/isdv4-serial-debugger
73 %{_includedir}/xorg/Xwacom.h
74 %{_includedir}/xorg/wacom-properties.h
75 %{_includedir}/xorg/wacom-util.h
76 %{_includedir}/xorg/isdv4.h
77 %{_pkgconfigdir}/xorg-wacom.pc
This page took 0.058457 seconds and 4 git commands to generate.