]> git.pld-linux.org Git - packages/php-pear-Net_LMTP.git/blob - php-pear-Net_LMTP.spec
- AutoProv: no for -tests
[packages/php-pear-Net_LMTP.git] / php-pear-Net_LMTP.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          Net
3 %define         _subclass       LMTP
4 %define         _status         stable
5 %define         _pearname       %{_class}_%{_subclass}
6
7 Summary:        %{_pearname} - an implementation of the RFC2033 LMTP protocol
8 Summary(pl):    %{_pearname} - implementacja protoko³u LMTP (RFC2033)
9 Name:           php-pear-%{_pearname}
10 Version:        1.0.1
11 Release:        3
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:  646d1c5293b069cda9b4a94011a18e20
17 URL:            http://pear.php.net/package/Net_LMTP/
18 BuildRequires:  php-pear-PEAR
19 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
20 Requires:       php-pear
21 Requires:       php-pear-Net_Socket
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 This package provides an implementation of the RFC2033 LMTP using
27 PEAR's Net_Socket and Auth_SASL class.
28
29 In PEAR status of this package is: %{_status}.
30
31 %description -l pl
32 Ten pakiet dostarcza implementacjê protoko³u LMTP (opisanego w
33 RFC2033) za pomoc± klas Net_Socket oraz Auth_SASL.
34
35 Ta klasa ma w PEAR status: %{_status}.
36
37 %package tests
38 Summary:        Tests for PEAR::%{_pearname}
39 Summary(pl):    Testy dla PEAR::%{_pearname}
40 Group:          Development/Languages/PHP
41 Requires:       %{name} = %{epoch}:%{version}-%{release}
42 AutoReq:        no
43 AutoProv:       no
44
45 %description tests
46 Tests for PEAR::%{_pearname}.
47
48 %description tests -l pl
49 Testy dla PEAR::%{_pearname}.
50
51 %prep
52 %pear_package_setup
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 install -d $RPM_BUILD_ROOT%{php_pear_dir}
57 %pear_package_install
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc install.log
65 %{php_pear_dir}/.registry/*.reg
66 %{php_pear_dir}/%{_class}/*.php
67
68 %files tests
69 %defattr(644,root,root,755)
70 %{php_pear_dir}/tests/*
This page took 0.153965 seconds and 3 git commands to generate.