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

Vít Ondruch vondruch at fedoraproject.org
Tue Mar 19 14:10:23 UTC 2013


commit 9944798d5175fc74d1f868bef76c47397a0f7b9d
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Mar 19 15:10:08 2013 +0100

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

 rubygem-recaptcha.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/rubygem-recaptcha.spec b/rubygem-recaptcha.spec
index 40dd2d1..49ede02 100644
--- a/rubygem-recaptcha.spec
+++ b/rubygem-recaptcha.spec
@@ -3,7 +3,7 @@
 Summary:	Helpers for the reCAPTCHA API
 Name:		rubygem-%{gem_name}
 Version:	0.3.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 Group:		Development/Languages
 License:	MIT
 URL:		http://rubygems.org/gems/%{gem_name}
@@ -46,9 +46,8 @@ This package contains the documentation files for
 %build
 
 %install
-mkdir -p %{buildroot}%{gem_dir}
-gem install --local --install-dir %{buildroot}%{gem_dir} \
-		--force --rdoc %{SOURCE0}
+%gem_install -n %{SOURCE0} -d %{buildroot}%{gem_dir}
+
 rm -f %{buildroot}%{gem_instdir}/.gitignore
 
 %check
@@ -74,6 +73,9 @@ rm -f %{buildroot}%{gem_instdir}/.gitignore
 
 
 %changelog
+* Tue Mar 19 2013 Josef Stribny <jstribny at redhat.com> - 0.3.5-2
+- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
+
 * Fri Mar 15 2013 Akira TAGOH <tagoh at redhat.com> - 0.3.5-1
 - New upstream release.
 - spec file clean up.


More information about the scm-commits mailing list