diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-07 09:52:15 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-07 09:52:15 +0100 |
commit | dfdc39b933141e6fbdecce3246be1bff301fb5ce (patch) | |
tree | 32ee05b187970f92b2e2dec03219e71201ce75c7 | |
parent | c3d613889e3ed6d28bc4d9d294c1af5e2706f48a (diff) |
php-horde-Horde-Vfs: 2.0.1
-rw-r--r-- | php-horde-Horde-Vfs.spec | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/php-horde-Horde-Vfs.spec b/php-horde-Horde-Vfs.spec index 3fdda5e..b84545a 100644 --- a/php-horde-Horde-Vfs.spec +++ b/php-horde-Horde-Vfs.spec @@ -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,10 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.0 Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php(language) >= 5.3.0 +Requires: php-date +Requires: php-pcre +Requires: php-posix +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 @@ -35,6 +39,8 @@ 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-ftp +Requires: php-pecl(ssh2) Requires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Db) >= 3.0.0 @@ -57,9 +63,7 @@ object-based and array-based interfaces to directory listings. %prep -%setup -q -c -T -tar xif %{SOURCE0} - +%setup -q -c cd %{pear_name}-%{version} # Don't install .po and .pot files @@ -115,6 +119,7 @@ if [ $1 -eq 0 ] ; then %{pear_channel}/%{pear_name} >/dev/null || : fi + %files -f %{pear_name}-%{version}/%{pear_name}.lang %defattr(-,root,root,-) %doc %{pear_docdir}/%{pear_name} @@ -132,6 +137,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 |