From 619cc4984fc47bc9a24e4e3370f9fb8ebb51ccbe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Nov 2012 08:56:41 +0100 Subject: php-horde-Horde-Crypt: 2.1.0 --- php-horde-Horde-Crypt.spec | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'php-horde-Horde-Crypt.spec') diff --git a/php-horde-Horde-Crypt.spec b/php-horde-Horde-Crypt.spec index 9354451..ee3a945 100644 --- a/php-horde-Horde-Crypt.spec +++ b/php-horde-Horde-Crypt.spec @@ -4,7 +4,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Crypt -Version: 2.0.0 +Version: 2.1.0 Release: 1%{?dist} Summary: Horde Cryptography 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 @@ -30,7 +30,10 @@ BuildRequires: gnupg < 2 Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php(language) >= 5.3.0 -Requires: php-hash +Requires: php-date +Requires: php-pcre +Requires: php-spl +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 @@ -42,6 +45,9 @@ 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-hash +Requires: php-openssl Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -51,9 +57,7 @@ The Horde_Crypt package class provides an API for various cryptographic systems. %prep -%setup -q -c -T -tar xif %{SOURCE0} - +%setup -q -c cd %{pear_name}-%{version} # Don't install .po and .pot files @@ -122,6 +126,9 @@ fi %changelog +* Wed Nov 7 2012 Remi Collet - 2.1.0-1 +- Update to 2.1.0 for remi repo + * Sat Nov 3 2012 Remi Collet - 2.0.0-1 - Update to 2.0.0 for remi repo -- cgit