summaryrefslogtreecommitdiffstats
path: root/php-aws-sdk3.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-31 17:21:45 +0200
committerRemi Collet <fedora@famillecollet.com>2017-03-31 17:21:45 +0200
commit891e0b56ee1b69bb4472963770e92adb7ca37b81 (patch)
tree11922902ae5680620251bf2a169078ae6e360ca8 /php-aws-sdk3.spec
parentc9fc43cde575ac6faecb601a00449c1fb58c4ab7 (diff)
cleanup + sync with Fedora (minor)
Diffstat (limited to 'php-aws-sdk3.spec')
-rw-r--r--php-aws-sdk3.spec17
1 files changed, 6 insertions, 11 deletions
diff --git a/php-aws-sdk3.spec b/php-aws-sdk3.spec
index 0e29b1a..8e2db73 100644
--- a/php-aws-sdk3.spec
+++ b/php-aws-sdk3.spec
@@ -36,7 +36,7 @@
# "guzzlehttp/promises": "~1.0"
%global guzzle_promises_min_ver 1.0
%global guzzle_promises_max_ver 2.0
-# "guzzlehttp/psr7": "^1.3.1, !=1.4.0"
+# "guzzlehttp/psr7": "^1.4.1"
%global guzzle_psr7_min_ver 1.4.1
%global guzzle_psr7_max_ver 2.0
# "mtdowling/jmespath.php": "~2.2"
@@ -68,7 +68,6 @@ URL: http://aws.amazon.com/sdkforphp
Source0: %{name}-%{github_version}-%{github_commit}.tar.gz
Source1: %{name}-get-source.sh
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
# Library version value and autoloader check
BuildRequires: php-cli >= %{php_min_ver}
@@ -99,7 +98,7 @@ BuildRequires: php-openssl
BuildRequires: php-pcre
BuildRequires: php-simplexml
BuildRequires: php-spl
-## phpcompatinfo (computed from version 3.24.1)
+## phpcompatinfo (computed from version 3.25.0)
BuildRequires: php-curl
BuildRequires: php-date
BuildRequires: php-filter
@@ -121,7 +120,7 @@ Requires: php-composer(guzzlehttp/psr7) < %{guzzle_psr7_max_ver}
Requires: php-composer(guzzlehttp/psr7) >= %{guzzle_psr7_min_ver}
Requires: php-composer(mtdowling/jmespath.php) < %{jmespath_max_ver}
Requires: php-composer(mtdowling/jmespath.php) >= %{jmespath_min_ver}
-# phpcompatinfo (computed from version 3.24.1)
+# phpcompatinfo (computed from version 3.25.0)
Requires: php-date
Requires: php-filter
Requires: php-hash
@@ -192,8 +191,6 @@ AUTOLOAD
%install
-rm -rf %{buildroot}
-
mkdir -p %{buildroot}%{phpdir}/Aws3
cp -pr src/* %{buildroot}%{phpdir}/Aws3/
@@ -251,12 +248,7 @@ exit $RETURN_CODE
%endif
-%clean
-rm -rf %{buildroot}
-
-
%files
-%defattr(-,root,root,-)
%{!?_licensedir:%global license %%doc}
%license LICENSE.md
%doc CHANGELOG.md
@@ -267,6 +259,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Mar 31 2017 Shawn Iwinski <shawn@iwin.ski> - 3.25.0-1
+- Updated to 3.25.0 (RHBZ #1431302)
+
* Fri Mar 31 2017 Remi Collet <remi@remirepo.net> - 3.25.0-1
- Update to 3.25.0