From e283b57af1935c67e8e61c370fbe576194f63000 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Mar 2013 09:54:01 +0100 Subject: php-channel-aws: backport --- php-channel-aws.spec | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/php-channel-aws.spec b/php-channel-aws.spec index d9ce597..214db36 100644 --- a/php-channel-aws.spec +++ b/php-channel-aws.spec @@ -11,12 +11,15 @@ License: Public Domain URL: http://aws.amazon.com/sdkforphp Source0: http://pear.amazonwebservices.com/channel.xml -BuildArch: noarch -BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR) -Requires(post): %{__pear} -Requires(postun): %{__pear} -Provides: php-channel(%{channelname}) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +BuildRequires: php-pear +Requires: php-pear(PEAR) +Requires(post): %{__pear} +Requires(postun): %{__pear} + +Provides: php-channel(%{channelname}) + %description This package adds the Amazon Web Services channel which allows PEAR packages @@ -50,10 +53,14 @@ fi %files +%defattr(-,root,root,-) %{pear_xmldir}/%{channelname}.xml %changelog +* Thu Mar 07 2013 Remi Collet - 1.3-3 +- backport for remi repo + * Mon Dec 17 2012 Joseph Marrero - 1.3-3 - fix mixed use of tabs and spaces - eliminate macro in the changelog -- cgit