]> git.pld-linux.org Git - packages/xorg-driver-input-wacom.git/blobdiff - xorg-driver-input-wacom.spec
- updated to 1.2.2
[packages/xorg-driver-input-wacom.git] / xorg-driver-input-wacom.spec
index b9b85217c21d9c49d5c464860205b1e532adc9a8..1671930e23b2d44f32c87fc67c822ef4db060a3d 100644 (file)
@@ -1,38 +1,52 @@
 Summary:       X.org input driver for Wacom tablets
 Summary(pl.UTF-8):     Sterownik wejściowy X.org dla tabletów Wacom
 Name:          xorg-driver-input-wacom
-Version:       0.15.0
+Version:       1.2.2
 Release:       1
-License:       GPL
+License:       GPL v2+
 Group:         X11/Applications
-Source0:       http://downloads.sourceforge.net/project/linuxwacom/xf86-input-wacom/xf86-input-wacom-%{version}.tar.bz2
-# Source0-md5: 4a426535989e84c4161e3607ea851654
-URL:           http://xorg.freedesktop.org/
-BuildRequires: autogen
+#Source0Download: https://github.com/linuxwacom/xf86-input-wacom/releases
+Source0:       https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-%{version}/xf86-input-wacom-%{version}.tar.bz2
+# Source0-md5: bd72f813b094b79b450e50a95476977b
+URL:           https://linuxwacom.github.io/
+BuildRequires: autoconf >= 2.60
 BuildRequires: automake
-BuildRequires: pkg-config
-BuildRequires: xorg-util-util-macros
-BuildRequires: xorg-xserver-server-devel
+BuildRequires: doxygen >= 1.6.1
+BuildRequires: pkgconfig
+BuildRequires: udev-devel
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXext-devel
+BuildRequires: xorg-lib-libXi-devel
+BuildRequires: xorg-lib-libXinerama-devel
+BuildRequires: xorg-lib-libXrandr-devel
+BuildRequires: xorg-proto-inputproto-devel
+BuildRequires: xorg-proto-kbproto-devel
+BuildRequires: xorg-proto-randrproto-devel
+BuildRequires: xorg-proto-xproto-devel
+BuildRequires: xorg-util-util-macros >= 1.8
+BuildRequires: xorg-xserver-server-devel >= 1.13.0
+Requires:      xorg-xserver-server >= 1.13.0
 %requires_xorg_xserver_xinput
-Obsoletes:     linuxwacom
+Obsoletes:     linuxwacom < 0.12.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 X.org input driver for Wacom tablets.
 
 %description -l pl.UTF-8
-Sterownik wejściowy X.org dla tabletów Wacom
+Sterownik wejściowy X.org dla tabletów Wacom.
 
 %package devel
 Summary:       Header file for wacom driver
 Summary(pl.UTF-8):     Plik nagłówkowy sterownika wacom
-Group:         Development/Libraries
+Group:         X11/Development/Libraries
+Requires:      xorg-proto-xproto-devel
 
 %description devel
-Header file for wacom driver
+Header file for wacom driver.
 
 %description devel -l pl.UTF-8
-Plik nagłówkowy sterownika wacom
+Plik nagłówkowy sterownika wacom.
 
 %prep
 %setup -q -n xf86-input-wacom-%{version}
@@ -44,26 +58,32 @@ Plik nagłówkowy sterownika wacom
 %{__autoheader}
 %{__automake}
 %configure \
-       --enable-shared \
-       --enable-static \
-       --enable-debug
+       --enable-debug \
+       --with-systemd-unit-dir=%{systemdunitdir} \
+       --with-udev-rules-dir=/lib/udev/rules.d
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/input/wacom_drv.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README
-%attr(755,root,root) %{_libdir}/xorg/modules/input/wacom_drv.*
+%doc AUTHORS ChangeLog
+%attr(755,root,root) %{_bindir}/isdv4-serial-inputattach
 %attr(755,root,root) %{_bindir}/xsetwacom
-%{_datadir}/X11/xorg.conf.d/50-wacom.conf
+%attr(755,root,root) %{_libdir}/xorg/modules/input/wacom_drv.so
+%{_datadir}/X11/xorg.conf.d/70-wacom.conf
+%{systemdunitdir}/wacom-inputattach@.service
+/lib/udev/rules.d/wacom.rules
 %{_mandir}/man1/xsetwacom.1*
 %{_mandir}/man4/wacom.4*
 
This page took 0.074507 seconds and 4 git commands to generate.