]> git.pld-linux.org Git - packages/php-pear-PEAR.git/commitdiff
- Net/FTP.php is also optional
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 29 Sep 2005 21:45:43 +0000 (21:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-PEAR.spec -> 1.74

php-pear-PEAR.spec

index a7b033139ad04e4b285668991229476b50b427a9..462fb4c9c78864e0db2ca2c5e0da3c4045a53549 100644 (file)
@@ -2,13 +2,12 @@
 %define                _class          PEAR
 %define                _status         stable
 %define                _pearname       %{_class}
-%define                _noautoreq      'pear(PEAR/FTP.php)'
 
 Summary:       %{_pearname} - main PHP PEAR class
 Summary(pl):   %{_pearname} - podstawowa klasa dla PHP PEAR
 Name:          php-pear-%{_pearname}
 Version:       1.4.1
-Release:       1.4
+Release:       1.9
 Epoch:         1
 License:       PHP 3.0
 Group:         Development/Languages/PHP
@@ -32,6 +31,8 @@ Obsoletes:    php-pear-PEAR-OS
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _noautoreq      'pear(PEAR/FTP.php)' 'pear(Net/FTP.php)'
+
 %description
 The PEAR package contains:
 - the PEAR installer, for creating, distributing and installing
This page took 0.078244 seconds and 4 git commands to generate.