[rubygem-actionmailer] Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0

Vít Ondruch vondruch at fedoraproject.org
Fri Mar 8 12:15:41 UTC 2013


commit c6cd01176398d122de975e984ef847db883783fd
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Fri Mar 8 12:47:24 2013 +0100

    Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0

 rubygem-actionmailer.spec |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/rubygem-actionmailer.spec b/rubygem-actionmailer.spec
index 47509a5..5162bb9 100644
--- a/rubygem-actionmailer.spec
+++ b/rubygem-actionmailer.spec
@@ -1,13 +1,12 @@
 # Generated from actionmailer-1.3.6.gem by gem2rpm -*- rpm-spec -*-
 %global gem_name actionmailer
 
-%global rubyabi 1.9.1
 
 Summary: Service layer for easy email delivery and testing
 Name: rubygem-%{gem_name}
 Epoch: 1
 Version: 3.2.12
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -27,7 +26,7 @@ Requires: ruby(rubygems)
 Requires: rubygem(actionpack) = %{version}
 Requires: rubygem(mail) >= 2.4.4
 Requires: rubygem(mail) < 2.5
-Requires: ruby(abi) = %{rubyabi}
+Requires: ruby(release)
 BuildRequires: rubygems-devel
 BuildRequires: rubygem(actionpack) = %{version}
 BuildRequires: rubygem(mail) >= 2.4.4
@@ -50,10 +49,7 @@ Documentation for %{name}
 
 %prep
 %setup -q -c -T
-mkdir -p .%{gem_dir}
-gem install --local --install-dir .%{gem_dir} \
-            -V \
-            --force --rdoc %{SOURCE0}
+%gem_install -n %{SOURCE0}
 
 # move the tests into place
 tar xzvf %{SOURCE2} -C .%{gem_instdir}
@@ -102,6 +98,9 @@ popd
 %{gem_instdir}/test
 
 %changelog
+* Fri Mar 08 2013 Vít Ondruch <vondruch at redhat.com> - 1:3.2.12-2
+- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
+
 * Tue Feb 12 2013 Vít Ondruch <vondruch at redhat.com> - 1:3.2.12-1
 - Update to ActionMailer 3.2.12.
 


More information about the scm-commits mailing list