]> git.pld-linux.org Git - packages/php-pear-Services_Ebay.git/blob - php-pear-Services_Ebay.spec
5e0b076720a3f825f1cad8a641e804a52010c629
[packages/php-pear-Services_Ebay.git] / php-pear-Services_Ebay.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          Services
3 %define         _subclass       Ebay
4 %define         _status         alpha
5 %define         _pearname       %{_class}_%{_subclass}
6
7 Summary:        %{_pearname} - interface to eBay's XML-API
8 Summary(pl):    %{_pearname} - interfejs do API XML eBay
9 Name:           php-pear-%{_pearname}
10 Version:        0.12.0
11 Release:        1
12 Epoch:          0
13 License:        PHP 2.02
14 Group:          Development/Languages/PHP
15 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
16 # Source0-md5:  f06197217dece26606f08360771cf6b3
17 URL:            http://pear.php.net/package/Services_Ebay/
18 BuildRequires:  php-pear-PEAR
19 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
20 Requires:       php-common >= 3:5.0.0
21 Requires:       php-curl
22 Requires:       php-pear
23 Requires:       php-pear-PEAR-core >= 1:1.3.2
24 Requires:       php-pear-XML_Serializer >= 0.16.0
25 BuildArch:      noarch
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 This is interface to eBay's XML-API. It provides objects that are able
30 to communicate with eBay as well as models that help you working with
31 the return values like User or Item models.
32
33 The Services_Ebay class provides a unified method to use all objects.
34
35 In PEAR status of this package is: %{_status}.
36
37 %description -l pl
38 Jest to interfejs do API XML-owego eBay. Udostêpnia obiekty do
39 komunikacji z eBay jak równie¿ modele u³atwiaj±ce pracê ze zwracanymi
40 warto¶ciami takimi jak modele U¿ytkownika czy Przedmiotów.
41
42 Ta klasa ma w PEAR status: %{_status}.
43
44 %package tests
45 Summary:        Tests for PEAR::%{_pearname}
46 Summary(pl):    Testy dla PEAR::%{_pearname}
47 Group:          Development/Languages/PHP
48 Requires:       %{name} = %{epoch}:%{version}-%{release}
49 AutoReq:        no
50
51 %description tests
52 Tests for PEAR::%{_pearname}.
53
54 %description tests -l pl
55 Testy dla PEAR::%{_pearname}.
56
57 %prep
58 %pear_package_setup
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62 install -d $RPM_BUILD_ROOT%{php_pear_dir}
63 %pear_package_install
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc install.log
71 %doc docs/%{_pearname}/*
72 %{php_pear_dir}/.registry/*.reg
73 %{php_pear_dir}/%{_class}/*.php
74 %{php_pear_dir}/%{_class}/%{_subclass}
75
76 %files tests
77 %defattr(644,root,root,755)
78 %{php_pear_dir}/tests/*
This page took 0.088745 seconds and 3 git commands to generate.