]> git.pld-linux.org Git - packages/xorg-driver-input-wacom.git/blame - xorg-driver-input-wacom.spec
- release 2 (by relup.sh)
[packages/xorg-driver-input-wacom.git] / xorg-driver-input-wacom.spec
CommitLineData
4490373c
ER
1Summary: X.org input driver for Wacom tablets
2Summary(pl.UTF-8): Sterownik wejściowy X.org dla tabletów Wacom
3Name: xorg-driver-input-wacom
7647b0f6 4Version: 0.23.0
ee464735 5Release: 2
7647b0f6 6License: GPL v2+
4490373c 7Group: X11/Applications
7647b0f6
JB
8Source0: http://downloads.sourceforge.net/linuxwacom/xf86-input-wacom-%{version}.tar.bz2
9# Source0-md5: 353642b8a3f2dde089e913be32955aae
4490373c 10URL: http://xorg.freedesktop.org/
7647b0f6 11BuildRequires: autoconf >= 2.60
4490373c 12BuildRequires: automake
7647b0f6
JB
13BuildRequires: doxygen >= 1.6.1
14BuildRequires: pkgconfig
15BuildRequires: udev-devel
16BuildRequires: xorg-lib-libX11-devel
17BuildRequires: xorg-lib-libXi-devel
18BuildRequires: xorg-lib-libXinerama-devel
19BuildRequires: xorg-lib-libXrandr-devel
20BuildRequires: xorg-proto-inputproto-devel
21BuildRequires: xorg-proto-kbproto-devel
22BuildRequires: xorg-proto-randrproto-devel
23BuildRequires: xorg-proto-xproto-devel
24BuildRequires: xorg-util-util-macros >= 1.8
25BuildRequires: xorg-xserver-server-devel >= 1.7.0
26Requires: xorg-xserver-server >= 1.7.0
4490373c
ER
27%requires_xorg_xserver_xinput
28Obsoletes: linuxwacom
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
32X.org input driver for Wacom tablets.
33
34%description -l pl.UTF-8
35Sterownik wejściowy X.org dla tabletów Wacom
36
37%package devel
38Summary: Header file for wacom driver
39Summary(pl.UTF-8): Plik nagłówkowy sterownika wacom
7647b0f6
JB
40Group: X11/Development/Libraries
41Requires: xorg-proto-xproto-devel
4490373c
ER
42
43%description devel
44Header file for wacom driver
45
46%description devel -l pl.UTF-8
47Plik 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 \
4490373c
ER
59 --enable-debug
60
61%{__make}
62
63%install
64rm -rf $RPM_BUILD_ROOT
65%{__make} install \
66 DESTDIR=$RPM_BUILD_ROOT
67
7647b0f6
JB
68%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/input/wacom_drv.la
69
4490373c
ER
70%clean
71rm -rf $RPM_BUILD_ROOT
72
73%files
74%defattr(644,root,root,755)
7647b0f6 75%doc AUTHORS ChangeLog README
4490373c 76%attr(755,root,root) %{_bindir}/xsetwacom
7647b0f6 77%attr(755,root,root) %{_libdir}/xorg/modules/input/wacom_drv.so
4490373c
ER
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
d924c1fa 87%{_includedir}/xorg/wacom-util.h
4490373c
ER
88%{_includedir}/xorg/isdv4.h
89%{_pkgconfigdir}/xorg-wacom.pc
This page took 0.173703 seconds and 4 git commands to generate.