update to 0.31.0
built with xorg-server 1.17.2 [release 0.31.0-1mamba;Sun Sep 13 2015]
This commit is contained in:
parent
a75346914e
commit
b8f25085c5
@ -1,7 +1,7 @@
|
||||
%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f1-2)
|
||||
Name: xorg-drv-input-wacom
|
||||
Version: 0.16.0
|
||||
Release: 3mamba
|
||||
Version: 0.31.0
|
||||
Release: 1mamba
|
||||
Summary: X.Org input driver for Wacom tablets
|
||||
Group: System/X11
|
||||
Vendor: openmamba
|
||||
@ -13,18 +13,22 @@ License: MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpthread-stubs-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libXinerama-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: xorg-server-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libdw-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsepol-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libxcb-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: xorgdrvinput
|
||||
Requires: xorg-server >= %{xorg_ver}
|
||||
@ -59,10 +63,13 @@ This package contains header files need for development.
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/isdv4-serial-debugger
|
||||
%{_bindir}/xsetwacom
|
||||
%{_datadir}/X11/xorg.conf.d/50-wacom.conf
|
||||
%{_bindir}/isdv4-serial-inputattach
|
||||
%{_libdir}/systemd/system/wacom-inputattach@.service
|
||||
%{_libdir}/udev/rules.d/wacom.rules
|
||||
%{_libdir}/xorg/modules/input/wacom_drv.so
|
||||
%{_mandir}/man1/xsetwacom.1.gz
|
||||
%{_mandir}/man4/wacom.4.gz
|
||||
%{_datadir}/X11/xorg.conf.d/50-wacom.conf
|
||||
%{_mandir}/man1/xsetwacom.1*
|
||||
%{_mandir}/man4/wacom.4*
|
||||
%doc AUTHORS GPL
|
||||
|
||||
%files devel
|
||||
@ -76,6 +83,10 @@ This package contains header files need for development.
|
||||
%doc ChangeLog README
|
||||
|
||||
%changelog
|
||||
* Sun Sep 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.31.0-1mamba
|
||||
- update to 0.31.0
|
||||
- built with xorg-server 1.17.2
|
||||
|
||||
* Sat Jun 14 2014 Automatic Build System <autodist@mambasoft.it> 0.16.0-3mamba
|
||||
- X.org 1.15 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user