SPECS: nxssh.spec - pl, bcond header

qboosh qboosh at pld-linux.org
Tue May 23 21:11:20 CEST 2006


Author: qboosh                       Date: Tue May 23 19:11:20 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, bcond header

---- Files affected:
SPECS:
   nxssh.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/nxssh.spec
diff -u SPECS/nxssh.spec:1.3 SPECS/nxssh.spec:1.4
--- SPECS/nxssh.spec:1.3	Sun May 21 15:14:21 2006
+++ SPECS/nxssh.spec	Tue May 23 21:11:15 2006
@@ -1,10 +1,12 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without  kerberos5       # without kerberos5 support
+#
 %define		_version_major	1.5.0
 %define		_version_minor	23
-
-%bcond_without  kerberos5       # without kerberos5 support
-
 Summary:	Modified openssh client, used by nxclient
+Summary(pl):	Zmodyfikowany klient openssh używany przez nxclienta
 Name:		nxssh
 Version:	%{_version_major}.%{_version_minor}
 Release:	1
@@ -28,6 +30,9 @@
 %description
 Modified openssh client, used by nxclient.
 
+%description -l pl
+Zmodyfikowany klient openssh używany przez nxclienta.
+
 %prep
 %setup -q -n %{name}
 %patch0 -p1
@@ -35,24 +40,24 @@
 %build
 %{__autoconf}
 %configure \
-		PERL=%{__perl} \
-		--with-dns \
-		--with-pam \
-		--with-mantype=man \
-		--with-md5-passwords \
-		--with-ipaddr-display \
-		%{?with_libedit:--with-libedit} \
-		--with-4in6 \
-		--disable-suid-ssh \
-		--with-tcp-wrappers \
-		%{?with_ldap:--with-libs="-lldap -llber"} \
-		%{?with_ldap:--with-cppflags="-DWITH_LDAP_PUBKEY"} \
-		%{?with_kerberos5:--with-kerberos5} \
-		--with-privsep-path=%{_privsepdir} \
-		--with-pid-dir=%{_localstatedir}/run \
-		--with-xauth=%{_bindir}/xauth \
-		--enable-utmpx \
-		--enable-wtmpx
+	PERL=%{__perl} \
+	--with-dns \
+	--with-pam \
+	--with-mantype=man \
+	--with-md5-passwords \
+	--with-ipaddr-display \
+	%{?with_libedit:--with-libedit} \
+	--with-4in6 \
+	--disable-suid-ssh \
+	--with-tcp-wrappers \
+	%{?with_ldap:--with-libs="-lldap -llber"} \
+	%{?with_ldap:--with-cppflags="-DWITH_LDAP_PUBKEY"} \
+	%{?with_kerberos5:--with-kerberos5} \
+	--with-privsep-path=%{_privsepdir} \
+	--with-pid-dir=%{_localstatedir}/run \
+	--with-xauth=%{_bindir}/xauth \
+	--enable-utmpx \
+	--enable-wtmpx
 
 echo '#define LOGIN_PROGRAM		   "/bin/login"' >>config.h
 
@@ -77,6 +82,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/05/23 19:11:15  qboosh
+- pl, bcond header
+
 Revision 1.3  2006/05/21 13:14:21  arekm
 - libwrap not needed
 
@@ -85,5 +93,3 @@
 
 Revision 1.1  2006/05/21 12:21:25  arekm
 - new spec
-
-
================================================================

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



More information about the pld-cvs-commit mailing list