SHA256
1
0
forked from pool/gsoap

- Update to new upstream release 2.8.30

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=58
This commit is contained in:
2016-04-04 07:55:56 +00:00
committed by Git OBS Bridge
parent 919b29c57a
commit 6224b669eb
7 changed files with 58 additions and 73 deletions

View File

@@ -17,21 +17,19 @@
Name: gsoap
%define lname libgsoap-2_8_29
Version: 2.8.29
%define lname libgsoap-2_8_30
Version: 2.8.30
Release: 0
Summary: Toolkit for C/C++ server and client web service applications
License: SUSE-GPL-2.0+-with-openssl-exception
Group: Development/Libraries/C and C++
Url: http://www.genivia.com/dev.html
#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.29.zip
#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.30.zip
Source: gsoap-%version.tar.xz
Source2: sanitize_source.sh
Patch6: gsoap-automake1_13.diff
Patch7: gsoap-00-builtsource.diff
Patch8: gsoap-01-sharedlibs.diff
Patch9: gsoap-02-typepuns.diff
Patch0: gsoap-automake1_13.diff
Patch1: gsoap-01-sharedlibs.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
@@ -85,7 +83,7 @@ available or under development.
%prep
%setup -q
cmp gsoap/stdsoap2.cpp gsoap/stdsoap2.c
%patch -P 6 -P 7 -P 8 -P 9 -p1
%patch -P 0 -P 1 -p1
ln -fs stdsoap2.cpp gsoap/stdsoap2.c
%build