summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-03-07 09:54:01 +0100
committerRemi Collet <fedora@famillecollet.com>2013-03-07 09:54:01 +0100
commite283b57af1935c67e8e61c370fbe576194f63000 (patch)
treed049713add8ff3f7490b65d0b9f0f6eb7dec80be
parent724b021acf873a19a4828fa98541a6671a3cff29 (diff)
php-channel-aws: backportHEADmaster
-rw-r--r--php-channel-aws.spec19
1 files 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 <rpms@famillecollet.com> - 1.3-3
+- backport for remi repo
+
* Mon Dec 17 2012 Joseph Marrero <jmarrero@fedoraproject.org> - 1.3-3
- fix mixed use of tabs and spaces
- eliminate macro in the changelog