[rubygem-mizuho/el6] Real fix for different sqlite gem name in EPEL6

tdawson tdawson at fedoraproject.org
Mon May 19 14:31:33 UTC 2014


commit 7eba55ec7f7d661dab619e1c3aedc0eb128c82f6
Author: Troy Dawson <tdawson at redhat.com>
Date:   Mon May 19 09:31:30 2014 -0500

    Real fix for different sqlite gem name in EPEL6

 rubygem-mizuho.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-mizuho.spec b/rubygem-mizuho.spec
index a7a86cd..eda4d4b 100644
--- a/rubygem-mizuho.spec
+++ b/rubygem-mizuho.spec
@@ -7,7 +7,7 @@
 Summary:       Mizuho documentation formatting tool
 Name:          rubygem-%{gem_name}
 Version:       0.9.20
-Release:       3%{?dist}
+Release:       4%{?dist}
 Group:         Development/Languages
 License:       MIT
 URL:           https://github.com/FooBarWidget/mizuho
@@ -50,6 +50,8 @@ gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
 rm -rf asciidoc
 sed -i 's/NATIVELY_PACKAGED = .*/NATIVELY_PACKAGED = true/' lib/mizuho.rb
 sed -i -e 's\ "asciidoc[^,]*,\\g' %{gem_name}.gemspec
+# Different sqlite gem name in EPEL6
+sed -i 's/<sqlite3>/<sqlite3-ruby>/' %{gem_name}.gemspec
 
 # Fixup rpmlint failures
 echo "#toc.html" >> templates/toc.html
@@ -102,6 +104,9 @@ popd
 
 
 %changelog
+* Mon May 19 2014 Troy Dawson <tdawson at redhat.com> - 0.9.20-4
+- Real fix for different sqlite gem name in EPEL6
+
 * Wed May 14 2014 Troy Dawson <tdawson at redhat.com> - 0.9.20-3
 - Fix native templated directory (#1072246)
 - Different sqlite gem name in EPEL6 (František Dvořák)


More information about the scm-commits mailing list