rpms/xorg-x11-drv-wacom/F-13 70-wacom.rules, NONE, 1.1 xorg-x11-drv-wacom.spec, 1.16, 1.17

Peter Hutterer whot at fedoraproject.org
Tue May 18 04:38:51 UTC 2010


Author: whot

Update of /cvs/pkgs/rpms/xorg-x11-drv-wacom/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1552

Modified Files:
	xorg-x11-drv-wacom.spec 
Added Files:
	70-wacom.rules 
Log Message:
* Tue May 18 2010 Peter Hutterer <peter.hutterer at redhat.com> 0.10.6-2
- Install wacom udev rules file to identify serial devices.



--- NEW FILE 70-wacom.rules ---
ACTION!="add|change", GOTO="wacom_end"

# Match all wacom tablets with a serial ID starting with WACf
ATTRS{id}=="WACf*" ENV{NAME}="Serial Wacom Tablet", ENV{SUBSYSTEM}="input", ENV{ID_INPUT}="1"

LABEL="wacom_end"



Index: xorg-x11-drv-wacom.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-wacom/F-13/xorg-x11-drv-wacom.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- xorg-x11-drv-wacom.spec	27 Apr 2010 04:00:42 -0000	1.16
+++ xorg-x11-drv-wacom.spec	18 May 2010 04:38:49 -0000	1.17
@@ -5,13 +5,14 @@
 Summary:    Xorg X11 wacom input driver
 Name:       xorg-x11-drv-wacom
 Version:    0.10.6
-Release:    1%{?dist}
+Release:    2%{?dist}
 URL:        http://www.x.org
 License:    GPLv2+
 Group:      User Interface/X Hardware Support
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source0: http://prdownloads.sourceforge.net/linuxwacom/xf86-input-wacom-%{version}.tar.bz2
+Source1: 70-wacom.rules
 
 Patch01:  wacom-0.10.6-serial-identifiers.patch
 
@@ -23,6 +24,7 @@ BuildRequires: libX11-devel libXi-devel
 
 Requires:  xorg-x11-server-Xorg >= 1.8.0-6
 Requires: libX11 libXi
+Requires: udev
 
 Provides:  linuxwacom = %{version}-%{release}
 Obsoletes: linuxwacom <= 0.8.4.3
@@ -50,6 +52,9 @@ find $RPM_BUILD_ROOT -regex ".*\.la$" | 
 
 install -d $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
 
+install -d $RPM_BUILD_ROOT/lib/udev/rules.d
+install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/lib/udev/rules.d/70-wacom.rules
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -60,6 +65,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/wacom.4*
 %{_datadir}/X11/xorg.conf.d/50-wacom.conf
 %{_bindir}/xsetwacom
+/lib/udev/rules.d/70-wacom.rules
 
 %package devel
 Summary:    Xorg X11 wacom input driver development package
@@ -81,6 +87,9 @@ X.Org X11 wacom input driver development
 %{_includedir}/xorg/wacom-properties.h
 
 %changelog
+* Tue May 18 2010 Peter Hutterer <peter.hutterer at redhat.com> 0.10.6-2
+- Install wacom udev rules file to identify serial devices.
+
 * Tue Apr 27 2010 Peter Hutterer <peter.hutterer at redhat.com> 0.10.6-1
 - wacom 0.10.6 
 - wacom-0.10.6-serial-identifiers.patch: add some more serial IDs to the



More information about the scm-commits mailing list