[rubygem-aws-sdk] Upstream release 1.0.4

Marek Goldmann goldmann at fedoraproject.org
Fri Aug 5 12:38:14 UTC 2011


commit f965030faeb7c0adce68131c0b6391b53c43200a
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Fri Aug 5 14:37:49 2011 +0200

    Upstream release 1.0.4

 .gitignore           |    1 +
 rubygem-aws-sdk.spec |   22 +++++++++-------------
 sources              |    2 +-
 3 files changed, 11 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4568b14..7cbe779 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /aws-sdk-1.0.1.gem
 /aws-sdk-1.0.2.gem
+/aws-sdk-1.0.4.gem
diff --git a/rubygem-aws-sdk.spec b/rubygem-aws-sdk.spec
index 88633f3..72ae1c3 100644
--- a/rubygem-aws-sdk.spec
+++ b/rubygem-aws-sdk.spec
@@ -5,16 +5,13 @@
 
 Summary:        AWS SDK for Ruby
 Name:           rubygem-%{gemname}
-Version:        1.0.2
+Version:        1.0.4
 Release:        1%{?dist}
 Group:          Development/Languages
 License:        ASL 2.0
 URL:            http://aws.amazon.com/sdkforruby/
 Source0:        http://rubygems.org/gems/%{gemname}-%{version}.gem
 
-# Removes hard version requirements for nokogiri gem
-Patch0:         %{gemname}-%{version}-gemspec.patch
-
 Requires:       ruby(abi) = %{rubyabi}
 Requires:       rubygems
 Requires:       rubygem(httparty)
@@ -42,18 +39,14 @@ Requires:       %{name} = %{version}-%{release}
 Documentation for %{name}
 
 %prep
-%setup -q -c -T
-mkdir -p .%{gemdir}
-gem install --local --install-dir .%{gemdir} \
-            --force --rdoc %{SOURCE0}
 
-pushd .%{gemdir}/specifications
-%patch0
-popd
+%build
 
 %install
-mkdir -p %{buildroot}%{gemdir}
-cp -a .%{gemdir}/* %{buildroot}%{gemdir}/
+mkdir -p %{buildroot}/%{gemdir}
+
+/usr/bin/gem install --local --install-dir %{buildroot}%{gemdir} \
+            --force --rdoc %{SOURCE0}
 
 %files
 %defattr(-, root, root, -)
@@ -74,6 +67,9 @@ cp -a .%{gemdir}/* %{buildroot}%{gemdir}/
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Fri Aug 05 2011 Marek Goldmann <mgoldman at redhat.com> - 1.0.4-1
+- Upstream release 1.0.4
+
 * Tue Jul 26 2011 Marek Goldmann <mgoldman at redhat.com> - 1.0.2-1
 - Upstream release 1.0.2
 
diff --git a/sources b/sources
index 40ca6d9..308b9a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da640667992f6df395550b999b117e4c  aws-sdk-1.0.2.gem
+193c22791a029df342dfa0867f0b0248  aws-sdk-1.0.4.gem


More information about the scm-commits mailing list