From 6fc56f7cb063bb6dda3a8b9b4a2fc6c53f5e3455 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Nov 2012 09:26:45 +0100 Subject: php-horde-Horde-Share: 2.0.1 --- php-horde-Horde-Share.spec | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/php-horde-Horde-Share.spec b/php-horde-Horde-Share.spec index 6ddf912..de256aa 100644 --- a/php-horde-Horde-Share.spec +++ b/php-horde-Horde-Share.spec @@ -4,7 +4,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Share -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?dist} Summary: Horde Shared Permissions System @@ -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,7 @@ Requires(post): %{__pear} Requires(postun): %{__pear} 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_Db) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Db) >= 3.0.0 @@ -54,9 +55,7 @@ owns or has access to. %prep -%setup -q -c -T -tar xif %{SOURCE0} - +%setup -q -c cd %{pear_name}-%{version} # Don't install .po and .pot files @@ -79,7 +78,6 @@ done %install cd %{pear_name}-%{version} -rm -rf %{buildroot} %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml # Clean up unnecessary files @@ -101,10 +99,6 @@ cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) # not ready: phpunit -d date.timezone=UTC AllTests.php -%clean -rm -rf %{buildroot} - - %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{name}.xml >/dev/null || : @@ -130,6 +124,9 @@ fi %changelog +* Wed Nov 7 2012 Remi Collet - 2.0.1-1 +- Update to 2.0.1 for remi repo + * Sat Nov 3 2012 Remi Collet - 2.0.0-1 - Initial package -- cgit