[rubygems] Kill %gem_extdir

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Feb 27 07:08:32 UTC 2013


commit 2b61f9533c897eb35ea4fbfb6989ef210efb2425
Author: TASAKA Mamoru <mtasaka at localhost.localdomain>
Date:   Wed Feb 27 16:08:26 2013 +0900

    Kill %gem_extdir

 rubygems.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/rubygems.spec b/rubygems.spec
index b04d3ef..06706b8 100644
--- a/rubygems.spec
+++ b/rubygems.spec
@@ -26,7 +26,7 @@ Summary:	The Ruby standard for packaging ruby libraries
 Name:		rubygems
 Version:	2.0.0
 # Bump release for now
-Release:	103%{?dist}
+Release:	104%{?dist}
 Group:		Development/Libraries
 License:	Ruby or MIT
 
@@ -172,7 +172,6 @@ cat >> %{buildroot}%{_sysconfdir}/rpm/macros.rubygems << \EOF
 
 # Common gem locations and files.
 %%gem_instdir %%{gem_dir}/gems/%%{gem_name}-%%{version}
-%%gem_extdir %%{_libdir}/gems/ruby/%%{gem_name}-%%{version}
 %%gem_extdir_mri %%{_libdir}/gems/ruby/%%{gem_name}-%%{version}
 %%gem_libdir %%{gem_instdir}/lib
 %%gem_cache %%{gem_dir}/cache/%%{gem_name}-%%{version}.gem
@@ -259,6 +258,9 @@ testrb test || testrb test -x test_gem_installer.rb
 
 
 %changelog
+* Wed Feb 27 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.0.0-104
+- Kill %%gem_extdir
+
 * Tue Feb 26 2013 Vít Ondruch <vondruch at redhat.com> - 2.0.0-103
 - Prevent squash of %%gem_install with following line.
 


More information about the scm-commits mailing list