From c4014bc858fee4e1c2e9167249cc5942b3baa868 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 26 Dec 2016 22:47:37 -0800 Subject: [PATCH] Remove build dependencies on autotools xrdp is properly packaged now, and we are not patching any file that is processed by autotools. --- xrdp.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/xrdp.spec b/xrdp.spec index cd8a6d0..c2f3dcb 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -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}