]> git.pld-linux.org Git - SPECS.git/blob - php-pear-Net_Vpopmaild.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / php-pear-Net_Vpopmaild.spec
1 %define         _class          Net
2 %define         _subclass       Vpopmaild
3 %define         _status         beta
4 %define         _pearname       Net_Vpopmaild
5 Summary:        %{_pearname} - Class for accessing Vpopmail's vpopmaild daemon
6 Summary(pl.UTF-8):      %{_pearname} - klasa dostępu do demona vpopmaild
7 Name:           php-pear-%{_pearname}
8 Version:        0.3.2
9 Release:        3
10 License:        PHP License
11 Group:          Development/Languages/PHP
12 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
13 # Source0-md5:  d8ea0aa72062af4e52af9629d47e039f
14 URL:            http://pear.php.net/package/Net_Vpopmaild/
15 BuildRequires:  php-pear-PEAR >= 1:1.4.0-0.b1
16 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
17 BuildRequires:  rpmbuild(macros) >= 1.300
18 Requires:       php-pear
19 Requires:       php-pear-Log
20 Requires:       php-pear-Net_Socket
21 Requires:       php-pear-PEAR-core >= 1:1.4.0
22 Obsoletes:      php-pear-Net_Vpopmaild-tests
23 BuildArch:      noarch
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Supports all vpopmaild commands, such as adding/removing domains,
28 users, robots (autoresponders), and ezmlm lists (todo), as well as
29 modifying domain limits, IP maps, etc
30
31 In PEAR status of this package is: %{_status}.
32
33 %description -l pl.UTF-8
34 Pakiet ten obsługuje wszystkie polecenia vpopmaild, takie jak
35 dodawanie i usuwanie domen, użytkowników, robotów (autoresponderów),
36 czy list ezmlm, jak również modyfikowanie limitów, mapowań adresów IP
37 itd.
38
39 Ta klasa ma w PEAR status: %{_status}.
40
41 %prep
42 %pear_package_setup
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{php_pear_dir}
47 %pear_package_install
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc install.log docs/Net_Vpopmaild/{docs,examples}
55 %{php_pear_dir}/.registry/*.reg
56 %{php_pear_dir}/Net/Vpopmaild
57 %{php_pear_dir}/Net/Vpopmaild.php
This page took 0.029025 seconds and 3 git commands to generate.