From 9592e9fdb54ff442c5c95fef15518f7945b8be9f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Jan 2015 14:13:20 +0100 Subject: php-horde-Horde-Scribe: 2.0.2 --- php-horde-Horde-Scribe.spec | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/php-horde-Horde-Scribe.spec b/php-horde-Horde-Scribe.spec index ee2cd87..ebfc0a1 100644 --- a/php-horde-Horde-Scribe.spec +++ b/php-horde-Horde-Scribe.spec @@ -1,10 +1,18 @@ -%{!?pear_metadir: %global pear_metadir %{pear_phpdir}} -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +# spec file for php-horde-Horde-Scribe +# +# Copyright (c) 2012-2015 Nick Bebout, Remi Collet +# +# License: MIT +# https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense +# +# Please, preserve the changelog entries +# +%{!?__pear: %global __pear %{_bindir}/pear} %global pear_name Horde_Scribe %global pear_channel pear.horde.org Name: php-horde-Horde-Scribe -Version: 2.0.1 +Version: 2.0.2 Release: 1%{?dist} Summary: Scribe @@ -16,18 +24,20 @@ Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: php(language) >= 5.3.0 BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) Requires(post): %{__pear} Requires(postun): %{__pear} -Requires: php-common >= 5.3.0 +Requires: php(language) >= 5.3.0 Requires: php-spl Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Thrift) Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} +Provides: php-composer(horde/horde-scribe) = %{version} %description @@ -80,6 +90,10 @@ fi %changelog +* Fri Jan 09 2015 Remi Collet - 2.0.2-1 +- Update to 2.0.2 +- add provides php-composer(horde/horde-scribe) + * Thu Nov 22 2012 Remi Collet - 2.0.1-1 - Update to 2.0.1 for remi repo (no change) -- cgit