]> git.pld-linux.org Git - packages/php-pear-Net_POP3.git/blob - php-pear-Net_POP3.spec
- massive attack s/pld.org.pl/pld-linux.org/
[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 Summary:        %{_pearname} - POP3 class to access POP3 server
7 Summary(pl):    %{_pearname} - klasa POP3 daj±ca dostêp do serverów POP3
8 Name:           php-pear-%{_pearname}
9 Version:        1.2
10 Release:        2
11 License:        BSD
12 Group:          Development/Languages/PHP
13 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
14 URL:            http://pear.php.net/
15 BuildRequires:  rpm-php-pearprov >= 4.0.2-98
16 Requires:       php-pear
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Provides a POP3 class to access POP3 server. Support all POP3 commands
22 including UIDL listings and APOP authentication.
23
24 This class has in PEAR status: %{_status}.
25
26 %description -l pl
27 Dostarcza klasê POP3, daj±c± dostêp do serwerów POP3. Wspiera
28 wszystkie komendy POP3, w³±czaj±c w to listy UIDL oraz autentyfikacjê
29 APOP.
30
31 Ta klasa ma w PEAR status: %{_status}.
32
33 %prep
34 %setup -q -c
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
39
40 install %{_pearname}-%{version}/%{_subclass}.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc %{_pearname}-%{version}/Net_POP3_example.php
48 %{php_pear_dir}/%{_class}/*.php
This page took 0.080868 seconds and 3 git commands to generate.