[xorg-x11-proto-devel] autoreconf for aarch64

Dave Airlie airlied at fedoraproject.org
Thu Mar 7 04:32:13 UTC 2013


commit ea7ebc666bd5acaedd52bab31d25deb5ca4d197c
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Mar 7 14:31:55 2013 +1000

    autoreconf for aarch64

 xorg-x11-proto-devel.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/xorg-x11-proto-devel.spec b/xorg-x11-proto-devel.spec
index f1694a6..e99078c 100644
--- a/xorg-x11-proto-devel.spec
+++ b/xorg-x11-proto-devel.spec
@@ -7,7 +7,7 @@
 Summary: X.Org X11 Protocol headers
 Name: xorg-x11-proto-devel
 Version: 7.7
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT
 Group: Development/System
 URL: http://www.x.org
@@ -45,6 +45,7 @@ Source40: make-git-snapshot.sh
 
 BuildRequires: pkgconfig
 BuildRequires: xorg-x11-util-macros >= 1.0.2-1
+BuildRequires: autoconf automake libtool
 
 %if ! %{build_bootstrap}
 Requires: mesa-libGL-devel
@@ -65,6 +66,7 @@ for dir in $(ls -1) ; do
 	pushd $dir
         [ -e configure ] || ./autogen.sh
 	# yes, this looks horrible, but it's to get the .pc files in datadir
+	autoreconf -vif
 	%configure --libdir=%{_datadir} --without-xmlto
 	make %{?_smp_mflags}
 	mv COPYING COPYING-${dir%%-*}
@@ -266,6 +268,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pkgconfig/xproxymngproto.pc
 
 %changelog
+* Thu Mar 07 2013 Dave Airlie <airlied at redhat.com> 7.7-4
+- autoreconf for aarch64
+
 * Thu Mar 07 2013 Peter Hutterer <peter.hutterer at redhat.com> 7.7-3
 - inputproto 2.3
 


More information about the scm-commits mailing list