Name: libmtdev Version: 1.1.6 Release: 1mamba Summary: Multitouch Protocol Translation Library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://bitmath.org/code/mtdev/ Source: http://bitmath.org/code/mtdev/mtdev-%{version}.tar.bz2 License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: pkg-config ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The mtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. The events put into mtdev may be from any MT device, specifically type A without contact tracking, type A with contact tracking, or type B with contact tracking. See the kernel documentation for further details. %package devel Group: Development/Libraries Summary: Development files for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} ## note: you can add this requirement if .pc files are provided by this package #Requires: pkg-config %description devel This package contains libraries and header files for developing applications that use %{name}. %debug_package %prep %setup -q -n mtdev-%{version} %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}/libmtdev.so.* %doc COPYING %files devel %defattr(-,root,root) %{_bindir}/mtdev-test %{_includedir}/mtdev-mapping.h %{_includedir}/mtdev-plumbing.h %{_includedir}/mtdev.h %{_libdir}/libmtdev.a %{_libdir}/libmtdev.la %{_libdir}/libmtdev.so %{_libdir}/pkgconfig/mtdev.pc %changelog * Wed Feb 05 2020 Automatic Build System 1.1.6-1mamba - automatic update by autodist * Fri Mar 14 2014 Automatic Build System 1.1.5-1mamba - automatic update by autodist * Sun Aug 04 2013 Automatic Build System 1.1.4-1mamba - automatic update by autodist * Sun Sep 09 2012 Automatic Build System 1.1.3-1mamba - update to 1.1.3 * Thu Jun 07 2012 Silvan Calarco 1.1.2-1mamba - package created by autospec