]> git.pld-linux.org Git - packages/xorg-driver-input-libinput.git/blame - xorg-driver-input-libinput.spec
- up to 0.13.0
[packages/xorg-driver-input-libinput.git] / xorg-driver-input-libinput.spec
CommitLineData
51d7e93d
JB
1Summary: A libinput-based X.org input driver
2Summary(pl.UTF-8): Sterownik wejściowy X.org oparty na libinput
3Name: xorg-driver-input-libinput
124e0214 4Version: 0.13.0
b53ffd41 5Release: 1
51d7e93d
JB
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-libinput-%{version}.tar.bz2
124e0214 9# Source0-md5: 6881879dacf4db34db6ca2113dbef949
8ad3d608 10Source1: 90-libinput.conf
51d7e93d
JB
11URL: http://xorg.freedesktop.org/
12BuildRequires: autoconf >= 2.60
13BuildRequires: automake
124e0214 14BuildRequires: libinput-devel >= 0.21.0
51d7e93d
JB
15BuildRequires: libtool >= 2:2
16BuildRequires: pkgconfig >= 1:0.19
17BuildRequires: rpmbuild(macros) >= 1.389
18BuildRequires: xorg-proto-inputproto-devel >= 2.2
19BuildRequires: xorg-proto-xproto-devel
20BuildRequires: xorg-util-util-macros >= 1.8
21BuildRequires: xorg-xserver-server-devel >= 1.10
22%{?requires_xorg_xserver_xinput}
124e0214 23Requires: libinput >= 0.21.0
51d7e93d
JB
24Requires: xorg-xserver-server >= 1.10
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28This is an X driver based on libinput. It is a thin wrapper around
29libinput, so while it does provide all features that libinput supports
30it does little beyond.
31
32%description -l pl.UTF-8
33Sterownik wejściowy X oparty na libinput. Jest to bardzo cienkie
34obudowanie biblioteki libinput, więc udostępnia wszystkie funkcje
35obsługiwane przez libinput, ale niewiele poza tym.
36
6004e28c
JB
37%package devel
38Summary: Header file for libinput driver
39Summary(pl.UTF-8): Plik nagłówkowy sterownika libinput
40Group: Development/Libraries
41
42%description devel
43Header file for libinput driver.
44
45%description devel -l pl.UTF-8
46Plik nagłówkowy sterownika libinput.
47
51d7e93d
JB
48%prep
49%setup -q -n xf86-input-libinput-%{version}
50
51%build
52%{__libtoolize}
53%{__aclocal}
54%{__autoconf}
55%{__autoheader}
56%{__automake}
57%configure \
58 --disable-static
59
60%{__make}
61
62%install
63rm -rf $RPM_BUILD_ROOT
8ad3d608
AM
64
65install -d $RPM_BUILD_ROOT/etc/X11/xorg.conf.d/
66
51d7e93d
JB
67%{__make} install \
68 DESTDIR=$RPM_BUILD_ROOT
69
8ad3d608
AM
70cp -p %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/xorg.conf.d/90-libinput.conf
71
51d7e93d
JB
72%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
73
74%clean
75rm -rf $RPM_BUILD_ROOT
76
77%files
78%defattr(644,root,root,755)
8ad3d608
AM
79%doc COPYING ChangeLog README.md
80/etc/X11/xorg.conf.d/90-libinput.conf
51d7e93d
JB
81%attr(755,root,root) %{_libdir}/xorg/modules/input/libinput_drv.so
82%{_mandir}/man4/libinput.4*
6004e28c
JB
83
84%files devel
85%defattr(644,root,root,755)
86%{_includedir}/xorg/libinput-properties.h
87%{_pkgconfigdir}/xorg-libinput.pc
This page took 0.10577 seconds and 4 git commands to generate.