From: Jan Rękorajski Date: Sun, 7 Apr 2013 19:37:05 +0000 (+0200) Subject: - fix building with latest automake X-Git-Tag: auto/th/xorg-driver-input-hyperpen-1.4.1-6 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fxorg-driver-input-hyperpen.git;a=commitdiff_plain;h=7cf1e837394c1571a5f4d40ee0b71f12d8454426 - fix building with latest automake - rel 6 --- diff --git a/am.patch b/am.patch new file mode 100644 index 0000000..19546ac --- /dev/null +++ b/am.patch @@ -0,0 +1,11 @@ +--- xf86-input-hyperpen-1.4.1/configure.ac~ 2011-07-05 03:42:36.000000000 +0200 ++++ xf86-input-hyperpen-1.4.1/configure.ac 2013-04-07 21:36:17.091429090 +0200 +@@ -35,7 +35,7 @@ + DRIVER_NAME=hyperpen + AC_SUBST([DRIVER_NAME]) + +-AM_CONFIG_HEADER([config.h]) ++AC_CONFIG_HEADERS([config.h]) + + # Checks for programs. + AC_DISABLE_STATIC diff --git a/xorg-driver-input-hyperpen.spec b/xorg-driver-input-hyperpen.spec index 420f87c..774facb 100644 --- a/xorg-driver-input-hyperpen.spec +++ b/xorg-driver-input-hyperpen.spec @@ -2,11 +2,12 @@ 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.4.1 -Release: 5 +Release: 6 License: MIT Group: X11/Applications Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-hyperpen-%{version}.tar.bz2 # Source0-md5: 75dc36477a291f8c2f7c808ab78a400a +Patch0: am.patch URL: http://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake @@ -31,6 +32,7 @@ Aiptek HyperPen 6000. %prep %setup -q -n xf86-input-hyperpen-%{version} +%patch0 -p1 %build %{__libtoolize}