From 9f0cbf236cf82725193a5b8e6c7b409b2076a707 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Nov 2012 09:20:30 +0100 Subject: php-horde-Horde-Icalendar: 2.0.1 --- php-horde-Horde-Icalendar.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'php-horde-Horde-Icalendar.spec') diff --git a/php-horde-Horde-Icalendar.spec b/php-horde-Horde-Icalendar.spec index 6ae8b06..6292507 100644 --- a/php-horde-Horde-Icalendar.spec +++ b/php-horde-Horde-Icalendar.spec @@ -4,7 +4,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Icalendar -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?dist} Summary: iCalendar 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,6 +27,9 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Date) >= 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_Date) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Date) >= 3.0.0 @@ -51,9 +54,7 @@ An API for dealing with iCalendar data. %prep -%setup -q -c -T -tar xif %{SOURCE0} - +%setup -q -c cd %{pear_name}-%{version} # Don't install .po and .pot files @@ -123,6 +124,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