[rubygem-declarative_authorization/f18] Fixed the gem installed to be the rebuilt one.

Darryl L. Pierce mcpierce at fedoraproject.org
Mon Jan 7 17:07:26 UTC 2013


commit 608c4cff6ebb486b8e7876545ff6b3117165d147
Author: Darryl L. Pierce <dpierce at redhat.com>
Date:   Mon Jan 7 11:45:40 2013 -0500

    Fixed the gem installed to be the rebuilt one.

 rubygem-declarative_authorization.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-declarative_authorization.spec b/rubygem-declarative_authorization.spec
index 66551fc..9e57b27 100644
--- a/rubygem-declarative_authorization.spec
+++ b/rubygem-declarative_authorization.spec
@@ -5,7 +5,7 @@
 Summary:       Provides readable authorization rules for Rails
 Name:          rubygem-%{gem_name}
 Version:       0.5.6
-Release:       1.1%{?dist}
+Release:       1.2%{?dist}
 License:       MIT
 
 URL:           http://github.com/stffn/declarative_authorization
@@ -49,7 +49,8 @@ gem build %{gem_name}.gemspec
 
 gem install --local \
             --install-dir .%{gem_dir} \
-            --force %{SOURCE0}
+            --force \
+            %{gem_name}-%{version}.gem
 
 
 %install
@@ -73,6 +74,9 @@ cp -a ./%{gem_dir}/* %{buildroot}%{gem_dir}/
 %doc %{gem_instdir}/CHANGELOG
 
 %changelog
+* Mon Jan  7 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.5.6-1.2
+- Fixed the gem installed to be the rebuilt one.
+
 * Thu Dec 20 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.5.6-1.1
 - Cleaned up the specfile to match current Ruby packaging guidelines.
 


More information about the scm-commits mailing list