update to 2.8.117 [release 2.8.117-1mamba;Fri Oct 22 2021]
This commit is contained in:
parent
5b1422b22b
commit
4fd67e912f
13
gsoap.spec
13
gsoap.spec
@ -1,15 +1,15 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: gsoap
|
||||
Version: 2.8.111
|
||||
Version: 2.8.117
|
||||
Release: 1mamba
|
||||
Summary: An open source C and C++ software development toolkit for SOAP/XML Web services
|
||||
Group: Applications/Web
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://gsoap2.sourceforge.net/
|
||||
Source: https://downloads.sourceforge.net/project/gsoap2/gsoap-%{majver}/gsoap_%{version}.zip
|
||||
#Source: http://downloads.sourceforge.net/project/gsoap2/gSOAP/gsoap_%{version}.zip
|
||||
URL: https://www.cs.fsu.edu/~engelen/soap.html
|
||||
Source: https://prdownloads.sourceforge.net/gsoap2/gsoap_%{version}.zip
|
||||
#Source: https://downloads.sourceforge.net/project/gsoap2/gsoap-%{majver}/gsoap_%{version}.zip
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -18,7 +18,7 @@ BuildRequires: libopenssl-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: libopenssl-devel >= 3.0.0
|
||||
|
||||
%description
|
||||
The gSOAP toolkit is an open source C and C++ software development toolkit for SOAP/XML Web services and generic (non-SOAP) C/C++ XML data bindings. The toolkit analyzes WSDLs and XML schemas (separately or as a combined set) and maps the XML schema types and the SOAP messaging protocols to easy-to-use and efficient C and C++ code. It also supports exposing (legacy) C and C++ applications as SOAP/XML Web services by auto-generating XML serialization code and WSDL specifications. Or you can simply use it to automatically convert XML to/from C and C++ data. The toolkit supports options to generate pure ANSI C or C++ with or without STL.
|
||||
@ -77,6 +77,9 @@ The gSOAP toolkit is an open source C and C++ software development toolkit for S
|
||||
%doc README.txt
|
||||
|
||||
%changelog
|
||||
* Fri Oct 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.117-1mamba
|
||||
- update to 2.8.117
|
||||
|
||||
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 2.8.111-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user