diff options
| author | Remi Collet <fedora@famillecollet.com> | 2012-08-15 20:00:41 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2012-08-15 20:00:41 +0200 | 
| commit | 3918694b98d95f33ce1589bc4bd2df5e6fc77a39 (patch) | |
| tree | 36b3ee2fa111d55a4abf52261750aea07c7d20f8 | |
| parent | a502709a14b8b9334eef09674316129284a197d1 (diff) | |
php-pear-Net-DNS2: use php-pear(PEAR) in BR/R
| -rw-r--r-- | php-pear-Net-DNS2.spec | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/php-pear-Net-DNS2.spec b/php-pear-Net-DNS2.spec index 9436846..b75cfa1 100644 --- a/php-pear-Net-DNS2.spec +++ b/php-pear-Net-DNS2.spec @@ -7,7 +7,7 @@  Name:           php-pear-Net-DNS2  Version:        1.2.2 -Release:        1%{?dist}.1 +Release:        2%{?dist}  Summary:        PHP Resolver library used to communicate with a DNS server  Group:          Development/Libraries @@ -23,13 +23,14 @@ Source1:        %{pear_name}-tests-%{version}.tgz  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildArch:      noarch -BuildRequires:  php-pear >= 1:1.4.9-1.2 +BuildRequires:  php-pear(PEAR)  %if %{with_tests}  BuildRequires:  php-pear(pear.phpunit.de/PHPUnit)  %endif  Requires(post): %{__pear}  Requires(postun): %{__pear} +Requires:       php-pear(PEAR)  # extensions detected by phpci (+ php-filter, not yet available in EL)  Requires:       php-ctype, php-date, php-json, php-openssl, php-mhash  Requires:       php-pcre, php-shmop, php-sockets, php-spl @@ -121,8 +122,9 @@ fi  %changelog -* Wed Aug 15 2012 Remi Collet <remi@fedoraproject.org> - 1.2.2-1.1 +* Wed Aug 15 2012 Remi Collet <remi@fedoraproject.org> - 1.2.2-2  - rebuilt for new pear_testdir +- use php-pear(PEAR) in BR/R  * Sun Aug 12 2012 Remi Collet <remi@fedoraproject.org> - 1.2.2-1  - Version 1.2.2 (stable), API 1.2.2 (stable) | 
