[xorg-x11-resutils] autoreconf for aarch64

Dave Airlie airlied at fedoraproject.org
Thu Mar 7 04:27:52 UTC 2013


commit fab2d17d38090f5455c543e8c772e98b51b1c752
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Mar 7 14:27:43 2013 +1000

    autoreconf for aarch64

 xorg-x11-resutils.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-resutils.spec b/xorg-x11-resutils.spec
index 7ad00a5..5605ed5 100644
--- a/xorg-x11-resutils.spec
+++ b/xorg-x11-resutils.spec
@@ -3,7 +3,7 @@
 Summary: X.Org X11 X resource utilities
 Name: xorg-x11-%{pkgname}
 Version: 7.5
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: MIT
 Group: User Interface/X
 URL: http://www.x.org
@@ -27,6 +27,7 @@ BuildRequires: libXaw-devel >= 1.0.2-6
 # have a Requires: libXdmcp-devel instead, but it isn't completely clear
 # what the best solution is yet, so I'm putting this here.
 BuildRequires: libXdmcp-devel
+BuildRequires: autoconf automake libtool
 
 Provides: appres editres listres viewres
 
@@ -46,7 +47,7 @@ A collection of utilities for managing X resources.
 {
    for app in * ; do
       pushd $app
-#      aclocal --force ; autoconf
+      autoreconf -vif
       %configure --disable-xprint
       make
       popd
@@ -84,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/viewres.1*
 
 %changelog
+* Thu Mar 07 2013 Dave Airlie <airlied at redhat.com> 7.5-7
+- autoreconf for aarch64
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.5-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list