]> git.pld-linux.org Git - packages/xorg-driver-input-hyperpen.git/blobdiff - xorg-driver-input-hyperpen.spec
- updated to 1.4.1
[packages/xorg-driver-input-hyperpen.git] / xorg-driver-input-hyperpen.spec
index 9795625a372d83ab26fca863fe56e5885e9e508d..16f9fb876a002be541e7cf9702b10d78ce7b1fe8 100644 (file)
@@ -1,28 +1,33 @@
-Summary:       X.org input driver for HyperPen devices
-Summary(pl):   Sterownik wej¶ciowy X.org dla urz±dzeñ HyperPen
+Summary:       X.org input driver for Aiptek HyperPen devices
+Summary(pl.UTF-8):     Sterownik wejściowy X.org dla urządzeń Aiptek HyperPen
 Name:          xorg-driver-input-hyperpen
-Version:       1.0.0.2
-Release:       0.1
+Version:       1.4.1
+Release:       1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/releases/X11R7.0-RC2/driver/xf86-input-hyperpen-%{version}.tar.bz2
-# Source0-md5: f1ce49f210b5b5e425861833355f36e8
+Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-input-hyperpen-%{version}.tar.bz2
+# Source0-md5: 75dc36477a291f8c2f7c808ab78a400a
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: rpmbuild(macros) >= 1.389
 BuildRequires: xorg-proto-inputproto-devel
 BuildRequires: xorg-proto-randrproto-devel
-BuildRequires: xorg-util-util-macros >= 0.99.1
-BuildRequires: xorg-xserver-server-devel >= 0.99.3
+BuildRequires: xorg-util-util-macros >= 0.99.2
+BuildRequires: xorg-xserver-server-devel >= 1.10.0
+%{?requires_xorg_xserver_xinput}
+Requires:      xorg-xserver-server >= 1.10.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-X.org input driver for HyperPen devices.
+X.org input driver for Aiptek HyperPen devices. It supports Aiptek
+HyperPen 6000.
 
-%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ń Aiptek HyperPen. Obsługuje
+Aiptek HyperPen 6000.
 
 %prep
 %setup -q -n xf86-input-hyperpen-%{version}
@@ -33,8 +38,7 @@ Sterownik wej
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure \
-       --disable-static
+%configure
 
 %{__make}
 
@@ -42,16 +46,15 @@ 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
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog
+%doc COPYING ChangeLog README
 %attr(755,root,root) %{_libdir}/xorg/modules/input/hyperpen_drv.so
-#%{_mandir}/man4/hyperpen.4x*
+#%{_mandir}/man4/hyperpen.4*
This page took 0.088468 seconds and 4 git commands to generate.