]> git.pld-linux.org Git - packages/php-pear-Payment_PayPal_SOAP.git/blob - php-pear-Payment_PayPal_SOAP.spec
f47beadd1a1d57634342458f81d4d1a081aff7a8
[packages/php-pear-Payment_PayPal_SOAP.git] / php-pear-Payment_PayPal_SOAP.spec
1 %define         status          beta
2 %define         pearname        Payment_PayPal_SOAP
3 %include        /usr/lib/rpm/macros.php
4 Summary:        %{pearname} - PayPal SOAP API client
5 Summary(pl.UTF-8):      %{pearname} - klient API SOAP PayPal
6 Name:           php-pear-%{pearname}
7 Version:        0.5.1
8 Release:        1
9 License:        LGPL
10 Group:          Development/Languages/PHP
11 Source0:        http://pear.php.net/get/%{pearname}-%{version}.tgz
12 # Source0-md5:  254465edaefe9daff64e41fcabc22cb5
13 URL:            http://pear.php.net/package/Payment_PayPal_SOAP/
14 BuildRequires:  php-pear-PEAR
15 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
16 BuildRequires:  rpmbuild(macros) >= 1.580
17 Requires:       php(soap)
18 Requires:       php-common >= 4:5.1.0
19 Requires:       php-pear
20 Obsoletes:      php-pear-Payment_PayPal_SOAP-tests
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 This package provides an easy-to-use wrapper of PHP 5's SOAP client
26 for use with the PayPal SOAP API.
27
28 In PEAR status of this package is: %{status}.
29
30 %description -l pl.UTF-8
31 Pakiet ten dostarcza łatwy w użyciu wrapper klienta SOAP PHP5
32 umożliwiający dostep do API SOAP serwisu PayPal.
33
34 Ta klasa ma w PEAR status: %{status}.
35
36 %prep
37 %pear_package_setup
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{php_pear_dir}
42 %pear_package_install
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc install.log
50 %{php_pear_dir}/.registry/*.reg
51 %{php_pear_dir}/Payment/PayPal
52 %{php_pear_dir}/data/%{pearname}
This page took 0.11627 seconds and 2 git commands to generate.