2024-01-06 04:12:07 +01:00
|
|
|
Name: libevdev
|
2024-01-06 04:12:08 +01:00
|
|
|
Version: 1.5.7
|
2024-01-06 04:12:07 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A wrapper library for evdev devices
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.freedesktop.org/wiki/Software/libevdev/
|
|
|
|
Source: http://www.freedesktop.org/software/libevdev/libevdev-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
libevdev is a wrapper library for evdev devices. it moves the common tasks when dealing with evdev devices into a library and provides a library interface to the callers, thus avoiding erroneous ioctls, etc.
|
|
|
|
The eventual goal is that libevdev wraps all ioctls available to evdev devices, thus making direct access unnecessary.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%package tools
|
|
|
|
Group: System/Kernel and Hardware
|
|
|
|
Summary: Utility applications for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
This package contains utility applications for %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libevdev.so.*
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/libevdev-1.0
|
|
|
|
%dir %{_includedir}/libevdev-1.0/libevdev
|
|
|
|
%{_includedir}/libevdev-1.0/libevdev/libevdev*.h
|
|
|
|
%{_libdir}/libevdev.a
|
|
|
|
%{_libdir}/libevdev.la
|
|
|
|
%{_libdir}/libevdev.so
|
|
|
|
%{_libdir}/pkgconfig/libevdev.pc
|
|
|
|
%{_mandir}/man3/libevdev.3*
|
|
|
|
|
|
|
|
%files tools
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 04:12:08 +01:00
|
|
|
%{_bindir}/libevdev-tweak-device
|
2024-01-06 04:12:07 +01:00
|
|
|
%{_bindir}/mouse-dpi-tool
|
2024-01-06 04:12:07 +01:00
|
|
|
%{_bindir}/touchpad-edge-detector
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 04:12:08 +01:00
|
|
|
* Fri Jul 07 2017 Automatic Build System <autodist@mambasoft.it> 1.5.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:12:08 +01:00
|
|
|
* Fri Jan 06 2017 Automatic Build System <autodist@mambasoft.it> 1.5.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:12:08 +01:00
|
|
|
* Thu Dec 01 2016 Automatic Build System <autodist@mambasoft.it> 1.5.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:12:08 +01:00
|
|
|
* Sat Aug 27 2016 Automatic Build System <autodist@mambasoft.it> 1.5.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:12:08 +01:00
|
|
|
* Tue Aug 23 2016 Automatic Build System <autodist@mambasoft.it> 1.5.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:12:08 +01:00
|
|
|
* Thu Jun 16 2016 Automatic Build System <autodist@mambasoft.it> 1.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:12:08 +01:00
|
|
|
* Tue May 17 2016 Automatic Build System <autodist@mambasoft.it> 1.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:12:08 +01:00
|
|
|
* Tue Jan 05 2016 Automatic Build System <autodist@mambasoft.it> 1.4.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:12:08 +01:00
|
|
|
* Wed Nov 11 2015 Automatic Build System <autodist@mambasoft.it> 1.4.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:12:08 +01:00
|
|
|
* Sat Sep 05 2015 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:12:08 +01:00
|
|
|
* Wed Jun 24 2015 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:12:08 +01:00
|
|
|
* Tue Apr 28 2015 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:12:08 +01:00
|
|
|
* Fri Apr 10 2015 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:12:08 +01:00
|
|
|
* Sun Mar 08 2015 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:12:07 +01:00
|
|
|
* Thu Dec 11 2014 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:12:07 +01:00
|
|
|
* Thu Nov 13 2014 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:12:07 +01:00
|
|
|
* Fri Oct 10 2014 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Aug 12 2014 Automatic Build System <autodist@mambasoft.it> 1.2.99.901-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 04:12:07 +01:00
|
|
|
* Sun Jun 08 2014 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:12:07 +01:00
|
|
|
* Wed May 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
|
|
|
|
- package created using the webbuild interface
|