[rdesktop] Use %global

Orion Poplawski orion at fedoraproject.org
Fri Aug 22 21:21:01 UTC 2014


commit e3b8c7cf096b577c6ba9488edd77a9a06d4767c7
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri Aug 22 15:20:57 2014 -0600

    Use %global

 rdesktop.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rdesktop.spec b/rdesktop.spec
index 1859fb1..9f00bb7 100644
--- a/rdesktop.spec
+++ b/rdesktop.spec
@@ -10,9 +10,9 @@ Source0:        http://downloads.sourceforge.net/rdesktop/%{name}-%{version}.tar
 Patch1:         %{name}-libao.patch
 BuildRequires:  libao-devel
 %if 0%{?fedora} > 19
-%define credssp --disable-credssp
+%global credssp --disable-credssp
 %else
-%define credssp --enable-credssp
+%global credssp --enable-credssp
 BuildRequires:  libgssglue-devel
 %endif
 BuildRequires:  libX11-devel


More information about the scm-commits mailing list