Remove build dependencies on autotools

xrdp is properly packaged now, and we are not patching any file that is
processed by autotools.
This commit is contained in:
Pavel Roskin 2016-12-26 22:47:37 -08:00
parent d1afc2981b
commit c4014bc858

View File

@ -13,10 +13,7 @@ Source3: xrdp.logrotate
Patch0: xrdp-0.9.1-sesman.patch
Patch1: xrdp-0.9.1-xrdp-ini.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: fuse-devel
BuildRequires: libtool
Buildrequires: libX11-devel
BuildRequires: libXfixes-devel
BuildRequires: libXrandr-devel
@ -50,8 +47,6 @@ echo '#!/bin/bash -l
. %{_sysconfdir}/xrdp/startwm.sh' > sesman/startwm-bash.sh
%build
# ./bootstrap
%configure --enable-fuse --enable-pixman
%{__make} %{?_smp_mflags}