From c3501d185f5db47f8a4217bd352e56c18e25e0dc Mon Sep 17 00:00:00 2001 From: Itamar Reis Peixoto Date: Thu, 18 Mar 2010 17:31:36 +0000 Subject: [PATCH] buildrequires libXfixes-devel --- xrdp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xrdp.spec b/xrdp.spec index 7e0d8cd..f6407dd 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -4,7 +4,7 @@ Summary: Open source remote desktop protocol (RDP) server Name: xrdp Version: 0.5.0 -Release: 0.8.%{cvs}%{?dist} +Release: 0.9.%{cvs}%{?dist} License: GPLv2+ with exceptions Group: Applications/Internet URL: http://xrdp.sourceforge.net/ @@ -36,6 +36,7 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool Buildrequires: libX11-devel +BuildRequires: libXfixes-devel #vnc-server provides Xvnc (tigervnc-server in fedora) Requires: vnc-server @@ -173,6 +174,9 @@ rm -rf %{buildroot} %attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini %changelog +* Thu Mar 18 2010 Itamar Reis Peixoto - 0.5.0-0.9.03172010 +- buildrequires libXfixes-devel + * Thu Mar 18 2010 Itamar Reis Peixoto - 0.5.0-0.8.03172010 - buildrequires libX11-devel