- Update to today's git snapshot.
This commit is contained in:
parent
b51c7acaf8
commit
7eb720cc0b
@ -1 +1 @@
|
||||
xf86-input-wacom-20100521.tar.bz2
|
||||
xf86-input-wacom-20100603.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
5edcee183c28307e253774ef041b04c1 xf86-input-wacom-20100521.tar.bz2
|
||||
53ee13a5f02f96f58cad736aeeead607 xf86-input-wacom-20100603.tar.bz2
|
||||
|
@ -3,7 +3,7 @@
|
||||
%global driverdir %{moduledir}/input
|
||||
|
||||
# Disable gitdate to build from a fixed release
|
||||
%global gitdate 20100521
|
||||
%global gitdate 20100603
|
||||
|
||||
Summary: Xorg X11 wacom input driver
|
||||
Name: xorg-x11-drv-wacom
|
||||
@ -57,8 +57,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
# should be fixed in upstream Makefile.am or whatever.
|
||||
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
|
||||
|
||||
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
|
||||
|
||||
@ -74,6 +72,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
%{driverdir}/wacom_drv.so
|
||||
%{_mandir}/man4/wacom.4*
|
||||
%{_mandir}/man1/xsetwacom.1*
|
||||
%{_datadir}/X11/xorg.conf.d/50-wacom.conf
|
||||
%{_bindir}/xsetwacom
|
||||
/lib/udev/rules.d/70-wacom.rules
|
||||
@ -95,6 +94,9 @@ X.Org X11 wacom input driver development files.
|
||||
%{_includedir}/xorg/wacom-properties.h
|
||||
|
||||
%changelog
|
||||
* Thu Jun 03 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.6-5.2010603
|
||||
- Update to today's git snapshot.
|
||||
|
||||
* Thu Jun 03 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.6-5.20100521
|
||||
- Update udev rules file to include Fujitsu serial tablets. (#598168)
|
||||
- Update udev rules file to set ID_INPUT_TABLET
|
||||
|
Loading…
Reference in New Issue
Block a user