]> git.pld-linux.org Git - packages/xorg-driver-input-hyperpen.git/blobdiff - xorg-driver-input-hyperpen.spec
- track xserver input deps
[packages/xorg-driver-input-hyperpen.git] / xorg-driver-input-hyperpen.spec
index fb913672073863535740828e717f8dab2cc86d58..afadde85fb0ecdf5c1a0e9b8db5e2327ef5832ca 100644 (file)
@@ -1,27 +1,31 @@
 Summary:       X.org input driver for HyperPen devices
-Summary(pl):   Sterownik wej¶ciowy X.org dla urz±dzeñ HyperPen
+Summary(pl.UTF-8):     Sterownik wejściowy X.org dla urządzeń HyperPen
 Name:          xorg-driver-input-hyperpen
-Version:       1.0.0.1
+Version:       1.1.0
 Release:       0.1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-input-hyperpen-%{version}.tar.bz2
-# Source0-md5: 202b38fa2364b4d67ea8ee608c203e3c
+Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-input-hyperpen-%{version}.tar.bz2
+# Source0-md5: 1dfccb75069e61e0c6f990b47eb58c40
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 1:0.19
-BuildRequires: xorg-proto-xproto-devel
-BuildRequires: xorg-util-util-macros >= 0.99.1
-BuildRequires: xorg-xserver-server-devel
+BuildRequires: xorg-proto-inputproto-devel
+BuildRequires: xorg-proto-randrproto-devel
+BuildRequires: xorg-util-util-macros >= 0.99.2
+BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
+BuildRequires:  rpmbuild(macros) >= 1.389
+%requires_xorg_xserver_xinput
+Requires:      xorg-xserver-server >= 1.0.99.901
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 X.org input driver for HyperPen devices.
 
-%description -l pl
-Sterownik wej¶ciowy X.org dla urz±dzeñ HyperPen.
+%description -l pl.UTF-8
+Sterownik wejściowy X.org dla urządzeń HyperPen.
 
 %prep
 %setup -q -n xf86-input-hyperpen-%{version}
@@ -41,8 +45,7 @@ Sterownik wej
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       drivermandir=%{_mandir}/man4
+       DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
 
@@ -51,5 +54,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc COPYING ChangeLog
 %attr(755,root,root) %{_libdir}/xorg/modules/input/hyperpen_drv.so
-#%{_mandir}/man4/hyperpen.4x*
+#%{_mandir}/man4/hyperpen.4*
This page took 0.080014 seconds and 4 git commands to generate.