summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-07 09:20:30 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-07 09:20:30 +0100
commit9f0cbf236cf82725193a5b8e6c7b409b2076a707 (patch)
tree8b417c75a4fad3692e14abd81edfae2ba001b119
parent1a80d7a03dd6da68ea403e991112bfbe0303fbf8 (diff)
php-horde-Horde-Icalendar: 2.0.1
-rw-r--r--php-horde-Horde-Icalendar.spec14
1 files changed, 9 insertions, 5 deletions
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 <RPMS@FamilleCollet.com> - 2.0.1-1
+- Update to 2.0.1 for remi repo
+
* Sat Nov 3 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.0-1
- Update to 2.0.0 for remi repo