automatic version update by autodist [release 1.6.7-1mamba;Thu Jan 21 2016]
This commit is contained in:
parent
1148fcb188
commit
315904b812
11
tls.spec
11
tls.spec
@ -1,8 +1,8 @@
|
|||||||
%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
|
Version: 1.6.7
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: OpenSSL/RSA-bsafe Tcl extension
|
Summary: OpenSSL/RSA-bsafe Tcl extension
|
||||||
Group: Development/Bindings
|
Group: Development/Bindings
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -17,7 +17,7 @@ License: BSD
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libtcl85-devel
|
BuildRequires: libtcl-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -25,7 +25,7 @@ TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure connections on
|
|||||||
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}%{majversion}
|
%setup -q -n %{name}%{version}
|
||||||
#%patch -p1
|
#%patch -p1
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
|
|
||||||
@ -52,6 +52,9 @@ Within a few lines of code, users can query https servers (see the tclhttpd proj
|
|||||||
%doc ChangeLog README.txt license.terms tls.htm
|
%doc ChangeLog README.txt license.terms tls.htm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 21 2016 Automatic Build System <autodist@mambasoft.it> 1.6.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Nov 24 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6-2mamba
|
* Wed Nov 24 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6-2mamba
|
||||||
- rebuilt with openssl 1.0
|
- rebuilt with openssl 1.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user