[rubygem-mg/f18] Now installs the repackaged gem.

Darryl L. Pierce mcpierce at fedoraproject.org
Mon Jan 7 20:54:02 UTC 2013


commit d1691533dd2743be5b7c9055f9b1c0741022bc08
Author: Darryl L. Pierce <dpierce at redhat.com>
Date:   Mon Jan 7 15:38:13 2013 -0500

    Now installs the repackaged gem.

 rubygem-mg.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-mg.spec b/rubygem-mg.spec
index 094c2f1..754ba53 100644
--- a/rubygem-mg.spec
+++ b/rubygem-mg.spec
@@ -4,7 +4,7 @@
 Summary:       Minimalist way to build and publish gems using Rake. Also build tarballs
 Name:          rubygem-%{gem_name}
 Version:       0.0.8
-Release:       5.1%{?dist}
+Release:       5.2%{?dist}
 License:       WTFPL
 
 URL:           http://github.com/sr/mg
@@ -53,7 +53,7 @@ gem install --local \
             --install-dir .%{gem_dir} \
             --force \
             --rdoc \
-            %{SOURCE0}
+            %{gem_name}-%{version}.gem
 
 
 %install
@@ -75,6 +75,9 @@ cp -a .%{gem_dir}/* \
 
 
 %changelog
+* Mon Jan  7 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.0.8-5.2
+- Now installs the repackaged gem.
+
 * Tue Dec 25 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.0.8-5.1
 - Removed Group fields.
 - Refactored the specfile to match current Ruby packaging guidelines.


More information about the scm-commits mailing list