[ruby-aws] Rebuilt for Ruby 1.9.3.

Vít Ondruch vondruch at fedoraproject.org
Tue Feb 7 11:29:37 UTC 2012


commit 27ac8b05896f26e040b0cf1e4e8c07e1478c1a31
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Feb 7 12:29:27 2012 +0100

    Rebuilt for Ruby 1.9.3.

 ruby-aws.spec |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/ruby-aws.spec b/ruby-aws.spec
index f3bd57c..6e226af 100644
--- a/ruby-aws.spec
+++ b/ruby-aws.spec
@@ -1,9 +1,8 @@
-%{!?ruby_sitelib:	%global ruby_sitelib	%(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")}
-%define		rubyabi		1.8
+%define		rubyabi		1.9.1
 
 Name:		ruby-aws
 Version:	0.8.1
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Ruby interface to Amazon Web Services
 Group:		Development/Languages
 
@@ -49,7 +48,7 @@ This package contains documentation for %{name}.
 %build
 ruby setup.rb config \
 	--prefix=%{_prefix} \
-	--site-ruby=%{ruby_sitelib}
+	--site-ruby=%{ruby_vendorlibdir}
 ruby setup.rb setup
 
 %install
@@ -69,8 +68,8 @@ ruby setup.rb install \
 %doc NEWS
 %doc README*
 
-%{ruby_sitelib}/amazon.rb
-%{ruby_sitelib}/amazon/
+%{ruby_vendorlibdir}/amazon.rb
+%{ruby_vendorlibdir}/amazon/
 
 %files doc
 %defattr(-,root,root,-)
@@ -79,6 +78,9 @@ ruby setup.rb install \
 %doc test/
 
 %changelog
+* Tue Feb 07 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 0.8.1-5
+- Rebuilt for Ruby 1.9.3.
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list