%def_enable kerberos5 Name: nxssh Version: 7.5 Release: alt1 Summary: Openssh portable (etersoft edition) Packager: Pavel Vainerman <pv@altlinux.ru> Group: Networking/Remote access License: GPL, MIT/X11 for X11 bits Url: https://github.com/openssh/openssh-portable Source: %name-%version.tar Requires: nx >= 3.5.1.1 # Automatically added by buildreq on Wed Nov 08 2017 # optimized out: gnu-config libcom_err-devel libkrb5-devel nx perl python-base python-modules python3 python3-base zlib-devel BuildRequires: libjpeg-devel libpam-devel libpng-devel libssl-devel libstdc++-devel nx-devel %if_enabled kerberos5 BuildRequires: libkrb5-devel %endif %description Openssh portable (etersoft edition) %prep %setup %build with_kerberos= %if_enabled kerberos5 with_kerberos="--with-kerberos5" %endif %autoreconf %configure --without-zlib-version-check ${with_kerberos} %make_build || %make %install mkdir -p %buildroot%_bindir install -m755 nxssh nxsshd nxssh-keygen %buildroot%_bindir/ %files %_bindir/* %changelog * Tue Mar 20 2018 Etersoft Builder <builder@etersoft.ru> 7.5-alt1 - added gitlab-ci.yml - (gitlab-ci): fixed spec name - (gitlab-ci): fixed spec path * Wed Nov 08 2017 Pavel Vainerman <pv@altlinux.ru> 7.5-alt0.5 - update requires * Wed Nov 08 2017 Pavel Vainerman <pv@altlinux.ru> 7.5-alt0.4 - fixed bug for SSL session * Wed Nov 01 2017 Pavel Vainerman <pv@altlinux.ru> 7.5-alt0.3 - fixed bug in spec file (--enable-kerberos5 --> --with-kerberos5) * Mon Oct 30 2017 Pavel Vainerman <pv@altlinux.ru> 7.5-alt0.2 - build with kerberos5 * Wed Oct 18 2017 Pavel Vainerman <pv@altlinux.ru> 7.5-alt0.1 - initial commit