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