]> git.pld-linux.org Git - packages/xorg-driver-input-libinput.git/blame - xorg-driver-input-libinput.spec
up to 1.4.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
91fcd661 4Version: 1.4.0
e5914f50 5Release: 1
51d7e93d
JB
6License: MIT
7Group: X11/Applications
ca0314cc 8Source0: https://xorg.freedesktop.org/releases/individual/driver/xf86-input-libinput-%{version}.tar.xz
91fcd661 9# Source0-md5: b52a1fc7456cf6595a9a1004287551a3
1633b1a6 10URL: https://xorg.freedesktop.org/
51d7e93d
JB
11BuildRequires: autoconf >= 2.60
12BuildRequires: automake
e5914f50 13BuildRequires: libinput-devel >= 1.23.0
51d7e93d
JB
14BuildRequires: libtool >= 2:2
15BuildRequires: pkgconfig >= 1:0.19
16BuildRequires: rpmbuild(macros) >= 1.389
ca0314cc 17BuildRequires: tar >= 1:1.22
8ecf2b50 18BuildRequires: xorg-proto-inputproto-devel >= 2.3.99.1
51d7e93d
JB
19BuildRequires: xorg-proto-xproto-devel
20BuildRequires: xorg-util-util-macros >= 1.8
921908cf 21BuildRequires: xorg-xserver-server-devel >= 1.19
ca0314cc 22BuildRequires: xz
51d7e93d 23%{?requires_xorg_xserver_xinput}
e5914f50 24Requires: libinput >= 1.23.0
921908cf 25Requires: xorg-xserver-server >= 1.19
51d7e93d
JB
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29This is an X driver based on libinput. It is a thin wrapper around
30libinput, so while it does provide all features that libinput supports
31it does little beyond.
32
33%description -l pl.UTF-8
34Sterownik wejściowy X oparty na libinput. Jest to bardzo cienkie
35obudowanie biblioteki libinput, więc udostępnia wszystkie funkcje
36obsługiwane przez libinput, ale niewiele poza tym.
37
6004e28c
JB
38%package devel
39Summary: Header file for libinput driver
40Summary(pl.UTF-8): Plik nagłówkowy sterownika libinput
41Group: Development/Libraries
42
43%description devel
44Header file for libinput driver.
45
46%description devel -l pl.UTF-8
47Plik nagłówkowy sterownika libinput.
48
51d7e93d
JB
49%prep
50%setup -q -n xf86-input-libinput-%{version}
51
52%build
53%{__libtoolize}
54%{__aclocal}
55%{__autoconf}
56%{__autoheader}
57%{__automake}
58%configure \
fde39230 59 --with-xorg-conf-dir=/etc/X11/xorg.conf.d \
51d7e93d
JB
60 --disable-static
61
62%{__make}
63
64%install
65rm -rf $RPM_BUILD_ROOT
8ad3d608
AM
66
67install -d $RPM_BUILD_ROOT/etc/X11/xorg.conf.d/
68
51d7e93d
JB
69%{__make} install \
70 DESTDIR=$RPM_BUILD_ROOT
71
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 79%doc COPYING ChangeLog README.md
06c19425 80%config(noreplace) %verify(not md5 mtime size) /etc/X11/xorg.conf.d/40-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.106257 seconds and 4 git commands to generate.