9 Star 0 Fork 1

src-openEuler/tslib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tslib.spec 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
Funda Wang 提交于 10个月前 . 1.23
Name: tslib
Version: 1.23
Release: 1
Summary: C library for filtering touchscreen events
License: LGPL-2.1-only
URL: https://github.com/kergoth/tslib
Source0: https://github.com/kergoth/tslib/releases/download/%{version}/tslib-%{version}.tar.xz
BuildRequires: gcc make
BuildRequires: SDL2-devel
%description
tslib consists of the library libts and tools that help you
calibrate and use it in your environment.
%package devel
Summary: Development files for tslib
Requires: %{name} = %{version}-%{release}
%description devel
The package contains libraries and header files for developing
applications that use tslib.
%package_help
%prep
%autosetup -n tslib-%{version}
%build
%configure --with-sdl2
%make_build
%install
%make_install
%delete_la
%files
%license COPYING
%doc AUTHORS ChangeLog README
%config(noreplace) %{_sysconfdir}/ts.conf
%{_bindir}/*
%{_libdir}/*.so.*
%dir %{_libdir}/ts
%{_libdir}/ts/*.so
%files devel
%{_includedir}/tslib.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/tslib.pc
%files help
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_mandir}/man5/*
%changelog
* Fri Oct 04 2024 Funda Wang <fundawang@yeah.net> - 1.23-1
- update to 1.23
* Sat Nov 30 2019 Ling Yang <lingyang2@huawei.com> - 1.16-3
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/tslib.git
git@gitee.com:src-openeuler/tslib.git
src-openeuler
tslib
tslib
master

搜索帮助