]> git.pld-linux.org Git - packages/php-pear-Net_POP3.git/blob - php-pear-Net_POP3.spec
- new pear packaging
[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.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.4.2-11
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 %package tests
37 Summary:        Tests for PEAR::%{_pearname}
38 Summary(pl):    Testy dla PEAR::%{_pearname}
39 Group:          Development
40 Requires:       %{name} = %{epoch}:%{version}-%{release}
41 AutoReq:        no
42
43 %description tests
44 Tests for PEAR::%{_pearname}.
45
46 %description tests -l pl
47 Testy dla PEAR::%{_pearname}.
48
49 %prep
50 %pear_package_setup
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT%{php_pear_dir}
55 %pear_package_install
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc install.log
63 %{php_pear_dir}/.registry/*.reg
64 %{php_pear_dir}/%{_class}/*.php
65
66 %files tests
67 %defattr(644,root,root,755)
68 %{php_pear_dir}/tests/*
This page took 0.027806 seconds and 4 git commands to generate.