[rubygem-clouddb] Fixed commit error

Alejandro Perez aeperezt at fedoraproject.org
Mon Dec 31 18:56:31 UTC 2012


commit 2859b351b9f8e510262a49a7cb6d9216859cb933
Author: alejandro <alejandro at dejami.com>
Date:   Mon Dec 31 13:56:17 2012 -0500

    Fixed commit error

 rubygem-clouddb.spec |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/rubygem-clouddb.spec b/rubygem-clouddb.spec
index f8926af..c562a49 100644
--- a/rubygem-clouddb.spec
+++ b/rubygem-clouddb.spec
@@ -1,16 +1,9 @@
 %global gem_name clouddb 
-%global gem_dir /usr/lib/ruby/gems/1.8
-%global gem_instdir %{gem_dir}/gems/%{gem_name}-%{version}
-%global gem_cache %{gem_dir}/cache/%{gem_name}-%{version}.gem
-%global gem_spec %{gem_dir}/specifications/%{gem_name}-%{version}.gemspec
-%global gem_docdir %{gem_dir}/doc/%{gem_name}-%{version}
 
-%{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]')}
-
-%global rubyabi 1.8
+%global rubyabi 1.9.1
 Name:		rubygem-%{gem_name}
 Version:	0.0.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	This is a Ruby interface into the Rackspace Cloud DB service
 
 Group:		Development/Languages
@@ -79,6 +72,8 @@ sed -i '1d' %{buildroot}%{gem_libdir}/clouddb.rb
 %doc %{gem_docdir}
 
 %changelog
+* Sun Dec 31 2012 Alejandro Pérez <aeperezt at fedoraproject.org> - 0.0.1-2
+- Fix spec mixup
 * Sun Dec 30 2012 Alejandro Pérez <aeperezt at fedoraproject.org> - 0.0.1-1
 - Initial package
 


More information about the scm-commits mailing list