]> git.pld-linux.org Git - SPECS.git/blob - nusoap.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / nusoap.spec
1 Summary:        Web services based on SOAP 1.1, WSDL 1.1 and HTTP 1.0/1.1 for PHP
2 Summary(pl.UTF-8):      Usługi WWW oparte na SOAP 1.1, WSDL 1.1 i HTTP 1.0/1.1 dla PHP
3 Name:           nusoap
4 Version:        0.9.5
5 Release:        1
6 License:        GPL
7 Group:          Development/Languages/PHP
8 Source0:        http://dl.sourceforge.net/nusoap/%{name}-%{version}.zip
9 # Source0-md5:  39c5ee539904f4576def9b3776752592
10 Source1:        http://dl.sourceforge.net/nusoap/%{name}-docs-%{version}.zip
11 # Source1-md5:  d6467ad1726e97e96afb911e3dc1f33c
12 URL:            http://sourceforge.net/projects/nusoap/
13 BuildRequires:  rpm-php-pearprov >= 4.0.2-98
14 BuildRequires:  php-pear-Mail_Mime
15 BuildRequires:  unzip
16 Requires:       php-common
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _noautoreq      'pear(class.*)'
21
22 %description
23 NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich
24 Ayala. It is a set of PHP classes - no PHP extensions required - that
25 allow developers to create and consume web services based on SOAP 1.1,
26 WSDL 1.1 and HTTP 1.0/1.1.
27
28 %description -l pl.UTF-8
29 NuSOAP to przepisane od nowa SOAPx4 udostępnione przez NuSphere i
30 Dietricha Ayalę. Jest to zbiór klas PHP - nie wymagających rozszerzeń
31 PHP - umożliwiających programistom tworzenie i wykorzystywanie usług
32 WWW w oparciu o SOAP 1.1, WSDL 1.1 i HTTP 1.0/1.1.
33
34 %prep
35 %setup -q -c -a1
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 find -name CVS -print0 | xargs -0 rm -rf
40 install -d $RPM_BUILD_ROOT%{_datadir}/php/%{name}
41
42 install lib/*.php $RPM_BUILD_ROOT%{_datadir}/php/%{name}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc lib/changelog samples docs/*
50 %{_datadir}/php/%{name}
This page took 0.102135 seconds and 3 git commands to generate.