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 - 1.8.1-2 +- Aarch64 autoreconf (bz #926432) + * Mon Dec 23 2013 Dominik Mierzejewski - 1.8.1-1 - update to 1.8.1