[packages/php-pear-Services_Yadis] - use virtual php extension deps (to be independant of php version) - release 2 (by relup.sh)
glen
glen at pld-linux.org
Tue Aug 7 16:12:11 CEST 2012
commit 90180b170109a483ac966f0eea2333ca8971d7c4
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Aug 7 17:12:10 2012 +0300
- use virtual php extension deps (to be independant of php version)
- release 2 (by relup.sh)
php-pear-Services_Yadis.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/php-pear-Services_Yadis.spec b/php-pear-Services_Yadis.spec
index 3da5948..faf65ad 100644
--- a/php-pear-Services_Yadis.spec
+++ b/php-pear-Services_Yadis.spec
@@ -1,11 +1,11 @@
-%include /usr/lib/rpm/macros.php
%define _status beta
%define _pearname Services_Yadis
+%include /usr/lib/rpm/macros.php
Summary: %{_pearname} - Implementation of the Yadis Specification 1.0 protocol for PHP5
Summary(pl.UTF-8): %{_pearname} - Implementacja protokołu Yadis 1.0 dla PHP5
Name: php-pear-%{_pearname}
Version: 0.5.1
-Release: 1
+Release: 2
License: New BSD License
Group: Development/Languages/PHP
Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -14,14 +14,14 @@ URL: http://pear.php.net/package/Services_Yadis/
BuildRequires: php-pear-PEAR >= 1:1.4.0-0.b1
BuildRequires: rpm-php-pearprov >= 4.4.2-11
BuildRequires: rpmbuild(macros) >= 1.300
+Requires: php(dom)
+Requires: php(simplexml)
Requires: php-date
-Requires: php-dom
Requires: php-pear
Requires: php-pear-HTTP_Request2 >= 0.5.1
Requires: php-pear-Net_URL2
Requires: php-pear-PEAR-core >= 1:1.3.6
Requires: php-pear-Validate
-Requires: php-simplexml
Obsoletes: php-pear-Services_Yadis-tests
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
More information about the pld-cvs-commit
mailing list