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