commit d47bea3eaa78787dd243c5998bf3e9239f4683a4 Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 11:09:20 2019 -0400 Package init diff --git a/mtdev-1.1.5.tar.bz2 b/mtdev-1.1.5.tar.bz2 new file mode 100644 index 0000000..9228c40 Binary files /dev/null and b/mtdev-1.1.5.tar.bz2 differ diff --git a/mtdev.spec b/mtdev.spec new file mode 100644 index 0000000..027b17a --- /dev/null +++ b/mtdev.spec @@ -0,0 +1,59 @@ +Name: mtdev +Version: 1.1.5 +Release: 15 +Summary: Multitouch Protocol Translation Library +License: MIT +URL: http://bitmath.org/code/mtdev +Source0: http://bitmath.org/code/%{name}/%{name}-%{version}.tar.bz2 + +BuildRequires: gcc autoconf automake libtool + +%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. + +%package devel +Summary: Development package for mtdev library +Requires: pkgconfig +Requires: %{name} = %{version}-%{release} + +%description devel +This package is the development files for %{name}. + +%prep +%autosetup -n %{name}-%{version} -p1 + +%build +%configure +%make_build + +%install +%make_install +rm -f %{buildroot}%{_libdir}/*a + +%ldconfig_scriptlets + +%files +%defattr(-,root,root) +%doc README +%license COPYING +%{_libdir}/lib%{name}.so.* + +%files devel +%defattr(-,root,root) +%{_bindir}/%{name}-test +%{_includedir}/%{name}*.h +%{_libdir}/lib%{name}.so +%{_libdir}/pkgconfig/%{name}.pc + +%changelog +* Fri Sep 27 2019 shenyangyang - 1.1.5-15 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:move COPYING directory + +* Wed Aug 14 2019 openEuler Buildteam - 1.1.5-14 +- Package init