]> git.pld-linux.org Git - packages/php-pear-Net_DNSBL.git/blobdiff - php-pear-Net_DNSBL.spec
- converted to UTF-8
[packages/php-pear-Net_DNSBL.git] / php-pear-Net_DNSBL.spec
index 2f35191301f4e076b343c3adfa106a872794eed7..925e562e2ac2ec1ffcafef8cdd7567d0fefa34b7 100644 (file)
@@ -5,22 +5,24 @@
 %define                _pearname       %{_class}_%{_subclass}
 
 Summary:       %{_pearname} - DNSBL Checker
-Summary(pl):   %{_pearname} - Odpytywanie DNSBL
+Summary(pl.UTF-8):   %{_pearname} - Odpytywanie DNSBL
 Name:          php-pear-%{_pearname}
-Version:       1.0.0
-Release:       2
+Version:       1.2.1
+Release:       1
 Epoch:         0
 License:       PHP 2.02
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: fcc53573625e56cf53c053678ae7ada7
+# Source0-md5: bf9a88934459b6b5da7e5b09a8f6e342
 URL:           http://pear.php.net/package/Net_DNSBL/
+BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
-Requires:      php-common >= 3:4.3.6
+BuildRequires: rpmbuild(macros) >= 1.300
+Requires:      php-common >= 3:4.3.11
 Requires:      php-pear
-Requires:      php-pear-Cache_Lite >= 1.3.1
-Requires:      php-pear-Net_CheckIP >= 1.1
+Requires:      php-pear-Cache_Lite >= 1.4.1
 Requires:      php-pear-HTTP_Request >= 1.2.3
+Requires:      php-pear-Net_CheckIP >= 1.1
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -29,27 +31,31 @@ Checks if a given Host or URL is listed on an DNSBL or SURBL.
 
 In PEAR status of this package is: %{_status}.
 
-%description -l pl
-Za pomoc± tej klasy mo¿na sprawdziæ czy dany host lub URL jest wpisany
+%description -l pl.UTF-8
+Za pomocą tej klasy można sprawdzić czy dany host lub URL jest wpisany
 na listy DNSBL lub SURBL.
 
 Ta klasa ma w PEAR status: %{_status}.
 
 %package tests
 Summary:       Tests for PEAR::%{_pearname}
-Summary(pl):   Testy dla PEAR::%{_pearname}
-Group:         Development
+Summary(pl.UTF-8):   Testy dla PEAR::%{_pearname}
+Group:         Development/Languages/PHP
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 AutoReq:       no
+AutoProv:      no
 
 %description tests
 Tests for PEAR::%{_pearname}.
 
-%description tests -l pl
+%description tests -l pl.UTF-8
 Testy dla PEAR::%{_pearname}.
 
 %prep
 %pear_package_setup
+mv ./%{php_pear_dir}/tests/%{_pearname}/{tests/*,}
+rmdir ./%{php_pear_dir}/tests/%{_pearname}/tests
+rm -rf .%{php_pear_dir}/tests/Net_DNSBL/Tests
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.047239 seconds and 4 git commands to generate.