Accepting request 182167 from devel:libraries:c_c++
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/182167 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=7
This commit is contained in:
commit
6cfe5a29c3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fee2410fa8082bdbb4d9109043c8ae7123891e7ceda7aa1abaa29c20e1aafca2
|
|
||||||
size 7890404
|
|
3
gsoap-2.8.15.tar.xz
Normal file
3
gsoap-2.8.15.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9ac05a0dde1981301885c2bb8d7a8182ad27292434248ced8816442e7deec2e5
|
||||||
|
size 5778572
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 27 06:44:56 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 2.8.15
|
||||||
|
* Added wsdl2h option -R for auto-generation of REST-based service
|
||||||
|
operations (also added examples/rest example).
|
||||||
|
* Change soap_read_X() and soap_write_X() to prevent removal of
|
||||||
|
HTTP headers after calling soap_connect().
|
||||||
|
* Fixed automatic detection of DIME/MIME transfers.
|
||||||
|
* Fixed a HTTP 1.0 chunking issue.
|
||||||
|
* Fixed HTTP digest authentication with DIME/MIME transfers.
|
||||||
|
* Fixed OpenSSL subject alt name check.
|
||||||
|
* Fixed a HTTP 100 message handling issue.
|
||||||
|
- Reenable default optimization
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 28 22:31:47 UTC 2013 - jengelh@inai.de
|
Thu Feb 28 22:31:47 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -21,11 +21,11 @@ Name: gsoap
|
|||||||
Summary: Toolkit for C/C++ server and client web service applications
|
Summary: Toolkit for C/C++ server and client web service applications
|
||||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: 2.8.14
|
Version: 2.8.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://gsoap2.sf.net/
|
Url: http://gsoap2.sf.net/
|
||||||
|
|
||||||
#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.14.zip
|
#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.15.zip
|
||||||
Source: gsoap-%version.tar.xz
|
Source: gsoap-%version.tar.xz
|
||||||
Source2: sanitize_source.sh
|
Source2: sanitize_source.sh
|
||||||
Patch0: gsoap-automake1_13.diff
|
Patch0: gsoap-automake1_13.diff
|
||||||
@ -106,7 +106,7 @@ symlinks for libgsoap.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?__xz:1}
|
%if 0%{?__xz:1}
|
||||||
%setup -qn gsoap-%version
|
%setup -q
|
||||||
%else
|
%else
|
||||||
tar -xf "%{S:0}" --use=xz;
|
tar -xf "%{S:0}" --use=xz;
|
||||||
%setup -DTq
|
%setup -DTq
|
||||||
@ -117,8 +117,9 @@ tar -xf "%{S:0}" --use=xz;
|
|||||||
# Rebuild configure - fix that utterly long mktime test.
|
# Rebuild configure - fix that utterly long mktime test.
|
||||||
autoreconf -fi;
|
autoreconf -fi;
|
||||||
|
|
||||||
%configure --enable-ipv6 --disable-static CFLAGS="-O0 -ggdb3 -DWITH_NO_IPV6_V6ONLY" CXXFLAGS="-O0 -ggdb3 -DWITH_NO_IPV6_V6ONLY"
|
%configure --enable-ipv6 --disable-static
|
||||||
pushd gsoap/src/;
|
pushd gsoap/src/;
|
||||||
|
# build prerequisites for parallel build first
|
||||||
make soapcpp2_yacc.c;
|
make soapcpp2_yacc.c;
|
||||||
popd;
|
popd;
|
||||||
make %{?_smp_mflags};
|
make %{?_smp_mflags};
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh -x
|
#!/bin/sh -x
|
||||||
#
|
#
|
||||||
# Shrink the gsoap archive from 18 MB -> 7 MB.
|
# Shrink the gsoap archive from 20 MB -> 6 MB.
|
||||||
#
|
#
|
||||||
# Requires: fdupes, hxtools
|
# Requires: fdupes, hxtools
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ if ! which fduphl >/dev/null; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
version="2.8.14";
|
version="2.8.15";
|
||||||
shortver="2.8"; # agh...
|
shortver="2.8"; # agh...
|
||||||
|
|
||||||
rm -Rf "gsoap-$shortver" "gsoap-$version";
|
rm -Rf "gsoap-$shortver" "gsoap-$version";
|
||||||
@ -22,14 +22,16 @@ unzip "gsoap_$version.zip";
|
|||||||
# Someone failed at sane version number tagging.
|
# Someone failed at sane version number tagging.
|
||||||
mv "gsoap-$shortver" "gsoap-$version";
|
mv "gsoap-$shortver" "gsoap-$version";
|
||||||
|
|
||||||
# Remove executables, backups.
|
# Remove executables, backups, cache files, non-Linux parts...
|
||||||
rm -Rf "gsoap-$version/gsoap/bin" \
|
rm -Rf "gsoap-$version/gsoap/bin" \
|
||||||
"gsoap-$version/samples/link++/xmas" \
|
"gsoap-$version/samples/link++/xmas" \
|
||||||
"gsoap-$version"/*.old \
|
"gsoap-$version"/*.old \
|
||||||
"gsoap-$version/autom4te.cache";
|
"gsoap-$version/autom4te.cache";
|
||||||
|
find "gsoap-$version" -type d -name "*.pbxindex" -exec rm -Rf "{}" "+"
|
||||||
|
rm -Rf "gsoap-$version/gsoap/ios_plugin";
|
||||||
find "gsoap-$version" -type f "(" \
|
find "gsoap-$version" -type f "(" \
|
||||||
-iname "*.exe" -o -iname "*.dll" -o -name "*.o" -o \
|
-iname "*.exe" -o -iname "*.dll" -o -name "*.o" -o \
|
||||||
-name "*~" ")" -delete;
|
-name "*~" -o -name .DS_Store ")" -delete;
|
||||||
fduphl "gsoap-$version";
|
fduphl "gsoap-$version";
|
||||||
echo Now...
|
echo Now...
|
||||||
find "gsoap-$version" -print0 | sort -z | \
|
find "gsoap-$version" -print0 | sort -z | \
|
||||||
|
Loading…
Reference in New Issue
Block a user