12 Star 0 Fork 7

src-openEuler / xorg-x11-drv-wacom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
xorg-x11-drv-wacom.spec 2.14 KB
一键复制 编辑 原始数据 按行查看 历史
朱春意 提交于 2019-11-06 19:57 . update code
%global moduledir %(pkg-config xorg-server --variable=moduledir )
Name: xorg-x11-drv-wacom
Version: 0.36.1
Release: 6
License: GPLv2+
Summary: Xorg X11 wacom input driver
URL: https://www.x.org
Source0: https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-%{version}/xf86-input-wacom-%{version}.tar.bz2
BuildRequires: xorg-x11-server-devel xorg-x11-util-macros
BuildRequires: libX11-devel libXi-devel libXrandr-devel libXinerama-devel
BuildRequires: autoconf automake libtool systemd systemd-devel
Requires: Xorg %(xserver-sdk-abi-requires ansic) Xorg %(xserver-sdk-abi-requires xinput) xorg-x11-drv-wacom-serial-support
Provides: linuxwacom = %{version}-%{release}
Obsoletes: linuxwacom <= 0.8.4.3
Provides: %{name}-serial-support
Obsoletes: %{name}-serial-support
%description
X.Org X11 wacom input driver for Wacom tablets.
%package devel
Summary: Xorg X11 wacom input driver development package
Requires: xorg-x11-server-devel >= 1.7.0 pkgconfig
%description devel
X.Org X11 wacom input driver development files.
%package_help
%prep
%autosetup -n xf86-input-wacom-%{version} -p1
%build
autoreconf -ivf || exit 1
%configure --disable-silent-rules --enable-debug --with-systemd-unit-dir=%{_unitdir} \
--with-udev-rules-dir=%{_prefix}/lib/udev/rules.d/
%make_build
%install
%make_install
%delete_la
mv %{buildroot}/%{_prefix}/lib/udev/rules.d/wacom.rules %{buildroot}/%{_prefix}/lib/udev/rules.d/70-wacom.rules
%check
make test
%files
%defattr(-,root,root)
%doc AUTHORS
%license GPL
%{_datadir}/X11/xorg.conf.d/70-wacom.conf
%{_prefix}/lib/udev/rules.d/70-wacom.rules
%{_unitdir}/wacom-inputattach@.service
%{_bindir}/isdv4-serial-inputattach
%{_bindir}/xsetwacom
%{moduledir}/input/wacom_drv.so
%files devel
%defattr(-,root,root)
%{_libdir}/pkgconfig/*.pc
%{_bindir}/isdv4-serial-debugger
%{_includedir}/xorg/*.h
%files help
%defattr(-,root,root)
%doc ChangeLog
%{_mandir}/man4/wacom.4*
%{_mandir}/man1/xsetwacom.1*
%changelog
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.36.1-6
- Package init
1
https://gitee.com/src-openeuler/xorg-x11-drv-wacom.git
git@gitee.com:src-openeuler/xorg-x11-drv-wacom.git
src-openeuler
xorg-x11-drv-wacom
xorg-x11-drv-wacom
openEuler-20.03-LTS

搜索帮助