diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-07 11:33:06 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-07 11:33:06 +0100 |
commit | d697d41f2e228a6fbfad2e0ef6fbd914de7b3c77 (patch) | |
tree | 186e39eb48b484cc48a6ac67835ade8c46f135e7 | |
parent | 6bed298fe32bae7f24cb6cf41f8f893a6e8110f7 (diff) |
horde: cleanups from rawhide
-rw-r--r-- | php-horde-Horde-Serialize.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-horde-Horde-Serialize.spec b/php-horde-Horde-Serialize.spec index a52794f..e5ea78d 100644 --- a/php-horde-Horde-Serialize.spec +++ b/php-horde-Horde-Serialize.spec @@ -1,4 +1,3 @@ -%{!?pear_metadir: %global pear_metadir %{pear_phpdir}} %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %global pear_name Horde_Serialize %global pear_channel pear.horde.org @@ -15,6 +14,7 @@ Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch +BuildRequires: php(language) >= 5.3.0 BuildRequires: php-pear BuildRequires: php-channel(%{pear_channel}) # To run unit tests @@ -23,7 +23,11 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php(language) >= 5.3.0 -Requires: php-bz2 php-json php-wddx php-zlib php-pecl(LZF) +Requires: php-bz2 +Requires: php-json +Requires: php-wddx +Requires: php-zlib +Requires: php-pecl(LZF) 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 @@ -96,7 +100,7 @@ fi * Wed Feb 6 2013 Nick Bebout <nb@fedoraproject.org> - 2.0.1-3 - Update for review - + * Mon Nov 19 2012 Remi Collet <remi@fedoraproject.org> - 2.0.1-1 - Update to 2.0.1 |