From 3f7080b5f49b4742d8f2e46cf54c2cdc0be39de5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Nov 2012 08:28:19 +0100 Subject: php-horde-Horde-Itip: 2.0.1 --- php-horde-Horde-Itip.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'php-horde-Horde-Itip.spec') diff --git a/php-horde-Horde-Itip.spec b/php-horde-Horde-Itip.spec index a9b6933..88bda34 100644 --- a/php-horde-Horde-Itip.spec +++ b/php-horde-Horde-Itip.spec @@ -4,7 +4,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Itip -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?dist} Summary: iTip invitation response handling @@ -17,7 +17,7 @@ Source1: find-lang.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear +BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) BuildRequires: gettext # To run unit tests @@ -27,6 +27,9 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Icalendar) >= 2.0.0 Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php(language) >= 5.3.0 +Requires: php-date +Requires: php-pcre +Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Icalendar) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Icalendar) >= 3.0.0 @@ -42,9 +45,7 @@ invitations. %prep -%setup -q -c -T -tar xif %{SOURCE0} - +%setup -q -c cd %{pear_name}-%{version} # Don't install .po and .pot files @@ -114,5 +115,8 @@ fi %changelog +* Fri Nov 9 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