summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-07 09:58:06 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-07 09:58:06 +0100
commit1e765ae6709f511b08f4fd78e2b624b802a129ed (patch)
tree7ba14d6a10b72748fa1e8033825412d0102ce5e9
parenta27e00493818e27dd44e9fcdcf624ecdac916733 (diff)
php-horde-Horde-SyncMl: 2.0.1
-rw-r--r--php-horde-Horde-SyncMl.spec19
1 files changed, 14 insertions, 5 deletions
diff --git a/php-horde-Horde-SyncMl.spec b/php-horde-Horde-SyncMl.spec
index f8a001c..caf4591 100644
--- a/php-horde-Horde-SyncMl.spec
+++ b/php-horde-Horde-SyncMl.spec
@@ -4,7 +4,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-SyncMl
-Version: 2.0.0
+Version: 2.0.1
Release: 1%{?dist}
Summary: Horde_SyncMl provides an API for processing SyncML requests
@@ -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
@@ -26,6 +26,10 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.0.0
Requires(post): %{__pear}
Requires(postun): %{__pear}
Requires: php(language) >= 5.3.0
+Requires: php-date
+Requires: php-pcre
+Requires: php-session
+Requires: php-pear(PEAR) >= 1.7.0
Requires: php-channel(%{pear_channel})
Requires: php-pear(%{pear_channel}/Horde_Date) >= 2.0.0
Conflicts: php-pear(%{pear_channel}/Horde_Date) >= 3.0.0
@@ -41,6 +45,10 @@ Requires: php-pear(%{pear_channel}/Horde_Xml_Wbxml) >= 2.0.0
Conflicts: php-pear(%{pear_channel}/Horde_Xml_Wbxml) >= 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Translation) >= 2.0.0
Conflicts: php-pear(%{pear_channel}/Horde_Translation) >= 3.0.0
+# Optional
+Requires: php-pear(%{pear_channel}/Horde_Auth) >= 2.0.0
+Conflicts: php-pear(%{pear_channel}/Horde_Auth) >= 3.0.0
+# Keep optional : Horde_Core, MDB2
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
@@ -49,9 +57,7 @@ Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
Classes for implementing a SyncML server.
%prep
-%setup -q -c -T
-tar xif %{SOURCE0}
-
+%setup -q -c
cd %{pear_name}-%{version}
# Don't install .po and .pot files
@@ -121,6 +127,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