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