xf86-input-libinput/xf86-input-libinput.spec

55 lines
1.4 KiB
RPMSpec
Raw Normal View History

Name: xf86-input-libinput
Version: 0.29.0
Release: 1mamba
Summary: A libinput-based X driver
Group: System/X11
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://x.org
Source: ftp://ftp.x.org/pub/individual/driver/xf86-input-libinput-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libinput-devel
## AUTOBUILDREQ-END
BuildRequires: xorg-server-devel >= 1.20.4
BuildRequires: xorgproto-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
A libinput-based X driver.
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_includedir}/xorg/libinput-properties.h
%{_libdir}/pkgconfig/xorg-libinput.pc
%{_libdir}/xorg/modules/input/libinput_drv.la
%{_libdir}/xorg/modules/input/libinput_drv.so
%{_datadir}/X11/xorg.conf.d/40-libinput.conf
%{_mandir}/man4/libinput.4*
%doc COPYING
%changelog
* Mon Aug 19 2019 Automatic Build System <autodist@mambasoft.it> 0.29.0-1mamba
- automatic version update by autodist
* Sun Mar 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.28.2-1mamba
- package created using the webbuild interface