Summary: Web services based on SOAP 1.1, WSDL 1.1 and HTTP 1.0/1.1 for PHP Summary(pl.UTF-8): Usługi WWW oparte na SOAP 1.1, WSDL 1.1 i HTTP 1.0/1.1 dla PHP Name: nusoap Version: 0.9.5 Release: 1 License: GPL Group: Development/Languages/PHP Source0: http://dl.sourceforge.net/nusoap/%{name}-%{version}.zip # Source0-md5: 39c5ee539904f4576def9b3776752592 Source1: http://dl.sourceforge.net/nusoap/%{name}-docs-%{version}.zip # Source1-md5: d6467ad1726e97e96afb911e3dc1f33c URL: http://sourceforge.net/projects/nusoap/ BuildRequires: rpm-php-pearprov >= 4.0.2-98 BuildRequires: php-pear-Mail_Mime BuildRequires: unzip Requires: php-common BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _noautoreq 'pear(class.*)' %description NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala. It is a set of PHP classes - no PHP extensions required - that allow developers to create and consume web services based on SOAP 1.1, WSDL 1.1 and HTTP 1.0/1.1. %description -l pl.UTF-8 NuSOAP to przepisane od nowa SOAPx4 udostępnione przez NuSphere i Dietricha Ayalę. Jest to zbiór klas PHP - nie wymagających rozszerzeń PHP - umożliwiających programistom tworzenie i wykorzystywanie usług WWW w oparciu o SOAP 1.1, WSDL 1.1 i HTTP 1.0/1.1. %prep %setup -q -c -a1 %install rm -rf $RPM_BUILD_ROOT find -name CVS -print0 | xargs -0 rm -rf install -d $RPM_BUILD_ROOT%{_datadir}/php/%{name} install lib/*.php $RPM_BUILD_ROOT%{_datadir}/php/%{name} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc lib/changelog samples docs/* %{_datadir}/php/%{name}