1 Star 0 Fork 13

gaoch_100/xorg-x11-drv-libinput

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
xorg-x11-drv-libinput.spec 2.05 KB
一键复制 编辑 原始数据 按行查看 历史
zhouxudong8 提交于 2020-02-12 17:55 . enable check case
%global moduledir %(pkg-config xorg-server --variable=moduledir )
%global driverdir %{moduledir}/input
Name: xorg-x11-drv-libinput
Version: 0.28.0
Release: 5
Summary: Xorg X11 libinput input driver
License: MIT
URL: https://www.x.org
Source0: https://www.x.org/archive/individual/driver/xf86-input-libinput-%{version}.tar.bz2
Source1: 71-libinput-overrides-wacom.conf
BuildRequires: autoconf automake libtool xorg-x11-server-devel xorg-x11-util-macros
BuildRequires: libudev-devel libevdev-devel libinput-devel
Requires: Xorg %(xserver-sdk-abi-requires ansic) xkeyboard-config libinput >= 0.21.0
Requires: Xorg %(xserver-sdk-abi-requires xinput)
Provides: xorg-x11-drv-synaptics = 1.9.0-3
Obsoletes: xorg-x11-drv-synaptics < 1.9.0-3
%description
A generic input driver for the X.Org X11 X server based on libinput,
supporting all devices.
%package devel
Summary: Xorg X11 libinput input driver development package.
Requires: pkgconfig
%description devel
Xorg X11 libinput input driver development files.
%package_help
%prep
%autosetup -n xf86-input-libinput-%{version} -p1
%build
autoreconf --force -v --install || exit 1
%configure --disable-silent-rules
%make_build
%check
make check
%install
%make_install
%delete_la
cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d/
%files
%defattr(-,root,root)
%doc COPYING ChangeLog
%{driverdir}/libinput_drv.so
%{_datadir}/X11/xorg.conf.d/*.conf
%files devel
%defattr(-,root,root)
%doc COPYING
%{_libdir}/pkgconfig/xorg-libinput.pc
%{_includedir}/xorg/libinput-properties.h
%files help
%defattr(-,root,root)
%doc README.md
%{_mandir}/man4/libinput.4*
%changelog
* Wed Feb 12 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.28.0-5
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:enable make check test case
* Thu Jan 3 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.28.0-4
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:optimization the spec
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.28.0-3
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gaoch_100/xorg-x11-drv-libinput.git
git@gitee.com:gaoch_100/xorg-x11-drv-libinput.git
gaoch_100
xorg-x11-drv-libinput
xorg-x11-drv-libinput
master

搜索帮助