]> git.pld-linux.org Git - packages/php-pear-Net_POP3.git/blob - php-pear-Net_POP3.spec
- pl fix
[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
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.0.2-98
18 Requires:       php-pear
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Provides a POP3 class to access POP3 server. Support all POP3 commands
24 including UIDL listings, APOP authentication, DIGEST-MD5 and CRAM-MD5
25 using optional Auth_SASL package.
26
27 In PEAR status of this package is: %{_status}.
28
29 %description -l pl
30 Dostarcza klasê POP3, daj±c± dostêp do serwerów POP3. Wspiera
31 wszystkie komendy POP3, w³±czaj±c w to listy UIDL, uwierzytelnianie APOP,
32 DIGEST-MD5 i CRAM-MD5 z u¿yciem klasy Auth_SASL.
33
34 Ta klasa ma w PEAR status: %{_status}.
35
36 %prep
37 %setup -q -c
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
42
43 install %{_pearname}-%{version}/%{_subclass}.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc %{_pearname}-%{version}/Net_POP3_example.php
51 %{php_pear_dir}/%{_class}/*.php
This page took 0.056706 seconds and 4 git commands to generate.