瀏覽代碼

update: rbenv, ruby-build

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10839 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 8 年之前
父節點
當前提交
e65f525fc4
共有 2 個文件被更改,包括 13 次插入5 次删除
  1. 8 4
      r/rbenv/rbenv-vl.spec
  2. 5 1
      r/ruby-build/ruby-build-vl.spec

+ 8 - 4
r/rbenv/rbenv-vl.spec

@@ -1,9 +1,9 @@
-%global gitdate 20141020
+%global gitdate 20161206
 
 
 Summary: Simple Ruby version management
 Summary: Simple Ruby version management
 Summary(ja): シンプルなRubyバージョン管理システム
 Summary(ja): シンプルなRubyバージョン管理システム
 Name: rbenv
 Name: rbenv
-Version: 0.4.0.%{gitdate}
+Version: 1.1.0.%{gitdate}
 Release: 1%{?_dist_release}
 Release: 1%{?_dist_release}
 License: MIT
 License: MIT
 Group: Development/Tools
 Group: Development/Tools
@@ -26,6 +26,9 @@ tools that do one thing well.
 %setup -q
 %setup -q
 
 
 %build
 %build
+#cd src
+#./configure
+#make
 
 
 %install
 %install
 rm -rf %{buildroot}
 rm -rf %{buildroot}
@@ -35,7 +38,6 @@ cp -a libexec completions %{buildroot}%{_datadir}/rbenv/
 
 
 mkdir -p %{buildroot}%{_bindir}
 mkdir -p %{buildroot}%{_bindir}
 ln -s %{_datadir}/rbenv/libexec/rbenv %{buildroot}%{_bindir}/rbenv
 ln -s %{_datadir}/rbenv/libexec/rbenv %{buildroot}%{_bindir}/rbenv
-install -p bin/ruby-local-exec %{buildroot}%{_bindir}/ruby-local-exec
 
 
 %post
 %post
 echo You probably want to execute the following line to add rbenv to your shell
 echo You probably want to execute the following line to add rbenv to your shell
@@ -48,10 +50,12 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
 %doc LICENSE README.md
 %doc LICENSE README.md
 %{_bindir}/rbenv
 %{_bindir}/rbenv
-%{_bindir}/ruby-local-exec
 %{_datadir}/rbenv
 %{_datadir}/rbenv
 
 
 %changelog
 %changelog
+* Tue Dec 06 2016 Daisuke SUZUKI <daisuke@vinelinux.org> 1.1.0-20161206-1
+- update to upstream git master
+
 * Sun Nov 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.4.0.20141020-1
 * Sun Nov 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.4.0.20141020-1
 - update to upstream git master
 - update to upstream git master
 
 

+ 5 - 1
r/ruby-build/ruby-build-vl.spec

@@ -1,4 +1,4 @@
-%global gitdate 20150901
+%global gitdate 20161206
 
 
 Summary: rbenv plugin to compile and install ruby
 Summary: rbenv plugin to compile and install ruby
 SUmmary(ja): ruby をコンパイルしてインストールするrbenvプラグイン
 SUmmary(ja): ruby をコンパイルしてインストールするrbenvプラグイン
@@ -56,6 +56,10 @@ rm -rf %{buildroot}
 %{_datadir}/ruby-build
 %{_datadir}/ruby-build
 
 
 %changelog
 %changelog
+* Tue Dec 06 2016 Daisuke SUZUKI <daisuke@vinelinux.org> 0.0.20161206-1
+- update to upstream git master
+  - try "ruby-build --definitions" to see supported ruby versions
+
 * Sat Jul 04 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 0.0.20150901-1
 * Sat Jul 04 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 0.0.20150901-1
 - update to upstream git master
 - update to upstream git master
   - add 2.2.3, jruby-1.7.2[12], jruby-9.0.0.0, rbx-2.5.[68]
   - add 2.2.3, jruby-1.7.2[12], jruby-9.0.0.0, rbx-2.5.[68]