Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37862982
en ru br
ALT Linux repos
S:1.7.22-alt1
5.0: 1.5.1-alt4.1
4.1: 1.5.1-alt4
4.0: 1.5.1-alt3.1
3.0: 1.5.0-alt2

Group :: Development/Tcl
RPM: tcl-tls

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_without test

Name: tcl-tls
Version: 1.5.1
Release: alt4.1

Summary: A tcl extension, wich adds SSL ability to any Tcl channel
License: BSD
Group: Development/Tcl
Url: http://tls.sourceforge.net/

Source: %name-%version.tar.bz2

BuildPreReq:  rpm-build-tcl >= 0.2-alt1
BuildRequires: libssl-devel tcl-devel >= 8.4.0-alt1
Requires: tcl >= 8.4.0-alt1

%description
TLS is a Tcl extension, wich adds SSL ability to any Tcl channel.
Both client and server-side sockets are possible, and this code should work
on any platform as it uses a generic mechanism for layering on SSL and Tcl.

%prep
%setup
%teapatch

%build
autoconf
%configure
make
%if_with test
make test TCLSH_ENV='LD_LIBRARY_PATH=.'
%endif

%install
%makeinstall

%files
%doc ChangeLog README.txt license.terms tls.htm
%_tcllibdir/libtls%version.so
%_tcldatadir/tls%version

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin