]> git.pld-linux.org Git - SPECS.git/blob - php-pear-Net_Cyrus.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / php-pear-Net_Cyrus.spec
1 %define         _class          Net
2 %define         _subclass       Cyrus
3 %define         _status         beta
4 %define         _pearname       %{_class}_%{_subclass}
5
6 Summary:        %{_pearname} - an API for the administration of Cyrus IMAP servers
7 Summary(pl.UTF-8):      %{_pearname} - API do administrowania serwerami Cyrus IMAP
8 Name:           php-pear-%{_pearname}
9 Version:        0.3.2
10 Release:        2
11 Epoch:          0
12 License:        PHP 2.02
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 # Source0-md5:  1fe34ead63b373ce3a073b629d324c57
16 URL:            http://pear.php.net/package/Net_Cyrus/
17 BuildRequires:  php-pear-PEAR
18 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
19 BuildRequires:  rpmbuild(macros) >= 1.300
20 Requires:       php-pear
21 Requires:       php-pear-Net_IMAP >= 1.0
22 Requires:       php-pear-Net_Socket >= 1.0
23 Obsoletes:      php-pear-Net_Cyrus-tests
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 API for the administration of Cyrus IMAP servers. It can be used to
29 create,delete and modify users and it's properties (Quota and ACL)
30
31 In PEAR status of this package is: %{_status}.
32
33 %description -l pl.UTF-8
34 Ta klasa dostarcza API do administrowania serwerami Cyrus IMAP. Może
35 być użyte do tworzenia, usuwania oraz modyfikowania użytkowników oraz
36 ich właściwości (Quota oraz ACL).
37
38 Ta klasa ma w PEAR status: %{_status}.
39
40 %prep
41 %pear_package_setup
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT%{php_pear_dir}
46 %pear_package_install
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc install.log
54 %{php_pear_dir}/.registry/*.reg
55 %{php_pear_dir}/%{_class}/*.php
This page took 1.141802 seconds and 3 git commands to generate.