summaryrefslogtreecommitdiffstats
path: root/php-horde-content.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-02-12 07:24:54 +0100
committerRemi Collet <fedora@famillecollet.com>2013-02-12 07:24:54 +0100
commitcf9928864e21953eb3414753999b76409b9bfe6d (patch)
tree129f06c80553c09ebf09c7f728edc5fc7e9d6a15 /php-horde-content.spec
parente10cb9dd77ad037401764b64e989bcc4275740ad (diff)
php-horde-content: 2.0.2
Diffstat (limited to 'php-horde-content.spec')
-rw-r--r--php-horde-content.spec22
1 files changed, 16 insertions, 6 deletions
diff --git a/php-horde-content.spec b/php-horde-content.spec
index b2aaec6..95a7916 100644
--- a/php-horde-content.spec
+++ b/php-horde-content.spec
@@ -9,23 +9,30 @@
# "horde-content" sub package with apache stuff
Name: php-horde-content
-Version: 2.0.1
+Version: 2.0.2
Release: 1%{?dist}
Summary: Tagging application
Group: Development/Libraries
-License: BSD-2-Clause
-URL: http://pear.horde.org
+License: BSD
+URL: http://%{pear_channel}
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_Role) >= 1.0.0
Requires(post): %{__pear}
Requires(postun): %{__pear}
+Requires: php-common >= 5.3.0
+Requires: php-date
+Requires: php-gettext
+Requires: php-json
+Requires: php-pcre
+Requires: php-spl
Requires: php-pear(PEAR) >= 1.7.0
Requires: php-channel(%{pear_channel})
Requires: php-pear(%{pear_channel}/Horde_Role) >= 1.0.0
@@ -108,7 +115,7 @@ ln -s %{_sysconfdir}/horde/%{pear_name} %{buildroot}%{pear_hordedir}/%{pear_name
%postun
if [ $1 -eq 0 ] ; then
%{__pear} uninstall --nodeps --ignore-errors --register-only \
- pear.horde.org/%{pear_name} >/dev/null || :
+ %{pear_channel}/%{pear_name} >/dev/null || :
fi
@@ -134,5 +141,8 @@ fi
%changelog
-* Sun Nov 18 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.1-1
+* Tue Feb 12 2013 Remi Collet <remi@fedoraproject.org> - 2.0.2-1
+- Update to 2.0.2
+
+* Sun Nov 18 2012 Remi Collet <remi@fedoraproject.org> - 2.0.1-1
- Initial package