update to 1.7.22 [release 1.7.22-1mamba;Sat Nov 26 2022]
This commit is contained in:
parent
315904b812
commit
ba43ab2473
23
tls.spec
23
tls.spec
@ -1,15 +1,15 @@
|
|||||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: tls
|
Name: tls
|
||||||
Version: 1.6.7
|
Version: 1.7.22
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: OpenSSL/RSA-bsafe Tcl extension
|
Summary: OpenSSL/RSA-bsafe Tcl extension
|
||||||
Group: Development/Bindings
|
Group: Development/Bindings
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://tls.sourceforge.net
|
URL: https://core.tcl-lang.org/tcltls/home
|
||||||
Source: http://downloads.sourceforge.net/tls/tls%{version}-src.tar.gz
|
Source: https://core.tcl-lang.org/tcltls/uv/tcltls-%{version}.tar.gz
|
||||||
Patch: %{name}-1.5.0-ciphertest.patch
|
Patch: %{name}-1.5.0-ciphertest.patch
|
||||||
Patch1: %{name}-1.5.0-pkgIndex.patch
|
Patch1: %{name}-1.5.0-pkgIndex.patch
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -18,14 +18,14 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libtcl-devel
|
BuildRequires: libtcl-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
Provides: tcltls
|
||||||
|
|
||||||
%description
|
%description
|
||||||
TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure connections on top of the Tcl socket mechanism.
|
TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure connections on top of the Tcl socket mechanism.
|
||||||
Within a few lines of code, users can query https servers (see the tclhttpd project for an https server using TLS).
|
Within a few lines of code, users can query https servers (see the tclhttpd project for an https server using TLS).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}%{version}
|
%setup -q -n tcltls-%{version}
|
||||||
#%patch -p1
|
#%patch -p1
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
|
|
||||||
@ -46,12 +46,15 @@ Within a few lines of code, users can query https servers (see the tclhttpd proj
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*.h
|
%dir %{_libdir}/tcltls%{version}
|
||||||
#%{_libdir}/*.so
|
%{_libdir}/tcltls%{version}/pkgIndex.tcl
|
||||||
%{_libdir}/%{name}%{version}
|
%{_libdir}/tcltls%{version}/tcltls.so
|
||||||
%doc ChangeLog README.txt license.terms tls.htm
|
%doc license.terms
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.22-1mamba
|
||||||
|
- update to 1.7.22
|
||||||
|
|
||||||
* Thu Jan 21 2016 Automatic Build System <autodist@mambasoft.it> 1.6.7-1mamba
|
* Thu Jan 21 2016 Automatic Build System <autodist@mambasoft.it> 1.6.7-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user