[rubygem-cinch] Fixed the name of the installed gem.

Darryl L. Pierce mcpierce at fedoraproject.org
Mon Jan 7 15:55:57 UTC 2013


commit c80f7b5f49f3055c86a08461adc26509877b95ef
Author: Darryl L. Pierce <dpierce at redhat.com>
Date:   Mon Jan 7 10:53:51 2013 -0500

    Fixed the name of the installed gem.

 rubygem-cinch.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-cinch.spec b/rubygem-cinch.spec
index 42877e5..d785499 100644
--- a/rubygem-cinch.spec
+++ b/rubygem-cinch.spec
@@ -5,7 +5,7 @@
 Summary:       An IRC Bot Building Framework
 Name:          rubygem-%{gem_name}
 Version:       2.0.3
-Release:       3.1%{?dist}
+Release:       3.2%{?dist}
 License:       MIT
 
 URL:           http://dominik.honnef.co/projects/cinch/
@@ -50,7 +50,8 @@ gem build %{gem_name}.gemspec
 
 gem install --local \
             --install-dir .%{gem_dir} \
-            --force %{SOURCE0}
+            --force \
+            %{gem_name}-%{version}.gem
 
 
 %install
@@ -75,6 +76,9 @@ rm %{buildroot}%{gem_instdir}/.yardopts
 %doc %{gem_instdir}/README.md
 
 %changelog
+* Mon Jan  7 2013 Darryl L. Pierce <dpierce at redhat.com> - 2.0.3-3.2
+- Fixed the name of the installed gem.
+
 * Thu Dec 20 2012 Darryl L. Pierce <dpierce at redhat.com> - 2.0.3-3.1
 - Cleaned up the specfile to match current Ruby packaging guidelines.
 - Changed URL to point to Dominik Honnef's project page on his blog.


More information about the scm-commits mailing list