[rdesktop] Bug #926432 - autoreconf for aarch64

Jon Disnard parasense at fedoraproject.org
Tue Jan 7 20:57:43 UTC 2014


commit cc58f3827b79c5f0785d11d4fab008cbdf86179e
Author: Jon Disnard <jdisnard at gmail.com>
Date:   Tue Jan 7 14:56:18 2014 -0600

    Bug #926432 - autoreconf for aarch64

 rdesktop.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/rdesktop.spec b/rdesktop.spec
index 7ce5693..18d87c0 100644
--- a/rdesktop.spec
+++ b/rdesktop.spec
@@ -1,6 +1,6 @@
 Name:           rdesktop
 Version:        1.8.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        X client for remote desktop into Windows Terminal Server
 
 Group:          User Interface/Desktops
@@ -20,6 +20,7 @@ BuildRequires:  libXrandr-devel
 BuildRequires:  libsamplerate-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pcsc-lite-devel
+BuildRequires:  autoconf automake libtool
 
 %description
 rdesktop is an open source client for Windows NT Terminal Server and
@@ -32,6 +33,7 @@ desktop. Unlike Citrix ICA, no server extensions are required.
 %patch1 -p1 -b .ao
 
 %build
+autoreconf -vif
 %configure --with-ipv6 --enable-smartcard --with-sound=libao \
   %{?credssp}
 
@@ -47,6 +49,9 @@ make install DESTDIR=$RPM_BUILD_ROOT STRIP=/bin/true
 %{_mandir}/man1/*
 
 %changelog
+* Mon Jan 06 2014 Jon Disnard <jdisnard at gmail.com> - 1.8.1-2
+- Aarch64 autoreconf (bz #926432)
+
 * Mon Dec 23 2013 Dominik Mierzejewski <rpm at greysector.net> - 1.8.1-1
 - update to 1.8.1
 


More information about the scm-commits mailing list