|
|
@@ -22,8 +22,8 @@
|
|
|
##
|
|
|
|
|
|
# package version
|
|
|
-%define V_dist 2.7.16
|
|
|
-%define V_subdir 2.7
|
|
|
+%define V_dist 2.8.29
|
|
|
+%define V_subdir 2.8
|
|
|
|
|
|
# package information
|
|
|
Name: gsoap
|
|
|
@@ -36,15 +36,15 @@ Class: EVAL
|
|
|
Group: RPC
|
|
|
License: gSOAP and GPL
|
|
|
Version: %{V_dist}
|
|
|
-Release: 20100406
|
|
|
+Release: 20160306
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: http://download.sourceforge.net/gsoap2/gsoap_%{V_dist}.tar.gz
|
|
|
+Source0: http://download.sourceforge.net/gsoap2/gsoap_%{V_dist}.zip
|
|
|
Patch0: gsoap.patch
|
|
|
|
|
|
# build information
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20100101, make, gcc, gcc::with_cxx = yes, flex, bison
|
|
|
-PreReq: OpenPKG, openpkg >= 20100101
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20160101, make, gcc, gcc::with_cxx = yes, flex, bison
|
|
|
+PreReq: OpenPKG, openpkg >= 20160101
|
|
|
|
|
|
%description
|
|
|
Conforming to all SOAP 1.1 and 1.2 as well as the WSDL 1.1 standard,
|
|
|
@@ -57,8 +57,8 @@ PreReq: OpenPKG, openpkg >= 20100101
|
|
|
%track
|
|
|
prog gsoap = {
|
|
|
version = %{version}
|
|
|
- url = http://sourceforge.net/projects/gsoap2/files/
|
|
|
- regex = gsoap_(__VER__)\.tar\.gz
|
|
|
+ url = https://sourceforge.net/projects/gsoap2/files/gSOAP/
|
|
|
+ regex = gsoap_(__VER__)\.zip
|
|
|
}
|
|
|
|
|
|
%prep
|