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

Bohuslav Kabrda bkabrda at fedoraproject.org
Fri Mar 15 10:38:38 UTC 2013


commit f7ff3a2a2ea12dbd0b2c8d7ea10d6b65c7d0fe90
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Fri Mar 15 10:20:32 2013 +0100

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

 .gitignore       |    1 +
 rubygem-map.spec |   17 ++++++++---------
 sources          |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b5c458..bd7119b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /map-5.2.0.gem
+/map-6.3.0.gem
diff --git a/rubygem-map.spec b/rubygem-map.spec
index 2c640d4..5bdc63a 100644
--- a/rubygem-map.spec
+++ b/rubygem-map.spec
@@ -1,16 +1,15 @@
 # Generated from map-5.2.0.gem by gem2rpm -*- rpm-spec -*-
 %global gem_name map
-%global rubyabi 1.9.1
 
 Summary: String/symbol indifferent ordered hash
 Name: rubygem-%{gem_name}
-Version: 5.2.0
-Release: 3%{?dist}
+Version: 6.3.0
+Release: 1%{?dist}
 Group: Development/Languages
 License: Ruby or BSD
 URL: https://github.com/ahoward/map
 Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
-Requires: ruby(abi) = %{rubyabi}
+Requires: ruby(release)
 Requires: ruby(rubygems) 
 Requires: ruby 
 BuildRequires: rubygems-devel
@@ -33,9 +32,7 @@ Documentation for %{name}
 
 %prep
 %setup -q -c -T
-mkdir -p .%{gem_dir}
-gem install --local --install-dir .%{gem_dir} \
-            --force %{SOURCE0}
+%gem_install -n %{SOURCE0}
 
 %build
 
@@ -55,19 +52,21 @@ popd
 %doc %{gem_instdir}/LICENSE
 %{gem_libdir}
 %exclude %{gem_instdir}/%{gem_name}.gemspec
-%exclude %{gem_instdir}/a.rb
 %exclude %{gem_cache}
 %{gem_spec}
 
 %files doc
 %doc %{gem_docdir}
 %doc %{gem_instdir}/README
-%doc %{gem_instdir}/TODO
 %{gem_instdir}/Rakefile
 %{gem_instdir}/test
 
 
 %changelog
+* Fri Mar 15 2013 Bohuslav Kabrda <bkabrda at redhat.com> - 6.3.0-1
+- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
+- Updated to Map 6.3.0.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.2.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 6ffdbdc..d788eb6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63043690ced8648195a3cd303d2fb2d7  map-5.2.0.gem
+682379a43df1f83191bee61990068ee7  map-6.3.0.gem


More information about the scm-commits mailing list