summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-09 08:28:19 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-09 08:28:19 +0100
commit3f7080b5f49b4742d8f2e46cf54c2cdc0be39de5 (patch)
tree3951874f8d65cfa4991d27dc1647fe77e7ee90fa
parentf173f788af96a9a683a2b452d66978032cdaa33b (diff)
php-horde-Horde-Itip: 2.0.1
-rw-r--r--php-horde-Horde-Itip.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/php-horde-Horde-Itip.spec b/php-horde-Horde-Itip.spec
index a9b6933..88bda34 100644
--- a/php-horde-Horde-Itip.spec
+++ b/php-horde-Horde-Itip.spec
@@ -4,7 +4,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Itip
-Version: 2.0.0
+Version: 2.0.1
Release: 1%{?dist}
Summary: iTip invitation response handling
@@ -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
@@ -27,6 +27,9 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Icalendar) >= 2.0.0
Requires(post): %{__pear}
Requires(postun): %{__pear}
Requires: php(language) >= 5.3.0
+Requires: php-date
+Requires: php-pcre
+Requires: php-pear(PEAR) >= 1.7.0
Requires: php-channel(%{pear_channel})
Requires: php-pear(%{pear_channel}/Horde_Icalendar) >= 2.0.0
Conflicts: php-pear(%{pear_channel}/Horde_Icalendar) >= 3.0.0
@@ -42,9 +45,7 @@ invitations.
%prep
-%setup -q -c -T
-tar xif %{SOURCE0}
-
+%setup -q -c
cd %{pear_name}-%{version}
# Don't install .po and .pot files
@@ -114,5 +115,8 @@ fi
%changelog
+* Fri Nov 9 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