|
|
@@ -32,8 +32,8 @@ Distribution: OpenPKG
|
|
|
Class: PLUS
|
|
|
Group: Terminal
|
|
|
License: GPL
|
|
|
-Version: 1.4.0
|
|
|
-Release: 20050307
|
|
|
+Version: 1.4.1
|
|
|
+Release: 20050515
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://osdn.dl.sourceforge.net/sourceforge/rdesktop/rdesktop-%{version}.tar.gz
|
|
|
@@ -44,8 +44,8 @@ Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20040130, X11, make, gcc
|
|
|
PreReq: OpenPKG, openpkg >= 20040130, X11
|
|
|
-BuildPreReq: openssl
|
|
|
-PreReq: openssl
|
|
|
+BuildPreReq: openssl, libiconv
|
|
|
+PreReq: openssl, libiconv
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
@@ -67,9 +67,11 @@ AutoReqProv: no
|
|
|
%patch -p0
|
|
|
|
|
|
%build
|
|
|
+ CC="%{l_cc} %{l_cflags -O} %{l_cppflags}" \
|
|
|
./configure \
|
|
|
--prefix=$RPM_BUILD_ROOT%{l_prefix} \
|
|
|
--with-openssl=%{l_prefix} \
|
|
|
+ --with-libiconv-prefix=%{l_prefix} \
|
|
|
--with-x=`%{l_rc} --query x11_libdir`/..
|
|
|
%{l_make} %{l_mflags} \
|
|
|
CC="%{l_cc} %{l_cflags -O} %{l_cppflags}" \
|