]> git.pld-linux.org Git - packages/php-pear-Net_POP3.git/blob - php-pear-Net_POP3.spec
- semi automatically added deps from pear
[packages/php-pear-Net_POP3.git] / php-pear-Net_POP3.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          Net
3 %define         _subclass       POP3
4 %define         _status         stable
5 %define         _pearname       %{_class}_%{_subclass}
6
7 Summary:        %{_pearname} - POP3 class to access POP3 server
8 Summary(pl):    %{_pearname} - klasa POP3 daj±ca dostêp do serwerów POP3
9 Name:           php-pear-%{_pearname}
10 Version:        1.3.6
11 Release:        1.2
12 License:        BSD
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 # Source0-md5:  dad6200744d2c8f326fbec1f5e0c8249
16 URL:            http://pear.php.net/package/Net_POP3/
17 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
18 Requires:       php-pear
19 Requires:       php-pear-Net_Socket >= 1.0
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Provides a POP3 class to access POP3 server. Support all POP3 commands
25 including UIDL listings, APOP authentication, DIGEST-MD5 and CRAM-MD5
26 using optional Auth_SASL package.
27
28 In PEAR status of this package is: %{_status}.
29
30 %description -l pl
31 Dostarcza klasê POP3, daj±c± dostêp do serwerów POP3. Wspiera
32 wszystkie komendy POP3, w³±czaj±c w to listy UIDL, uwierzytelnianie APOP,
33 DIGEST-MD5 i CRAM-MD5 z u¿yciem klasy 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
41 Requires:       %{name} = %{epoch}:%{version}-%{release}
42 AutoReq:        no
43
44 %description tests
45 Tests for PEAR::%{_pearname}.
46
47 %description tests -l pl
48 Testy dla PEAR::%{_pearname}.
49
50 %prep
51 %pear_package_setup
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55 install -d $RPM_BUILD_ROOT%{php_pear_dir}
56 %pear_package_install
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc install.log
64 %{php_pear_dir}/.registry/*.reg
65 %{php_pear_dir}/%{_class}/*.php
66
67 %files tests
68 %defattr(644,root,root,755)
69 %{php_pear_dir}/tests/*
This page took 0.108927 seconds and 3 git commands to generate.