]> git.pld-linux.org Git - packages/php-pear-Net_DNSBL.git/commitdiff
- are Cache_Lite, HTTP_Request optional; rel 3 auto/ac/php-pear-Net_DNSBL-1_3_0-3 auto/th/php-pear-Net_DNSBL-1_3_0-3
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 15 Dec 2009 18:47:44 +0000 (18:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-Net_DNSBL.spec -> 1.19

php-pear-Net_DNSBL.spec

index acd4c4faa99030127e6126d4d5845e29474394d7..4786ba76e5a81015afb77a3ddeec42c94298c0c1 100644 (file)
@@ -8,7 +8,7 @@ Summary:        %{_pearname} - DNSBL Checker
 Summary(pl.UTF-8):     %{_pearname} - Odpytywanie DNSBL
 Name:          php-pear-%{_pearname}
 Version:       1.3.0
-Release:       2
+Release:       3
 Epoch:         0
 License:       PHP 2.02
 Group:         Development/Languages/PHP
@@ -20,12 +20,17 @@ BuildRequires:      rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.300
 Requires:      php-common >= 3:4.3.11
 Requires:      php-pear
-Requires:      php-pear-Cache_Lite >= 1.4.1
-Requires:      php-pear-HTTP_Request >= 1.2.3
 Requires:      php-pear-Net_CheckIP >= 1.1
+Requires:      php-pear-Net_DNS >= 1.0.0
+Requires:      php-pear-PEAR >= 1:1.4.0
+Suggests:      php-pear-Cache_Lite >= 1.4.1
+Suggests:      php-pear-HTTP_Request >= 1.2.3
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# exclude optional dependencies
+%define                _noautoreq      'pear(Cache/Lite.php)' 'pear(HTTP/Request.php)'
+
 %description
 Checks if a given Host or URL is listed on an DNSBL or SURBL.
 
@@ -42,8 +47,8 @@ Summary:      Tests for PEAR::%{_pearname}
 Summary(pl.UTF-8):     Testy dla PEAR::%{_pearname}
 Group:         Development/Languages/PHP
 Requires:      %{name} = %{epoch}:%{version}-%{release}
-AutoReq:       no
 AutoProv:      no
+AutoReq:       no
 
 %description tests
 Tests for PEAR::%{_pearname}.
This page took 0.056742 seconds and 4 git commands to generate.