From 1ea3cb1f517ad32668fac4ff01c3ddf33f24ed78 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 30 Dec 2012 08:16:16 +0100 Subject: php-pear-Console-CommandLine: clean requires --- php-pear-Console-CommandLine.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/php-pear-Console-CommandLine.spec b/php-pear-Console-CommandLine.spec index 82a6a1c..4de0292 100644 --- a/php-pear-Console-CommandLine.spec +++ b/php-pear-Console-CommandLine.spec @@ -24,9 +24,12 @@ BuildArch: noarch BuildRequires: php-pear BuildRequires: php-pear(pear.phpunit.de/PHPUnit) +Requires: php-dom +Requires: php-pcre Requires: php-spl Requires(post): %{__pear} Requires(postun): %{__pear} + Provides: php-pear(%{pear_name}) = %{version} %description @@ -108,6 +111,7 @@ fi columnWrap() in Default Renderer eats up lines with only a EOL - fix for https://pear.php.net/bugs/19683 Unit tests are broken +- clean requires * Thu Oct 25 2012 Remi Collet - 1.2.0-1 - Version 1.2.0 (stable) - API 1.2.0 (stable) -- cgit