merge with master
[platform/adaptation/xf86-input-gesture.git] / packaging / xorg-x11-drv-gesture.spec
index 0787892..288a6ad 100644 (file)
@@ -2,7 +2,7 @@
 Name:  xorg-x11-drv-gesture
 Summary:    X.Org X server -- Xserver gesture driver
 Version: 0.1.2
-Release:    2
+Release:    6
 Group:      System/X Hardware Support
 License:    MIT
 Source0:    %{name}-%{version}.tar.gz
@@ -32,9 +32,8 @@ xorg-x11-drv-gesture development files
 
 %build
 
-autoreconf -vfi
-./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
-#./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info CFLAGS="$CFLAGS -D__DETAIL_DEBUG__ -D__DEBUG_EVENT_HANDLER__ " LDFLAGS="$LDFLAGS"
+%autogen -ivf
+%configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
 
 make %{?jobs:-j%jobs}