]> git.pld-linux.org Git - packages/php-pear-Net_FTP.git/blame - php-pear-Net_FTP.spec
- updated to 1.2
[packages/php-pear-Net_FTP.git] / php-pear-Net_FTP.spec
CommitLineData
95f7ff2d
PG
1%include /usr/lib/rpm/macros.php
2%define _class Net
3%define _subclass FTP
a10e3bb0 4%define _status stable
95f7ff2d
PG
5%define _pearname %{_class}_%{_subclass}
6Summary: %{_pearname} - Comfortable communication with FTP-servers
7Summary(pl): %{_pearname} - Komfortowa komunikacja z serwerami FTP
8Name: php-pear-%{_pearname}
3b43b661 9Version: 1.2
95f7ff2d
PG
10Release: 1
11License: PHP 3.0
12Group: Development/Languages/PHP
13Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
3b43b661 14# Source0-md5: b5b8a1568b279ee81cca70a7882be654
95f7ff2d
PG
15URL: http://www.schlitt.info/
16BuildRequires: rpm-php-pearprov >= 4.0.2-98
d0b71188 17Requires: php-ftp
95f7ff2d
PG
18Requires: php-pear
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23This class allows you to communicate with FTP-servers more comfortable
24that the ftp-functions of PHP. Especially you can up- and download
25recursively.
26
d3d8d932 27This class has in PEAR status: %{_status}.
95f7ff2d
PG
28
29%description -l pl
30