summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-07 09:19:12 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-07 09:19:12 +0100
commita56c0a90541d6cfbd9a3c2ef0f09c6ba3893f7b0 (patch)
treecedfb7e7926dd7b9048f7e8c0c3887af46871083
parent9cab8f40aabd592020e082c2902dcf50d5e0796b (diff)
php-horde-Horde-Prefs: 2.0.1
-rw-r--r--php-horde-Horde-Prefs.spec17
1 files changed, 15 insertions, 2 deletions
diff --git a/php-horde-Horde-Prefs.spec b/php-horde-Horde-Prefs.spec
index 7ece402..f94da29 100644
--- a/php-horde-Horde-Prefs.spec
+++ b/php-horde-Horde-Prefs.spec
@@ -4,7 +4,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Prefs
-Version: 2.0.0
+Version: 2.0.1
Release: 1%{?dist}
Summary: Horde Preferences 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,11 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.0
Requires(post): %{__pear}
Requires(postun): %{__pear}
Requires: php(language) >= 5.3.0
+Requires: php-json
+Requires: php-ldap
+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
@@ -39,8 +44,13 @@ 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
# Optionnal
+Requires: php-pear(%{pear_channel}/Horde_Autoloader) >= 2.0.0
+Conflicts: php-pear(%{pear_channel}/Horde_Autoloader) >= 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.0
Conflicts: php-pear(%{pear_channel}/Horde_Db) >= 3.0.0
+Requires: php-pear(%{pear_channel}/Horde_Image) >= 2.0.0
+Conflicts: php-pear(%{pear_channel}/Horde_Image) >= 3.0.0
+# TODO Horde_Imsp, Kolab_Storage
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
@@ -126,6 +136,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