nxssh.spec 1.61 KB
Newer Older
1 2
%def_enable kerberos5

Pavel Vainerman's avatar
Pavel Vainerman committed
3 4
Name: nxssh
Version: 7.5
Etersoft builder's avatar
Etersoft builder committed
5
Release: alt1
Pavel Vainerman's avatar
Pavel Vainerman committed
6 7 8 9 10 11 12 13
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

Pavel Vainerman's avatar
Pavel Vainerman committed
14 15
Source: %name-%version.tar

16 17
Requires: nx >= 3.5.1.1

Pavel Vainerman's avatar
Pavel Vainerman committed
18 19 20 21
# 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

22 23 24 25
%if_enabled kerberos5
BuildRequires: libkrb5-devel
%endif

Pavel Vainerman's avatar
Pavel Vainerman committed
26
%description
27
Openssh portable (etersoft edition)
Pavel Vainerman's avatar
Pavel Vainerman committed
28 29 30 31 32

%prep
%setup

%build
33 34 35 36 37 38
with_kerberos=
%if_enabled kerberos5
with_kerberos="--with-kerberos5"
%endif


Pavel Vainerman's avatar
Pavel Vainerman committed
39
%autoreconf
40
%configure --without-zlib-version-check ${with_kerberos}
Pavel Vainerman's avatar
Pavel Vainerman committed
41 42 43
%make_build || %make

%install
Pavel Vainerman's avatar
Pavel Vainerman committed
44 45
mkdir -p %buildroot%_bindir
install -m755 nxssh nxsshd nxssh-keygen %buildroot%_bindir/
Pavel Vainerman's avatar
Pavel Vainerman committed
46 47

%files
Pavel Vainerman's avatar
Pavel Vainerman committed
48
%_bindir/*
Pavel Vainerman's avatar
Pavel Vainerman committed
49 50 51


%changelog
Etersoft builder's avatar
Etersoft builder committed
52 53 54 55 56
* 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

Pavel Vainerman's avatar
Pavel Vainerman committed
57 58 59
* Wed Nov 08 2017 Pavel Vainerman <pv@altlinux.ru> 7.5-alt0.5
- update requires

60 61 62
* Wed Nov 08 2017 Pavel Vainerman <pv@altlinux.ru> 7.5-alt0.4
- fixed bug for SSL session

63 64 65
* Wed Nov 01 2017 Pavel Vainerman <pv@altlinux.ru> 7.5-alt0.3
- fixed bug in spec file (--enable-kerberos5 --> --with-kerberos5)

66 67 68
* Mon Oct 30 2017 Pavel Vainerman <pv@altlinux.ru> 7.5-alt0.2
- build with kerberos5 

Pavel Vainerman's avatar
Pavel Vainerman committed
69 70 71
* Wed Oct 18 2017 Pavel Vainerman <pv@altlinux.ru> 7.5-alt0.1
- initial commit