X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fxorg-x11-drv-gesture.spec;h=288a6adc4b02634beafb91d637b9eb5fad6a0779;hb=7b13f9c15b371026d222ebcee6e0bffa3e7ac0a4;hp=07878920038a4bc387489eea26c5ea10ff9cdcb4;hpb=fd51708656f04a5a9032deb05538d84348fdf7a4;p=platform%2Fadaptation%2Fxf86-input-gesture.git diff --git a/packaging/xorg-x11-drv-gesture.spec b/packaging/xorg-x11-drv-gesture.spec index 0787892..288a6ad 100644 --- a/packaging/xorg-x11-drv-gesture.spec +++ b/packaging/xorg-x11-drv-gesture.spec @@ -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}