SHA256
1
0
forked from pool/gsoap
2017-06-27 14:11:07 +00:00
committed by Git OBS Bridge
parent b606201f1a
commit 6ed569214a
6 changed files with 18 additions and 37 deletions

View File

@@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_46
Version: 2.8.46
%define lname libgsoap-2_8_48
Version: 2.8.48
Release: 0
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
License: SUSE-GPL-2.0+-with-openssl-exception
@@ -29,7 +29,6 @@ Source: gsoap-%version.tar.xz
Source2: sanitize_source.sh
Patch1: gsoap-automake1_13.diff
Patch2: gsoap-01-sharedlibs.diff
Patch3: gsoap-sslverify.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
@@ -85,7 +84,7 @@ This subpackage contains the documentation for the gSOAP toolkit.
%prep
%setup -q
cmp gsoap/stdsoap2.cpp gsoap/stdsoap2.c
%patch -P 1 -P 2 -P 3 -p1
%patch -P 1 -P 2 -p1
ln -fs stdsoap2.cpp gsoap/stdsoap2.c
%build