SPECS: nxssh.spec - builds

arekm arekm at pld-linux.org
Sun May 21 15:10:56 CEST 2006


Author: arekm                        Date: Sun May 21 13:10:56 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- builds

---- Files affected:
SPECS:
   nxssh.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/nxssh.spec
diff -u SPECS/nxssh.spec:1.1 SPECS/nxssh.spec:1.2
--- SPECS/nxssh.spec:1.1	Sun May 21 14:21:25 2006
+++ SPECS/nxssh.spec	Sun May 21 15:10:50 2006
@@ -2,8 +2,6 @@
 %define		_version_major	1.5.0
 %define		_version_minor	23
 
-%bcond_with     ldap            # with ldap support
-%bcond_without  libedit         # without libedit (editline/history support in sftp client)
 %bcond_without  kerberos5       # without kerberos5 support
 
 Summary:	Modified openssh client, used by nxclient
@@ -15,14 +13,12 @@
 #Source0Download: http://www.nomachine.com/sources.php
 Source0:	http://web04.nomachine.com/download/%{_version_major}/sources/%{name}-%{_version_major}-%{_version_minor}.tar.gz
 # Source0-md5:	86df9d5f03bd7e1e1930f129fe87347d
+Patch0:		%{name}-heimdal.patch
 URL:		http://www.nomachine.com/
 BuildRequires:	autoconf
 %{?with_kerberos5:BuildRequires:	heimdal-devel >= 0.7}
-%{?with_libedit:BuildRequires:  libedit-devel}
-%{?with_selinux:BuildRequires:  libselinux-devel}
 BuildRequires:	libwrap-devel
-BuildRequires:	nx-devel
-%{?with_ldap:BuildRequires:     openldap-devel}
+BuildRequires:	nxcomp-devel
 BuildRequires:	openssl-devel >= 0.9.7d
 BuildRequires:	pam-devel
 BuildRequires:	rpmbuild(macros) >= 1.268
@@ -35,6 +31,7 @@
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1
 
 %build
 %{__autoconf}
@@ -74,7 +71,6 @@
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
-FIXME
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -82,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/05/21 13:10:50  arekm
+- builds
+
 Revision 1.1  2006/05/21 12:21:25  arekm
 - new spec
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nxssh.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list