diff --git a/.cvsignore b/.cvsignore index 2f5cb25..60b903a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xf86-input-wacom-0.10.0.tar.bz2 +xf86-input-wacom-0.10.1.tar.bz2 diff --git a/sources b/sources index f8af422..33511e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -91af5fab1637c6ce52e3f9418d53e22b xf86-input-wacom-0.10.0.tar.bz2 +544f40bb5bcdd8538c248c4067f3848f xf86-input-wacom-0.10.1.tar.bz2 diff --git a/xorg-x11-drv-wacom.spec b/xorg-x11-drv-wacom.spec index 15b2094..07e0537 100644 --- a/xorg-x11-drv-wacom.spec +++ b/xorg-x11-drv-wacom.spec @@ -4,21 +4,25 @@ Summary: Xorg X11 wacom input driver Name: xorg-x11-drv-wacom -Version: 0.10.0 -Release: 3%{?dist} +Version: 0.10.1 +Release: 1%{?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://people.freedesktop.org/~whot/%{tarball}/%{tarball}-%{version}.tar.bz2 +Source1: 10-wacom.fdi ExcludeArch: s390 s390x BuildRequires: xorg-x11-server-sdk >= 1.7.0 +BuildRequires: xorg-x11-util-macros >= 1.3.0 Requires: xorg-x11-server-Xorg >= 1.7.0 +Requires: hal +Provides: linuxwacom = %{version}-%{release} Obsoletes: linuxwacom <= 0.8.4.3 %description @@ -26,7 +30,6 @@ X.Org X11 wacom input driver for Wacom tablets. %prep %setup -q -n %{tarball}-%{version} -find -type f -name '*.[ch]' | xargs chmod -x %build %configure --disable-static @@ -41,14 +44,18 @@ 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}/hal/fdi/policy/20thirdparty +install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hal/fdi/policy/20thirdparty + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog README +%doc AUTHORS ChangeLog README GPL %{driverdir}/wacom_drv.so %{_mandir}/man4/wacom.4* +%{_datadir}/hal/fdi/policy/20thirdparty/10-wacom.fdi %package devel @@ -65,9 +72,17 @@ X.Org X11 wacom input driver development files. %defattr(-,root,root,-) %{_libdir}/pkgconfig/xorg-wacom.pc %{_includedir}/xorg/Xwacom.h - +%{_includedir}/xorg/wacom-properties.h %changelog +* Fri Nov 20 2009 Peter Hutterer 0.10.1-1 +- wacom 0.10.1 +- BuildRequires xorg-x11-util-macros 1.3.0 +- Remove unnecessary 'find' directive, changed upstream. +- Add GPL document +- Install 10-wacom.fdi file. +- Provides: linuxwacom + * Thu Nov 19 2009 Peter Hutterer 0.10.0-3 - Use smp_mflags when building.