summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-07 10:01:21 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-07 10:01:21 +0100
commitfa3d7203253a4c5bb633d649a24b576fe4efccdc (patch)
tree3d124cd7ceef24c3023d2253a63769f57a2c8399
parent51b7b1838c7b2f94c79f21feca4e4071af663780 (diff)
php-horde-Horde-Data: 2.0.1
-rw-r--r--php-horde-Horde-Data.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-horde-Horde-Data.spec b/php-horde-Horde-Data.spec
index a32d361..bffc7c6 100644
--- a/php-horde-Horde-Data.spec
+++ b/php-horde-Horde-Data.spec
@@ -4,7 +4,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Data
-Version: 2.0.0
+Version: 2.0.1
Release: 1%{?dist}
Summary: Horde Data API
@@ -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
@@ -28,6 +28,8 @@ Requires(postun): %{__pear}
Requires: php(language) >= 5.3.0
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_Browser) >= 2.0.0
Conflicts: php-pear(%{pear_channel}/Horde_Browser) >= 3.0.0
@@ -57,9 +59,7 @@ A data import and export API, with backends for:
* vTodo
%prep
-%setup -q -c -T
-tar xif %{SOURCE0}
-
+%setup -q -c
cd %{pear_name}-%{version}
# Don't install .po and .pot files
@@ -128,6 +128,9 @@ fi
%changelog
+* Wed Nov 7 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.1-1
+- Update to 2.0.1 for remi repo
+
* Sun Nov 4 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.0-1
- Update to 2.0.0 for remi repo