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