[xorg-x11-server-utils] autoconf for aarch64

Dave Airlie airlied at fedoraproject.org
Thu Mar 7 04:34:40 UTC 2013


commit d3f37ed4ca8d5fccb3f7ded3e03307b702e34c7d
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Mar 7 14:34:30 2013 +1000

    autoconf for aarch64

 xorg-x11-server-utils.spec |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/xorg-x11-server-utils.spec b/xorg-x11-server-utils.spec
index 4a006e8..0ab4a84 100644
--- a/xorg-x11-server-utils.spec
+++ b/xorg-x11-server-utils.spec
@@ -5,7 +5,7 @@
 Summary: X.Org X11 X server utilities
 Name: xorg-x11-%{pkgname}
 Version: 7.5
-Release: 16%{?dist}
+Release: 17%{?dist}
 License: MIT
 Group: User Interface/X
 URL: http://www.x.org
@@ -41,6 +41,8 @@ BuildRequires: libXcursor-devel
 # xinput
 BuildRequires: libXinerama-devel
 
+BuildRequires: autoconf automake libtool
+
 # xrdb, sigh
 Requires: mcpp
 # older -apps had xinput and xkill, moved them here because they're
@@ -78,20 +80,15 @@ Utility to perform keystone adjustments on X screens.
       pushd $app
       case $app in
          rgb-*)
-            # FIXME: run autotools junk to kick in our patch
-            #aclocal --force
-            #automake -f
-            #autoconf
+            autoreconf -vif
             %configure ;# --with-rgb-db=%{_datadir}/X11
             ;;
 	 xset-*)
-	    # FIXME: run autotools junk to kick in our patch
-	    #aclocal --force
-	    #automake -f
-	    #autoconf
+            autoreconf -vif
 	    %configure
 	    ;;
          *)
+            autoreconf -vif
             %configure --with-cpp=/usr/bin/mcpp
             ;;
       esac
@@ -166,6 +163,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Mar 07 2013 Dave Airlie <airlied at redhat.com> 7.5-17
+- autoconf for aarch64
+
 * Wed Feb 13 2013 Benjamin Tissoires <benjamin.tissoires at redhat.com> 7.5-16
 - xrandr 1.4.0
 


More information about the scm-commits mailing list