SPECS: rdesktop.spec - up to 1.5.0
arekm
arekm at pld-linux.org
Tue Sep 19 09:31:49 CEST 2006
Author: arekm Date: Tue Sep 19 07:31:49 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 1.5.0
---- Files affected:
SPECS:
rdesktop.spec (1.36 -> 1.37)
---- Diffs:
================================================================
Index: SPECS/rdesktop.spec
diff -u SPECS/rdesktop.spec:1.36 SPECS/rdesktop.spec:1.37
--- SPECS/rdesktop.spec:1.36 Thu Aug 24 22:17:03 2006
+++ SPECS/rdesktop.spec Tue Sep 19 09:31:43 2006
@@ -1,16 +1,21 @@
# $Revision$, $Date$
+%bcond_with vnc
+#
Summary: RDP client for accessing Windows NT Terminal Server
Summary(pl): Klient RDP umożliwiający dostęp do Terminal Serwera WinNT
Name: rdesktop
-Version: 1.4.1
-Release: 3
+Version: 1.5.0
+Release: 1
License: GPL
Group: X11/Applications/Networking
Source0: http://dl.sourceforge.net/rdesktop/%{name}-%{version}.tar.gz
-# Source0-md5: 78dd2bae04edf1cb9f65c29930dcc993
+# Source0-md5: 433546f60fc0f201e99307ba188369ed
+Patch0: %{name}-vnc.patch
URL: http://www.rdesktop.org/
BuildRequires: openssl-devel >= 0.9.7d
BuildRequires: xorg-lib-libX11-devel
+BuildRequires: libao-devel
+%{?with_vnc:BuildRequires: libvncserver-devel}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -27,19 +32,16 @@
%prep
%setup -q
+%patch0 -p1
%build
-./configure \
- --mandir=%{_mandir} \
- --prefix=%{_prefix}
-
-cat >>Makeconf <<EOF
-CFLAGS+=%{rpmcflags}
-LDFLAGS+=%{rpmldflags} -L/usr/X11R6/%{_lib}
-EOF
+%configure \
+ %{?with_vnc:--with-libvncserver} \
+ --with-libao \
+ --with-sound=libao \
+ --with-ipv6
-%{__make} \
- CC="%{__cc}"
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
@@ -63,6 +65,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.37 2006/09/19 07:31:43 arekm
+- up to 1.5.0
+
Revision 1.36 2006/08/24 20:17:03 arekm
- rel 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/rdesktop.spec?r1=1.36&r2=1.37&f=u
More information about the pld-cvs-commit
mailing list