]> git.pld-linux.org Git - SPECS.git/blob - xorg-driver-input-dynapro.spec
SPECS updated Sat 31 Jul 21:27:02 CEST 2021
[SPECS.git] / xorg-driver-input-dynapro.spec
1 # http://lists.x.org/archives/xorg-devel/2009-February/000220.html
2 Summary:        X.org input driver for Dynapro devices
3 Summary(pl.UTF-8):      Sterownik wejściowy X.org dla urządzeń Dynapro
4 Name:           xorg-driver-input-dynapro
5 Version:        1.1.2
6 Release:        3.1
7 License:        MIT
8 Group:          X11/Applications
9 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-input-dynapro-%{version}.tar.bz2
10 # Source0-md5:  ceb5efbd3d62e24ab3a5f9f180777f7c
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:  rpmbuild(macros) >= 1.389
17 BuildRequires:  xorg-proto-inputproto-devel
18 BuildRequires:  xorg-proto-randrproto-devel
19 BuildRequires:  xorg-util-util-macros >= 0.99.2
20 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
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 Dynapro devices.
27
28 %description -l pl.UTF-8
29 Sterownik wejściowy X.org dla urządzeń Dynapro.
30
31 %prep
32 %setup -q -n xf86-input-dynapro-%{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/dynapro_drv.so
60 %{_mandir}/man4/dynapro.4*
This page took 0.194035 seconds and 3 git commands to generate.