]> git.pld-linux.org Git - SPECS.git/blob - xorg-driver-input-acecad.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / xorg-driver-input-acecad.spec
1 Summary:        X.org input driver for Acecad Flair devices
2 Summary(pl.UTF-8):      Sterownik wejściowy X.org dla urządzeń Acecad Flair
3 Name:           xorg-driver-input-acecad
4 Version:        1.5.0
5 Release:        10
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-input-acecad-%{version}.tar.bz2
9 # Source0-md5:  a03721cae66c475e5f6513fa51142869
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  sysfsutils-devel >= 2.0
16 BuildRequires:  xorg-proto-inputproto-devel
17 BuildRequires:  xorg-proto-randrproto-devel
18 BuildRequires:  xorg-util-util-macros >= 1.8
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 Acecad Flair devices.
27
28 %description -l pl.UTF-8
29 Sterownik wejściowy X.org dla urządzeń Acecad Flair.
30
31 %prep
32 %setup -q -n xf86-input-acecad-%{version}
33
34 %build
35 %{__libtoolize}
36 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc COPYING ChangeLog README
58 %attr(755,root,root) %{_libdir}/xorg/modules/input/acecad_drv.so
59 %{_mandir}/man4/acecad.4*
This page took 1.066263 seconds and 3 git commands to generate.