[rubygem-inifile] Package now installs the rebuild gem.

Darryl L. Pierce mcpierce at fedoraproject.org
Mon Jan 7 19:37:54 UTC 2013


commit ba67192204907ffb82dd7473f9f5a2281970a91e
Author: Darryl L. Pierce <dpierce at redhat.com>
Date:   Mon Jan 7 14:35:58 2013 -0500

    Package now installs the rebuild gem.

 rubygem-inifile.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-inifile.spec b/rubygem-inifile.spec
index 0c3f7f1..db67386 100644
--- a/rubygem-inifile.spec
+++ b/rubygem-inifile.spec
@@ -5,7 +5,7 @@
 Summary:       INI file reader and writer
 Name:          rubygem-%{gem_name}
 Version:       2.0.2
-Release:       2%{?dist}
+Release:       2.1%{?dist}
 Group:         Development/Languages
 License:       MIT
 
@@ -55,7 +55,8 @@ gem build %{gem_name}.gemspec
 
 gem install --local \
             --install-dir .%{gem_dir} \
-            --force %{SOURCE0}
+            --force \
+            %{gem_name}-%{version}.gem
 
 
 %install
@@ -88,6 +89,9 @@ rm -rf %{buildroot}%{gem_instdir}/.travis.yml
 %doc %{gem_instdir}/History.txt
 
 %changelog
+* Mon Jan  7 2013 Darryl L. Pierce <dpierce at redhat.com> - 2.0.2-2.1
+- Package now installs the rebuild gem.
+
 * Wed Jan  2 2013 Darryl L. Pierce <dpierce at redhat.com> - 2.0.2-2
 - First official build for Fedora.
 


More information about the scm-commits mailing list