]> git.pld-linux.org Git - packages/php-pear-Net_LMTP.git/blob - php-pear-Net_LMTP.spec
- uncommented status information in pl description
[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} - Provides an implementation of the RFC2033 LMTP protocol
8 Summary(pl):    %{_pearname} - Dostarcza implementacjê protoko³u LMTP (RFC2033)
9 Name:           php-pear-%{_pearname}
10 Version:        0.7.0
11 Release:        1
12 License:        PHP 2.02
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 # Source0-md5:  2d757ad4eb8f8d8ef3f69f8b1c63df4d
16 URL:            http://pear.php.net/package/Net_LMTP/
17 BuildRequires:  rpm-php-pearprov >= 4.0.2-98
18 Requires:       php-pear
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Provides an implementation of the RFC2033 LMTP using PEAR's Net_Socket
24 and Auth_SASL class.
25
26 This class has in PEAR status: %{_status}.
27
28 %description -l pl
29 Dostarcza implementacji protoko³u LMTP (opisanego w RFC2033) za pomoc±
30 klas Net_Socket oraz Auth_SASL.
31
32 Ta klasa ma w PEAR status: %{_status}.
33
34 %prep
35 %setup -q -c
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
40
41 install %{_pearname}-%{version}/%{_subclass}.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc %{_pearname}-%{version}/test_lmtp.php
49 %{php_pear_dir}/%{_class}/*.php
This page took 0.132678 seconds and 4 git commands to generate.