[xscope] autoreconf for now for aarch64

Yanko Kaneti yaneti at fedoraproject.org
Mon Mar 25 12:32:37 UTC 2013


commit df708a85423478afb4e1fb41a00b1a95ec10508f
Author: Yanko Kaneti <yaneti at declera.com>
Date:   Mon Mar 25 14:32:40 2013 +0200

    autoreconf for now for aarch64

 xscope.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/xscope.spec b/xscope.spec
index 04fb243..8b62456 100644
--- a/xscope.spec
+++ b/xscope.spec
@@ -1,6 +1,6 @@
 Name:           xscope
 Version:        1.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        X Window Protocol Viewer
 
 Group:          User Interface/X
@@ -10,6 +10,11 @@ Source0:        ftp://ftp.freedesktop.org/pub/xorg/individual/app/%{name}-%{vers
 
 BuildRequires:  xorg-x11-xtrans-devel, xorg-x11-proto-devel
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=926841
+# autoreconf for now for aarch64
+BuildRequires: automake autoconf
+BuildRequires: xorg-x11-util-macros
+
 %description
 xscope sits in-between an X11 client and an X11 server and prints the contents
 of each request, reply, error, or event that is communicated between them.
@@ -19,6 +24,8 @@ servers and clients.
 
 %prep
 %setup -q
+# autoreconf for now for aarch64
+autoreconf -fi
 
 
 %build
@@ -38,6 +45,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Mar 25 2013 Yanko Kaneti <yaneti at declera.com> 1.4-3
+- autoreconf for now for aarch64
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list