[xorg-x11-drv-voodoo] autoconf for aarch64

Dave Airlie airlied at fedoraproject.org
Thu Mar 7 04:39:20 UTC 2013


commit 90b0b23d86dfb45db7ddb4880e8fdeaae2409d5c
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Mar 7 14:39:11 2013 +1000

    autoconf for aarch64

 xorg-x11-drv-voodoo.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/xorg-x11-drv-voodoo.spec b/xorg-x11-drv-voodoo.spec
index a92060a..1aeb9df 100644
--- a/xorg-x11-drv-voodoo.spec
+++ b/xorg-x11-drv-voodoo.spec
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 voodoo video driver
 Name:      xorg-x11-drv-voodoo
 Version:   1.2.5
-Release:   7%{?dist}
+Release:   8%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -17,6 +17,7 @@ Source3: commitid
 ExcludeArch: s390 s390x %{?rhel:ppc ppc64}
 
 BuildRequires: xorg-x11-server-devel >= 1.10.99.902
+BuildRequires: autoconf automake libtool
 
 Requires: Xorg %(xserver-sdk-abi-requires ansic)
 Requires: Xorg %(xserver-sdk-abi-requires videodrv)
@@ -28,6 +29,7 @@ X.Org X11 voodoo video driver.
 %setup -q -n %{tarball}-%{version}
 
 %build
+autoreconf -vif
 %configure --disable-static
 make
 
@@ -49,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/voodoo.4*
 
 %changelog
+* Thu Mar 07 2013 Dave Airlie <airlied at redhat.com> 1.2.5-8
+- autoconf for aarch64
+
 * Thu Mar 07 2013 Peter Hutterer <peter.hutterer at redhat.com> - 1.2.5-7
 - require xorg-x11-server-devel, not -sdk
 


More information about the scm-commits mailing list