SHA256
1
0
forked from pool/gsoap

- Update to re-release 2.8.71 (ugh, rereleases!)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=145
This commit is contained in:
2018-11-13 10:58:12 +00:00
committed by Git OBS Bridge
parent 05c43bb527
commit a156b6f52d
8 changed files with 129 additions and 91 deletions

View File

@@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gsoap
%define lname libgsoap-2_8_70
Version: 2.8.70
%define lname libgsoap-2_8_71
Version: 2.8.71
Release: 0
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
License: SUSE-GPL-2.0+-with-openssl-exception
@@ -30,6 +30,7 @@ Source2: sanitize_source.sh
Patch1: gsconfig.patch
Patch3: gsoap-automake1_13.diff
Patch4: gsoap-01-sharedlibs.diff
Patch5: ai_default.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
@@ -84,7 +85,7 @@ This subpackage contains the documentation for the gSOAP toolkit.
%prep
%setup -q
cmp gsoap/stdsoap2.cpp gsoap/stdsoap2.c
%patch -P 1 -P 3 -P 4 -p1
%patch -P 1 -P 3 -P 4 -P 5 -p1
ln -fs stdsoap2.cpp gsoap/stdsoap2.c
%build