From 7c499e3f16546d420ee9158d803ba34df6937d3f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 16 Dec 2012 08:50:41 +0100 Subject: php-horde-Horde-Rdo: cleanups --- php-horde-Horde-Rdo.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'php-horde-Horde-Rdo.spec') diff --git a/php-horde-Horde-Rdo.spec b/php-horde-Horde-Rdo.spec index c9ec051..69698e5 100644 --- a/php-horde-Horde-Rdo.spec +++ b/php-horde-Horde-Rdo.spec @@ -9,19 +9,20 @@ Release: 1%{?dist} Summary: Rampage Data Objects Group: Development/Libraries -License: LGPLv2+ +License: LGPLv2 URL: http://pear.horde.org Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear(PEAR) +BuildRequires: php-common >= 5.3.0 +BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} -Requires: php(language) >= 5.3.0 +Requires: php-common >= 5.3.0 Requires: php-date Requires: php-pcre Requires: php-spl @@ -31,6 +32,7 @@ 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_Exception) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Exception) >= 3.0.0 + Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -96,8 +98,8 @@ fi %changelog -* Mon Nov 19 2012 Remi Collet - 2.0.1-1 +* Mon Nov 19 2012 Remi Collet - 2.0.1-1 - Update to 2.0.1 for remi repo -* Sun Nov 18 2012 Remi Collet - 2.0.0-1 +* Sun Nov 18 2012 Remi Collet - 2.0.0-1 - Initial package -- cgit