SPECS: gsoap.spec - update to 2.7.10, verbose files, updated desc ...
glen
glen at pld-linux.org
Tue May 6 20:37:47 CEST 2008
Author: glen Date: Tue May 6 18:37:47 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- update to 2.7.10, verbose files, updated desc and License
---- Files affected:
SPECS:
gsoap.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SPECS/gsoap.spec
diff -u SPECS/gsoap.spec:1.12 SPECS/gsoap.spec:1.13
--- SPECS/gsoap.spec:1.12 Tue Feb 13 08:16:47 2007
+++ SPECS/gsoap.spec Tue May 6 20:37:42 2008
@@ -1,14 +1,15 @@
# $Revision$, $Date$
+# TODO
+# - shared libraries?
Summary: gSOAP - a development toolkit for Web services
Summary(pl.UTF-8): gSOAP - zestawem narzędzi programistycznych dla usług WWW
Name: gsoap
-Version: 2.7
-Release: 5
-License: gSOAP public license
+Version: 2.7.10
+Release: 1
+License: gSOAP / GPL
Group: Development/Libraries
-Source0: http://dl.sourceforge.net/gsoap2/%{name}-%{version}.tar.gz
-# Source0-md5: c48eb15227892f94d00934bce63ef504
-Patch0: %{name}-with-openssl.patch
+Source0: http://dl.sourceforge.net/gsoap2/%{name}_%{version}.tar.gz
+# Source0-md5: 31ac50314900d87c43f8f008c8de712f
URL: http://www.cs.fsu.edu/~engelen/soap.html
BuildRequires: autoconf
BuildRequires: automake
@@ -17,11 +18,16 @@
BuildRequires: libstdc++-devel
BuildRequires: openssl-devel
BuildRequires: pkgconfig
+BuildRequires: zlib-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-gSOAP provides a cross-platform development toolkit for developing
-server, client, and peer Web service applications in C and C++.
+Conforming to all SOAP 1.1 and 1.2 as well as the WSDL 1.1 standard,
+the gSOAP toolkit provides a unique SOAP to C/C++ language binding for
+the development of SOAP web services and clients. Relieving the user
+from the typical burden of WSDL and SOAP details, the gSOAP compiler
+generates efficient XML serializers for native and user defined C and
+C++ data types.
%description -l pl.UTF-8
gSOAP udostępnia wieloplatformowe narzędzia programistyczne do
@@ -29,17 +35,14 @@
C++.
%prep
-%setup -q
-%patch0 -p1
+%setup -q -n %{name}-2.7
%build
%{__aclocal}
%{__automake}
%{__autoconf}
-%configure \
- --with-openssl
-
-%{__make}
+%configure
+%{__make} -j1
%install
rm -rf $RPM_BUILD_ROOT
@@ -48,18 +51,24 @@
DESTDIR=$RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
-install soapcpp2/stdsoap2.c $RPM_BUILD_ROOT%{_datadir}/%{name}
-install soapcpp2/stdsoap2.cpp $RPM_BUILD_ROOT%{_datadir}/%{name}
+install gsoap/stdsoap2.c $RPM_BUILD_ROOT%{_datadir}/%{name}
+install gsoap/stdsoap2.cpp $RPM_BUILD_ROOT%{_datadir}/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc soapcpp2/COPYING.txt soapcpp2/README.txt soapcpp2/*.html
-%attr(755,root,root) %{_bindir}/*
-%{_includedir}/*
-%{_libdir}/*.a
+%doc LICENSE.txt README.txt
+%attr(755,root,root) %{_bindir}/soapcpp2
+%attr(755,root,root) %{_bindir}/wsdl2h
+%{_includedir}/stdsoap2.h
+%{_libdir}/libgsoap++.a
+%{_libdir}/libgsoap.a
+%{_libdir}/libgsoapck++.a
+%{_libdir}/libgsoapck.a
+%{_libdir}/libgsoapssl++.a
+%{_libdir}/libgsoapssl.a
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/stdsoap2.*
%{_pkgconfigdir}/*.pc
@@ -70,6 +79,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2008-05-06 18:37:42 glen
+- update to 2.7.10, verbose files, updated desc and License
+
Revision 1.12 2007-02-13 07:16:47 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gsoap.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list