automatic version update by autodist [release 1.11.1-1mamba;Tue Jun 19 2018]
This commit is contained in:
parent
6190ee230b
commit
ec3964a792
@ -1,5 +1,5 @@
|
||||
Name: libinput
|
||||
Version: 1.8.3
|
||||
Version: 1.11.1
|
||||
Release: 1mamba
|
||||
Summary: A library that handles input devices for display servers and other applications
|
||||
Group: System/Libraries
|
||||
@ -11,11 +11,13 @@ Source: http://www.freedesktop.org/software/libinput/libinput-%{version}.
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libdw-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libevdev-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libmtdev-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libwacom-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -48,14 +50,15 @@ This package contains utility applications for %{name}.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--with-udev-dir=`pkg-config udev --variable=udevdir`
|
||||
%meson \
|
||||
-Dudev-dir=%_udevrulesdir/..
|
||||
|
||||
%make
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
export DESTDIR="%{buildroot}"
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -77,23 +80,21 @@ This package contains utility applications for %{name}.
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/libinput.h
|
||||
%{_libdir}/libinput.la
|
||||
%{_libdir}/libinput.so
|
||||
%{_libdir}/pkgconfig/libinput.pc
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/libinput
|
||||
%{_bindir}/libinput-debug-events
|
||||
%{_bindir}/libinput-list-devices
|
||||
%{_mandir}/man1/libinput-debug-events.1*
|
||||
%{_mandir}/man1/libinput-list-devices.1.gz
|
||||
%{_mandir}/man1/libinput-debug-gui.1*
|
||||
%{_mandir}/man1/libinput-measure-touchpad-tap.1*
|
||||
%{_mandir}/man1/libinput-measure.1*
|
||||
%{_mandir}/man1/libinput.1*
|
||||
%{_mandir}/man1/libinput*.1*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 19 2018 Automatic Build System <autodist@mambasoft.it> 1.11.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 19 2018 Automatic Build System <autodist@mambasoft.it> 1.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 04 2017 Automatic Build System <autodist@mambasoft.it> 1.8.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user