# # spec file for package gsoap # # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # Name: gsoap %define lname libgsoap-2_8_32 Version: 2.8.32 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.32.zip Source: gsoap-%version.tar.xz Source2: sanitize_source.sh Patch0: gsoap-automake1_13.diff Patch1: gsoap-01-sharedlibs.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake BuildRequires: bison BuildRequires: flex BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkg-config BuildRequires: xz BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libssl) BuildRequires: pkgconfig(zlib) %if 0%{?suse_version} BuildRequires: fdupes %endif %description The gSOAP toolkit provides a cross-platform software development toolkit for C and C++ server and client Web service applications, and simplifies the overall use of XML in any type of application. The toolkit supports SOAP 1.1/1.2 RPC encoding and document/literal styles, WSDL 1.1, MTOM/MIME/DIME attachments (streaming), SOAP-over-UDP, request-response and one-way messaging. The toolkit also supports WS-Addressing and WS-Security, with several other WS-* available or under development. %package devel Summary: Development files for the gSOAP toolkit Group: Development/Libraries/C and C++ Obsoletes: libgsoap-devel < %version-%release Provides: libgsoap-devel = %version-%release %description devel This package contains the runtime development programs, include headers and development library symlinks for libgsoap. %package -n %lname Summary: Runtime libraries for gSOAP Group: Development/Libraries/C and C++ %description -n %lname The gSOAP toolkit provides a cross-platform software development toolkit for C and C++ server and client Web service applications, and simplifies the overall use of XML in any type of application. The toolkit supports SOAP 1.1/1.2 RPC encoding and document/literal styles, WSDL 1.1, MTOM/MIME/DIME attachments (streaming), SOAP-over-UDP, request-response and one-way messaging. The toolkit also supports WS-Addressing and WS-Security, with several other WS-* available or under development. %prep %setup -q cmp gsoap/stdsoap2.cpp gsoap/stdsoap2.c %patch -P 0 -P 1 -p1 ln -fs stdsoap2.cpp gsoap/stdsoap2.c %build # The version is used for filenames, and GSOAP changed its ABI between # 2.8.22 and 2.8.28, so we need the full version. perl -i -lpe 's{AC_INIT\(gsoap, 2.8\)}{AC_INIT([gsoap], [%version])}' \ configure.ac # Rebuild configure - fix that utterly long mktime test. # Also needed because Makefile.am and configure.ac are touched. autoreconf -fi %configure --enable-ipv6 --disable-static pushd gsoap/src/ # build prerequisites for parallel build first make soapcpp2_yacc.c popd make %{?_smp_mflags} %install b="%buildroot" make install DESTDIR="$b" rm -f "$b/%_libdir"/*.la %if 0%{?fdupes:1} %fdupes %buildroot %endif %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %files devel %defattr(-,root,root) %_bindir/*soap* %_bindir/*wsdl* %_datadir/%name/ %_includedir/*soap* %_libdir/libgsoap.so %_libdir/libgsoapck.so %_libdir/libgsoapssl.so %_libdir/libgsoap++.so %_libdir/libgsoapck++.so %_libdir/libgsoapssl++.so %_libdir/pkgconfig/*gsoap*.pc %files -n %lname %defattr(-,root,root) %_libdir/libgsoap*-%version.so %changelog