加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mtdev.spec 2.06 KB
一键复制 编辑 原始数据 按行查看 历史
fly_fzc 提交于 2024-10-16 15:26 . update to 1.1.7
Name: mtdev
Version: 1.1.7
Release: 1
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
* Wed Oct 16 2024 fuanan <fuanan3@h-partners.com> - 1.1.7-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update to 1.1.7
Fix test warnings:The unit tests were using stack-allocated memory smaller than the maximum matrix size.
Fix compilation and link problems:Don't find -lmtdev during the build and explicitly requires the .la file to be used.
* Tue Oct 25 2022 yanglongkang<yanglongkang@h-partners.com> - 1.1.6-3
- Type: bugfix
- ID: NA
- SUG: NA
- DESC: rebuild for next release
* Thu Jul 28 2022 fuanan <fuanan3@h-partners.com> - 1.1.6-2
- Type:requirements
- ID:NA
- SUG:NA
- DESC:Bump release
* Mon Jul 27 2020 liuchenguang<liuchenguang4@huawei.com> - 1.1.6-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update to 1.1.6
* Fri Sep 27 2019 shenyangyang<shenyangyang4@huawei.com> - 1.1.5-15
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:move COPYING directory
* Wed Aug 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.5-14
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化