]> git.pld-linux.org Git - SPECS.git/blob - tcl-tls.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / tcl-tls.spec
1 Summary:        OpenSSL Tcl extension
2 Summary(pl.UTF-8):      Rozszerzenie OpenSSL dla Tcl
3 Name:           tcl-tls
4 Version:        1.7.16
5 Release:        2
6 License:        distributable
7 Group:          Development/Languages/Tcl
8 Source0:        https://core.tcl.tk/tcltls/uv/tcltls-1.7.16.tar.gz
9 # Source0-md5:  4887ac4c5e2a003f3d63e2f30d33ba1e
10 URL:            https://core.tcl.tk/tcltls/index
11 BuildRequires:  openssl-devel >= 0.9.7d
12 BuildRequires:  openssl-tools
13 BuildRequires:  tcl-devel >= 8.4.3
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure
18 connections on top of the Tcl socket mechanism. Within a few lines of
19 code, users can query HTTPS servers.
20
21 %description -l pl.UTF-8
22 TLS to rozszerzenie Tcl OpenSSL / RSA-bsafe, udostępniające bezpieczne
23 połączenia w oparciu o mechanizm gniazd Tcl. W kilku liniach kodu
24 można zmieścić zapytanie serwera HTTPS.
25
26 %prep
27 %setup -qn tcltls-%{version}
28
29 %build
30 %configure \
31         --with-ssl-dir=/usr
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR="$RPM_BUILD_ROOT"
40
41 rm -f $RPM_BUILD_ROOT%{_includedir}/*
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc ChangeLog README.txt license.terms
49 %dir %{_libdir}/tcltls%{version}
50 %attr(755,root,root) %{_libdir}/tcltls%{version}/tcltls*.so
51 %{_libdir}/tcltls%{version}/*.tcl
This page took 0.67492 seconds and 3 git commands to generate.