]> git.pld-linux.org Git - packages/php-pear-Services_Yadis.git/blob - php-pear-Services_Yadis.spec
faf65ad1c5aa0b14a3dbcb1af94fe2b3495bc332
[packages/php-pear-Services_Yadis.git] / php-pear-Services_Yadis.spec
1 %define         _status         beta
2 %define         _pearname       Services_Yadis
3 %include        /usr/lib/rpm/macros.php
4 Summary:        %{_pearname} - Implementation of the Yadis Specification 1.0 protocol for PHP5
5 Summary(pl.UTF-8):      %{_pearname} - Implementacja protokołu Yadis 1.0 dla PHP5
6 Name:           php-pear-%{_pearname}
7 Version:        0.5.1
8 Release:        2
9 License:        New BSD License
10 Group:          Development/Languages/PHP
11 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
12 # Source0-md5:  71f5841eaae4c98fe9b6e05ac6135bb0
13 URL:            http://pear.php.net/package/Services_Yadis/
14 BuildRequires:  php-pear-PEAR >= 1:1.4.0-0.b1
15 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
16 BuildRequires:  rpmbuild(macros) >= 1.300
17 Requires:       php(dom)
18 Requires:       php(simplexml)
19 Requires:       php-date
20 Requires:       php-pear
21 Requires:       php-pear-HTTP_Request2 >= 0.5.1
22 Requires:       php-pear-Net_URL2
23 Requires:       php-pear-PEAR-core >= 1:1.3.6
24 Requires:       php-pear-Validate
25 Obsoletes:      php-pear-Services_Yadis-tests
26 BuildArch:      noarch
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 Implementation of the Yadis Specification 1.0 protocol allowing a
31 client to discover a list of Services a Yadis Identity Provider
32 offers.
33
34 In PEAR status of this package is: %{_status}.
35
36 %description -l pl.UTF-8
37 Pakiet ten dostarcza implementację protokołu Yadis 1.0 umożliwiającego
38 klientowi na rozpoznanie usług udostępnianych przez dostawcę
39 tożsamości Yadis.
40
41 Ta klasa ma w PEAR status: %{_status}.
42
43 %prep
44 %pear_package_setup
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 install -d $RPM_BUILD_ROOT%{php_pear_dir}
49 %pear_package_install
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc install.log
57 %{php_pear_dir}/.registry/*.reg
58 %{php_pear_dir}/Services/Yadis
59 %{php_pear_dir}/Services/Yadis.php
This page took 0.052663 seconds and 2 git commands to generate.