From d41a075590020ff3d3caf3051ba5e2ba218b3f09 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Nov 2012 08:43:27 +0100 Subject: php-horde-Horde-Compress: 2.0.1 --- php-horde-Horde-Compress.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/php-horde-Horde-Compress.spec b/php-horde-Horde-Compress.spec index 230d2cf..e8c06e0 100644 --- a/php-horde-Horde-Compress.spec +++ b/php-horde-Horde-Compress.spec @@ -4,7 +4,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Compress -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?dist} Summary: Horde Compression 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 @@ -27,7 +27,9 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Stream_Filter) >= 2.0.0 Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php(language) >= 5.3.0 -Requires: php-date php-pcre php-zlib +Requires: php-date +Requires: php-pcre +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 @@ -35,6 +37,8 @@ Requires: php-pear(%{pear_channel}/Horde_Translation) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Translation) >= 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-zlib Requires: php-pear(%{pear_channel}/Horde_Stream_Filter) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Stream_Filter) >= 3.0.0 @@ -45,9 +49,7 @@ Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} An API for various compression techniques. %prep -%setup -q -c -T -tar xif %{SOURCE0} - +%setup -q -c cd %{pear_name}-%{version} # Don't install .po and .pot files @@ -115,6 +117,9 @@ fi %changelog +* Wed Nov 7 2012 Remi Collet - 2.0.1-1 +- Update to 2.0.1 for remi repo + * Sat Nov 3 2012 Remi Collet - 2.0.0-1 - Update to 2.0.0 for remi repo -- cgit