]> git.pld-linux.org Git - SPECS.git/blob - xorg-driver-input-summa.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / xorg-driver-input-summa.spec
1 # http://lists.x.org/archives/xorg-devel/2009-February/000220.html
2 Summary:        X.org input driver for Summa tablet devices
3 Summary(pl.UTF-8):      Sterownik wejściowy X.org dla tabletów Summa
4 Name:           xorg-driver-input-summa
5 Version:        1.2.0
6 Release:        3.1
7 License:        MIT
8 Group:          X11/Applications
9 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-input-summa-%{version}.tar.bz2
10 # Source0-md5:  7e17468c0d90dcbbb6202a8242efff4b
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig >= 1:0.19
16 BuildRequires:  xorg-proto-inputproto-devel
17 BuildRequires:  xorg-proto-randrproto-devel
18 BuildRequires:  xorg-util-util-macros >= 0.99.2
19 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
20 BuildRequires:  rpmbuild(macros) >= 1.389
21 %{?requires_xorg_xserver_xinput}
22 Requires:       xorg-xserver-server >= 1.0.99.901
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 X.org input driver for Summa tablet devices.
27
28 %description -l pl.UTF-8
29 Sterownik wejściowy X.org dla tabletów Summa.
30
31 %prep
32 %setup -q -n xf86-input-summa-%{version}
33
34 %build
35 %{__libtoolize}
36 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure \
41         --disable-static
42
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc COPYING ChangeLog
59 %attr(755,root,root) %{_libdir}/xorg/modules/input/summa_drv.so
60 #%{_mandir}/man4/summa.4*
This page took 0.101277 seconds and 3 git commands to generate.