summaryrefslogtreecommitdiff
path: root/php-pear-Services_Yadis.spec
blob: 85e726db68193ed9a1f6df784529f657b20dcb3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
%include	/usr/lib/rpm/macros.php
%define		_status		beta
%define		_pearname	Services_Yadis
Summary:	%{_pearname} - Implementation of the Yadis Specification 1.0 protocol for PHP5
Summary(pl.UTF-8):	%{_pearname} - Implementacja protokołu Yadis 1.0 dla PHP5
Name:		php-pear-%{_pearname}
Version:	0.5.0
Release:	1
License:	New BSD License
Group:		Development/Languages/PHP
Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
# Source0-md5:	7d555ba9f8d53e7dd52d0d38d0d9f5b2
URL:		http://pear.php.net/package/Services_Yadis/
BuildRequires:	php-pear-PEAR >= 1:1.4.0-0.b1
BuildRequires:	rpm-php-pearprov >= 4.4.2-11
BuildRequires:	rpmbuild(macros) >= 1.300
Requires:	php-date
Requires:	php-dom
Requires:	php-pear
Requires:	php-pear-HTTP_Request2 >= 0.5.1
Requires:	php-pear-Net_URL2
Requires:	php-pear-PEAR-core >= 1:1.3.6
Requires:	php-pear-Validate
Requires:	php-simplexml
Obsoletes:	php-pear-Services_Yadis-tests
BuildArch:	noarch
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
Implementation of the Yadis Specification 1.0 protocol allowing a
client to discover a list of Services a Yadis Identity Provider
offers.

In PEAR status of this package is: %{_status}.

%description -l pl.UTF-8
Pakiet ten dostarcza implementację protokołu Yadis 1.0 umożliwiającego
klientowi na rozpoznanie usług udostępnianych przez dostawcę
tożsamości Yadis.

Ta klasa ma w PEAR status: %{_status}.

%prep
%pear_package_setup

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{php_pear_dir}
%pear_package_install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc install.log
%{php_pear_dir}/.registry/*.reg
%{php_pear_dir}/Services/Yadis
%{php_pear_dir}/Services/Yadis.php