]> git.pld-linux.org Git - packages/xorg-driver-input-hyperpen.git/blobdiff - xorg-driver-input-hyperpen.spec
- xserver rebuild
[packages/xorg-driver-input-hyperpen.git] / xorg-driver-input-hyperpen.spec
index c9d4904551d39b8002d9463dbf689481cf327487..282862f73c6295e8f8f2d14ce944b87f7697b514 100644 (file)
@@ -1,25 +1,25 @@
-# NOTE: doesn't build with current xserver
 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.3.0
-Release:       2.1
+Version:       1.4.1
+Release:       9
 License:       MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-input-hyperpen-%{version}.tar.bz2
-# Source0-md5: c50d0da3206d18d9d94f720e3688eca5
+# Source0-md5: 75dc36477a291f8c2f7c808ab78a400a
+Patch0:                am.patch
 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.2
-BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
-BuildRequires:  rpmbuild(macros) >= 1.389
+BuildRequires: xorg-xserver-server-devel >= 1.10.0
 %{?requires_xorg_xserver_xinput}
-Requires:      xorg-xserver-server >= 1.0.99.901
+Requires:      xorg-xserver-server >= 1.10.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,6 +32,7 @@ Aiptek HyperPen 6000.
 
 %prep
 %setup -q -n xf86-input-hyperpen-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -49,7 +50,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        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
This page took 0.079343 seconds and 4 git commands to generate.