From c6cbcd8b207cbf758db145266ac9b08145cf570d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Nov 2012 08:26:31 +0100 Subject: php-horde-Horde-Text-Filter: 2.0.1 --- php-horde-Horde-Text-Filter.spec | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/php-horde-Horde-Text-Filter.spec b/php-horde-Horde-Text-Filter.spec index 157b2c7..b102e38 100644 --- a/php-horde-Horde-Text-Filter.spec +++ b/php-horde-Horde-Text-Filter.spec @@ -4,7 +4,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Text-Filter -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?dist} Summary: Horde Text Filter API @@ -17,7 +17,7 @@ Source1: find-lang.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch -BuildRequires: php-pear +BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) BuildRequires: gettext # To run unit tests @@ -26,11 +26,20 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.0.0 Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php(language) >= 5.3.0 +Requires: php-pcre +Requires: php-spl +Requires: php-tidy +Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Exception) >= 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Util) >= 3.0.0 +# optional +Requires: php-pear(%{pear_channel}/Horde_Text_Flowed) >= 2.0.0 +Conflicts: php-pear(%{pear_channel}/Horde_Text_Flowed) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Translation) >= 2.0.0 +Conflicts: php-pear(%{pear_channel}/Horde_Translation) >= 3.0.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -39,9 +48,7 @@ Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} Common methods for fitering and converting text. %prep -%setup -q -c -T -tar xif %{SOURCE0} - +%setup -q -c cd %{pear_name}-%{version} # Don't install .po and .pot files @@ -113,6 +120,9 @@ fi %changelog +* Wed Nov 7 2012 Remi Collet - 2.0.1-1 +- Update to 2.0.1 for remi repo + * Fri Nov 2 2012 Remi Collet - 2.0.0-1 - Update to 2.0.0 for remi repo -- cgit